summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* meson: use the clock driverBeniamino Galvani2018-06-191-3/+17
* i2c: mvtwsi: disable i2c slave on Armada 38xBaruch Siach2018-06-071-1/+23
* i2c: Drop CONFIG_SH_SH7734_I2CTuomas Tynkkynen2018-05-232-377/+0
* i2c: Drop CONFIG_TSI108_I2CTuomas Tynkkynen2018-05-232-276/+0
* i2c: rcar_i2c: Add DM and DT capable I2C driverMarek Vasut2018-05-203-0/+360
* i2c: rcar_i2c: Remove the driverMarek Vasut2018-05-202-293/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0750-102/+50
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-278-15/+0
* i2c: designware: add reset ctrl to driverDinh Nguyen2018-04-171-0/+10
* Merge git://git.denx.de/u-boot-imxTom Rini2018-04-152-3/+222
|\
| * drivers: i2c: mxc: Update support to 8 I2C controllersSriram Dash2018-03-292-0/+136
| * drivers: i2c: mxc: Update SYS_I2C_MXC_I2C support in KconfigSriram Dash2018-03-291-3/+86
* | i2c: fsl: Add option to get clock from DTMario Six2018-04-111-1/+7
* | i2c: fsl: Use dev_read_addrMario Six2018-04-111-4/+1
* | i2c: ihs_i2c: Use new fpgamap interfaceMario Six2018-04-111-21/+24
* | dm: i2c: implement gpio-based I2C deblockAlexander Kochetkov2018-04-111-9/+109
* | soft_i2c: cleanup - no mpc8xx supportChristophe Leroy2018-04-061-3/+0
* | i2c: lpi2c: remove superfluous assignmentsHeinrich Schuchardt2018-03-231-5/+5
* | 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
|/