aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2018-04-06soft_i2c: cleanup - no mpc8xx supportChristophe Leroy1-3/+0
2018-03-23i2c: lpi2c: remove superfluous assignmentsHeinrich Schuchardt1-5/+5
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay1-1/+1
2018-03-19stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay1-2/+2
2018-03-09treewide: Fix gdsys mail addressesMario Six1-1/+1
2018-03-01i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1Vipul Kumar1-0/+12
2018-03-01i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEEDVipul Kumar1-0/+7
2018-03-01i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVEVipul Kumar1-0/+7
2018-03-01i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQVipul Kumar1-0/+6
2018-02-19i2c: mvtwsi.c: Fix set speedStefan Mavrodiev1-1/+4
2018-02-17i2c: rcar_iic: Allow IIC on RCar Gen2Marek Vasut1-1/+1
2018-02-06i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt1-1/+2
2018-02-06i2c: ihs_i2c: Factor out send_buffer methodMario Six1-24/+26
2018-02-06i2c: ihs_i2c: Make DM compatibleMario Six2-3/+199
2018-02-06i2c: ihs_i2c: Prepare DM conversionMario Six1-29/+40
2018-02-06i2c: fsl_i2c: Make live-tree compatibleMario Six1-10/+6
2018-02-06i2c: fsl_i2c: Remove inline declarationsMario Six1-7/+7
2018-02-06i2c: fsl_i2c: Fix style violationsMario Six1-55/+56
2018-01-30Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to KconfigAdam Ford1-0/+14
2018-01-16i2c: mxc_i2c: Use or operationPeng Fan1-3/+3
2018-01-16i2c: lpi2c: do not add 4 for bus seqPeng Fan1-4/+4
2017-12-07i2c: at91_i2c: remove the .probe_chip functionAlan Ott1-22/+0
2017-12-07i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott1-0/+2
2017-12-07i2c: meson: add some commentsBeniamino Galvani1-6/+19
2017-12-07i2c: meson: fix return codes on errorBeniamino Galvani1-2/+2
2017-12-07i2c: meson: reduce timeoutBeniamino Galvani1-1/+1
2017-12-07i2c: meson: improve Kconfig descriptionBeniamino Galvani1-1/+6
2017-11-30i2c: rcar_iic: Add RCar IIC driverMarek Vasut3-0/+278
2017-11-27Merge git://www.denx.de/git/u-boot-imxTom Rini1-10/+15
2017-11-20i2c: add Amlogic Meson driverBeniamino Galvani3-0/+270
2017-11-20imx: mxc_i2c: tweak the i2c transfer methodNandor Han1-10/+15
2017-10-27i2c: fti2c010: remove unused/unmaintained driverMasahiro Yamada3-421/+0
2017-10-27i2c: adi_i2c: remove left-over Blackfin I2C driverMasahiro Yamada2-310/+0
2017-10-17i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard1-8/+2
2017-10-17i2c: stm32f7_i2c: fix data abortChristophe Kerello1-10/+11
2017-10-17i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclassMasahiro Yamada1-2/+0
2017-10-15i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada1-62/+52
2017-10-15i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada1-30/+33
2017-10-11i2c: muxes: pca954x: look up width from chip_descChris Packham1-1/+6
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass3-8/+8
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada4-12/+12
2017-10-01rockchip: i2c: rk3328: support i2c for rk3328 SoCElaine Zhang1-0/+1
2017-09-18rockchip: i2c: Convert to livetreePhilipp Tomsich1-1/+1
2017-09-13i2c: muxes: pca954x: Add support for GPIO reset lineMoritz Fischer1-1/+39
2017-09-05rockchip: i2c: fix >32 byte readsWadim Egorov1-3/+16
2017-09-01Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford1-0/+10
2017-09-01Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford2-10/+10
2017-08-23i2c: muxes: add i2c gpio multiplexer driverPeng Fan3-0/+148
2017-08-23i2c: add i2c driver for stm32Patrice Chotard3-0/+903
2017-08-10i2c: designware: Allow sending restart conditionsMarek Vasut1-1/+2