summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu2019-03-211-5/+1
* i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes2019-03-081-5/+6
* i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes2019-03-081-9/+5
* i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes2019-03-081-1/+1
* i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes2019-03-081-1/+3
* i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes2019-03-081-21/+26
* i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes2019-03-081-3/+6
* i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu2019-03-081-13/+53
* i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu2019-03-081-1/+11
* i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut2019-03-071-5/+18
* i2c: rcar_iic: Read ICSR only onceMarek Vasut2019-03-071-2/+4
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2019-02-201-0/+6
|\
| * Kconfig: tegra: Migrate SYS_I2C_TEGRAPeter Robinson2019-02-201-0/+6
* | i2c: designware: Add error checking on initSimon Glass2019-02-201-10/+19
|/
* i2c: Remove ancient zynq_i2c driverMichal Simek2019-02-143-347/+0
* i2c: mux: Generate longer i2c mux nameMichal Simek2019-02-111-3/+26
* i2c: Fill req_seq in i2c_post_bind()Michal Simek2019-02-111-3/+25
* i2c: dm: Record maximum id of devices before probing devicesMichal Simek2019-02-111-0/+26
* i2c: cdns: Convert to livetree functionMichal Simek2019-01-241-1/+1
* i2c: Kconfig: spelling fixesChris Packham2019-01-181-4/+4
* i2c: Reflect correct dependency for !DM cadence driverMichal Simek2019-01-151-0/+1
* i2c: mux: Covert to livetree functionsMichal Simek2019-01-152-4/+2
* i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik2019-01-151-1/+8
* i2c: xiic: Add Xilinx AXI I2C driverMarek Vasut2019-01-153-0/+347
* i2c: tegra: Fix regression by implementing a dummy probe_chip() callbackJean-Jacques Hiblot2018-12-121-0/+7
* i2c: omap24xx_i2c: Use platdata to probe the deviceJean-Jacques Hiblot2018-12-101-10/+11
* i2c: omap24xx_i2c: Move away from SoC specific headers for reg offsetVignesh R2018-12-101-144/+314
* dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot2018-12-101-0/+11
* dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2018-11-291-19/+1
* dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass2018-11-291-0/+77
* i2c: stm32f7: change setup struct to constPatrick Delaunay2018-11-161-2/+2
* i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay2018-11-161-15/+16
* i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng2018-11-141-0/+2
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-2/+2
|\
| * i2c: imx_lpi2c: fix typo and register base address formatAnatolij Gustschin2018-10-221-2/+2
* | i2c: fix: Add support for the Arm's Versatile Express I2C controllerHeiko Schocher2018-10-122-0/+8
|/
* i2c: Add support for the Arm's Versatile Express I2C controller.Liviu Dudau2018-10-031-0/+280
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-09-142-320/+0
|\
| * i2c: Drop CONFIG_SYS_I2C_MXSTuomas Tynkkynen2018-09-142-320/+0
* | DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-6/+10
* | DM: I2C: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-4/+4
|/
* Convert CONFIG_SYS_I2C_DAVINCI to KconfigAdam Ford2018-08-171-0/+6
* kconfig: fix typo 'parition'Simon Goldschmidt2018-08-171-1/+1
* i2c: imx_lpi2c: add uclass api supportPeng Fan2018-08-061-7/+40
* i2c-mux: pca954x: support pca9646 i2c switchPeng Fan2018-08-061-1/+8
* rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov2018-07-211-5/+89
* lpi2c: Add bus busy error handlingYe Li2018-07-121-21/+32
* lpi2c: Fix bus stop problem in xferYe Li2018-07-121-7/+7
* imx: lpi2c: fix clock issue when NACK detectedGao Pan2018-07-121-4/+10
* imx_lpi2c: Update lpi2c driver to support imx8Ye Li2018-07-121-1/+2