Age | Commit message (Expand) | Author |
2018-11-16 | i2c: stm32f7: change setup struct to const | Patrick Delaunay |
2018-11-16 | i2c: stm32f7: cosmetic: clean the driver | Patrick Delaunay |
2018-11-14 | i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check | Bin Meng |
2018-10-25 | Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx | Tom Rini |
2018-10-22 | i2c: imx_lpi2c: fix typo and register base address format | Anatolij Gustschin |
2018-10-12 | i2c: fix: Add support for the Arm's Versatile Express I2C controller | Heiko Schocher |
2018-10-03 | i2c: Add support for the Arm's Versatile Express I2C controller. | Liviu Dudau |
2018-09-14 | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini |
2018-09-14 | i2c: Drop CONFIG_SYS_I2C_MXS | Tuomas Tynkkynen |
2018-09-11 | DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA | Adam Ford |
2018-09-11 | DM: I2C: Reduce overhead when used with OF_PLATDATA | Adam Ford |
2018-08-17 | Convert CONFIG_SYS_I2C_DAVINCI to Kconfig | Adam Ford |
2018-08-17 | kconfig: fix typo 'parition' | Simon Goldschmidt |
2018-08-06 | i2c: imx_lpi2c: add uclass api support | Peng Fan |
2018-08-06 | i2c-mux: pca954x: support pca9646 i2c switch | Peng Fan |
2018-07-21 | rockchip: i2c: enable i2c controller for rk3066 and rk3188 | Alexander Kochetkov |
2018-07-12 | lpi2c: Add bus busy error handling | Ye Li |
2018-07-12 | lpi2c: Fix bus stop problem in xfer | Ye Li |
2018-07-12 | imx: lpi2c: fix clock issue when NACK detected | Gao Pan |
2018-07-12 | imx_lpi2c: Update lpi2c driver to support imx8 | Ye Li |
2018-06-19 | meson: use the clock driver | Beniamino Galvani |
2018-06-07 | i2c: mvtwsi: disable i2c slave on Armada 38x | Baruch Siach |
2018-05-23 | i2c: Drop CONFIG_SH_SH7734_I2C | Tuomas Tynkkynen |
2018-05-23 | i2c: Drop CONFIG_TSI108_I2C | Tuomas Tynkkynen |
2018-05-20 | i2c: rcar_i2c: Add DM and DT capable I2C driver | Marek Vasut |
2018-05-20 | i2c: rcar_i2c: Remove the driver | Marek Vasut |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-04-17 | i2c: designware: add reset ctrl to driver | Dinh Nguyen |
2018-04-15 | Merge git://git.denx.de/u-boot-imx | Tom Rini |
2018-04-11 | i2c: fsl: Add option to get clock from DT | Mario Six |
2018-04-11 | i2c: fsl: Use dev_read_addr | Mario Six |
2018-04-11 | i2c: ihs_i2c: Use new fpgamap interface | Mario Six |
2018-04-11 | dm: i2c: implement gpio-based I2C deblock | Alexander Kochetkov |
2018-04-06 | soft_i2c: cleanup - no mpc8xx support | Christophe Leroy |
2018-03-29 | drivers: i2c: mxc: Update support to 8 I2C controllers | Sriram Dash |
2018-03-29 | drivers: i2c: mxc: Update SYS_I2C_MXC_I2C support in Kconfig | Sriram Dash |
2018-03-23 | i2c: lpi2c: remove superfluous assignments | Heinrich Schuchardt |
2018-03-19 | arm: stm32: add new architecture for STM32MP family | Patrick Delaunay |
2018-03-19 | stm32mp: stm32f7_i2c: use calloc instead of kmalloc | Patrick Delaunay |
2018-03-09 | treewide: Fix gdsys mail addresses | Mario Six |
2018-03-01 | i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1 | Vipul Kumar |
2018-03-01 | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED | Vipul Kumar |
2018-03-01 | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE | Vipul Kumar |
2018-03-01 | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ | Vipul Kumar |
2018-02-19 | i2c: mvtwsi.c: Fix set speed | Stefan Mavrodiev |
2018-02-17 | i2c: rcar_iic: Allow IIC on RCar Gen2 | Marek Vasut |
2018-02-06 | i2c: mvtwsi.c: Avoid NULL dereference | Heinrich Schuchardt |
2018-02-06 | i2c: ihs_i2c: Factor out send_buffer method | Mario Six |
2018-02-06 | i2c: ihs_i2c: Make DM compatible | Mario Six |