aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski2-2/+41
2019-03-21i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu1-5/+1
2019-03-08i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes1-5/+6
2019-03-08i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes1-9/+5
2019-03-08i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes1-1/+1
2019-03-08i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes1-1/+3
2019-03-08i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes1-21/+26
2019-03-08i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes1-3/+6
2019-03-08i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu1-13/+53
2019-03-08i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu1-1/+11
2019-03-07i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut1-5/+18
2019-03-07i2c: rcar_iic: Read ICSR only onceMarek Vasut1-2/+4
2019-02-20Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+6
2019-02-20Kconfig: tegra: Migrate SYS_I2C_TEGRAPeter Robinson1-0/+6
2019-02-20i2c: designware: Add error checking on initSimon Glass1-10/+19
2019-02-14i2c: Remove ancient zynq_i2c driverMichal Simek3-347/+0
2019-02-11i2c: mux: Generate longer i2c mux nameMichal Simek1-3/+26
2019-02-11i2c: Fill req_seq in i2c_post_bind()Michal Simek1-3/+25
2019-02-11i2c: dm: Record maximum id of devices before probing devicesMichal Simek1-0/+26
2019-01-24i2c: cdns: Convert to livetree functionMichal Simek1-1/+1
2019-01-18i2c: Kconfig: spelling fixesChris Packham1-4/+4
2019-01-15i2c: Reflect correct dependency for !DM cadence driverMichal Simek1-0/+1
2019-01-15i2c: mux: Covert to livetree functionsMichal Simek2-4/+2
2019-01-15i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik1-1/+8
2019-01-15i2c: xiic: Add Xilinx AXI I2C driverMarek Vasut3-0/+347
2018-12-12i2c: tegra: Fix regression by implementing a dummy probe_chip() callbackJean-Jacques Hiblot1-0/+7
2018-12-10i2c: omap24xx_i2c: Use platdata to probe the deviceJean-Jacques Hiblot1-10/+11
2018-12-10i2c: omap24xx_i2c: Move away from SoC specific headers for reg offsetVignesh R1-144/+314
2018-12-10dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot1-0/+11
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass1-19/+1
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass1-0/+77
2018-11-16i2c: stm32f7: change setup struct to constPatrick Delaunay1-2/+2
2018-11-16i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay1-15/+16
2018-11-14i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng1-0/+2
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini1-2/+2
2018-10-22i2c: imx_lpi2c: fix typo and register base address formatAnatolij Gustschin1-2/+2
2018-10-12i2c: fix: Add support for the Arm's Versatile Express I2C controllerHeiko Schocher2-0/+8
2018-10-03i2c: Add support for the Arm's Versatile Express I2C controller.Liviu Dudau1-0/+280
2018-09-14Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-320/+0
2018-09-14i2c: Drop CONFIG_SYS_I2C_MXSTuomas Tynkkynen2-320/+0
2018-09-11DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATAAdam Ford1-6/+10
2018-09-11DM: I2C: Reduce overhead when used with OF_PLATDATAAdam Ford1-4/+4
2018-08-17Convert CONFIG_SYS_I2C_DAVINCI to KconfigAdam Ford1-0/+6
2018-08-17kconfig: fix typo 'parition'Simon Goldschmidt1-1/+1
2018-08-06i2c: imx_lpi2c: add uclass api supportPeng Fan1-7/+40
2018-08-06i2c-mux: pca954x: support pca9646 i2c switchPeng Fan1-1/+8
2018-07-21rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov1-5/+89
2018-07-12lpi2c: Add bus busy error handlingYe Li1-21/+32
2018-07-12lpi2c: Fix bus stop problem in xferYe Li1-7/+7
2018-07-12imx: lpi2c: fix clock issue when NACK detectedGao Pan1-4/+10