summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-191-1/+1
* stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay2018-03-191-2/+2
* treewide: Fix gdsys mail addressesMario Six2018-03-091-1/+1
* i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1Vipul Kumar2018-03-011-0/+12
* i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEEDVipul Kumar2018-03-011-0/+7
* i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVEVipul Kumar2018-03-011-0/+7
* i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQVipul Kumar2018-03-011-0/+6
* i2c: mvtwsi.c: Fix set speedStefan Mavrodiev2018-02-191-1/+4
* i2c: rcar_iic: Allow IIC on RCar Gen2Marek Vasut2018-02-171-1/+1
* i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt2018-02-061-1/+2
* i2c: ihs_i2c: Factor out send_buffer methodMario Six2018-02-061-24/+26
* i2c: ihs_i2c: Make DM compatibleMario Six2018-02-062-3/+199
* i2c: ihs_i2c: Prepare DM conversionMario Six2018-02-061-29/+40
* i2c: fsl_i2c: Make live-tree compatibleMario Six2018-02-061-10/+6
* i2c: fsl_i2c: Remove inline declarationsMario Six2018-02-061-7/+7
* i2c: fsl_i2c: Fix style violationsMario Six2018-02-061-55/+56
* Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to KconfigAdam Ford2018-01-301-0/+14
* 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