summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mxc_i2c: Use or operationPeng Fan2018-01-161-3/+3
* i2c: lpi2c: do not add 4 for bus seqPeng Fan2018-01-161-4/+4
* i2c: at91_i2c: remove the .probe_chip functionAlan Ott2017-12-071-22/+0
* i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott2017-12-071-0/+2
* i2c: meson: add some commentsBeniamino Galvani2017-12-071-6/+19
* i2c: meson: fix return codes on errorBeniamino Galvani2017-12-071-2/+2
* i2c: meson: reduce timeoutBeniamino Galvani2017-12-071-1/+1
* i2c: meson: improve Kconfig descriptionBeniamino Galvani2017-12-071-1/+6
* i2c: rcar_iic: Add RCar IIC driverMarek Vasut2017-11-303-0/+278
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-11-271-10/+15
|\
| * imx: mxc_i2c: tweak the i2c transfer methodNandor Han2017-11-201-10/+15
* | i2c: add Amlogic Meson driverBeniamino Galvani2017-11-203-0/+270
|/
* i2c: fti2c010: remove unused/unmaintained driverMasahiro Yamada2017-10-273-421/+0
* i2c: adi_i2c: remove left-over Blackfin I2C driverMasahiro Yamada2017-10-272-310/+0
* i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard2017-10-171-8/+2
* i2c: stm32f7_i2c: fix data abortChristophe Kerello2017-10-171-10/+11
* i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclassMasahiro Yamada2017-10-171-2/+0
* i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-62/+52
* i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-30/+33
* i2c: muxes: pca954x: look up width from chip_descChris Packham2017-10-111-1/+6
* dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-083-8/+8
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-044-12/+12
* rockchip: i2c: rk3328: support i2c for rk3328 SoCElaine Zhang2017-10-011-0/+1
* rockchip: i2c: Convert to livetreePhilipp Tomsich2017-09-181-1/+1
* i2c: muxes: pca954x: Add support for GPIO reset lineMoritz Fischer2017-09-131-1/+39
* rockchip: i2c: fix >32 byte readsWadim Egorov2017-09-051-3/+16
* Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford2017-09-011-0/+10
* Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford2017-09-012-10/+10
* i2c: muxes: add i2c gpio multiplexer driverPeng Fan2017-08-233-0/+148
* i2c: add i2c driver for stm32Patrice Chotard2017-08-233-0/+903
* i2c: designware: Allow sending restart conditionsMarek Vasut2017-08-101-1/+2
* Convert CONFIG_SYS_I2C_OMAP24XX to KconfigAdam Ford2017-08-101-0/+6
* Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford2017-08-091-1/+0
* i2c: at91: Add missing probe function to device driverWenyou.Yang@microchip.com2017-08-091-2/+24
* dm: tegra: i2c: Convert to livetreeSimon Glass2017-07-281-2/+5
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-231-4/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-181-1/+1
|\
| * imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* | drivers/i2c/muxes/pca954x: Add pca9547 I2C mux supportMarek BehĂșn2017-07-121-3/+39
|/
* powerpc, 8xx: Migrate to KconfigChristophe Leroy2017-07-081-1/+1
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-2/+3
* powerpc: remove 4xx supportHeiko Schocher2017-07-032-445/+0
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-9/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-122-14/+0
* samsung: Drop more references fo s3c24x0Simon Glass2017-06-051-4/+0
* dm: sandbox: i2c: Drop fdtdec.h headerSimon Glass2017-06-011-1/+0
* dm: i2c: Convert uclass to livetreeSimon Glass2017-06-011-15/+13
* dm: gpio: Add live tree supportSimon Glass2017-06-011-6/+6
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-7/+4
* dm: Rename dev_addr..() functionsSimon Glass2017-06-0117-56/+55