| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert CONFIG_SYS_I2C_DAVINCI to Kconfig | Adam Ford | 2018-08-17 | 1 | -0/+6 |
* | kconfig: fix typo 'parition' | Simon Goldschmidt | 2018-08-17 | 1 | -1/+1 |
* | i2c: imx_lpi2c: add uclass api support | Peng Fan | 2018-08-06 | 1 | -7/+40 |
* | i2c-mux: pca954x: support pca9646 i2c switch | Peng Fan | 2018-08-06 | 1 | -1/+8 |
* | rockchip: i2c: enable i2c controller for rk3066 and rk3188 | Alexander Kochetkov | 2018-07-21 | 1 | -5/+89 |
* | lpi2c: Add bus busy error handling | Ye Li | 2018-07-12 | 1 | -21/+32 |
* | lpi2c: Fix bus stop problem in xfer | Ye Li | 2018-07-12 | 1 | -7/+7 |
* | imx: lpi2c: fix clock issue when NACK detected | Gao Pan | 2018-07-12 | 1 | -4/+10 |
* | imx_lpi2c: Update lpi2c driver to support imx8 | Ye Li | 2018-07-12 | 1 | -1/+2 |
* | meson: use the clock driver | Beniamino Galvani | 2018-06-19 | 1 | -3/+17 |
* | i2c: mvtwsi: disable i2c slave on Armada 38x | Baruch Siach | 2018-06-07 | 1 | -1/+23 |
* | i2c: Drop CONFIG_SH_SH7734_I2C | Tuomas Tynkkynen | 2018-05-23 | 2 | -377/+0 |
* | i2c: Drop CONFIG_TSI108_I2C | Tuomas Tynkkynen | 2018-05-23 | 2 | -276/+0 |
* | i2c: rcar_i2c: Add DM and DT capable I2C driver | Marek Vasut | 2018-05-20 | 3 | -0/+360 |
* | i2c: rcar_i2c: Remove the driver | Marek Vasut | 2018-05-20 | 2 | -293/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 50 | -102/+50 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 8 | -15/+0 |
* | i2c: designware: add reset ctrl to driver | Dinh Nguyen | 2018-04-17 | 1 | -0/+10 |
* | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2018-04-15 | 2 | -3/+222 |
|\ |
|
| * | drivers: i2c: mxc: Update support to 8 I2C controllers | Sriram Dash | 2018-03-29 | 2 | -0/+136 |
| * | drivers: i2c: mxc: Update SYS_I2C_MXC_I2C support in Kconfig | Sriram Dash | 2018-03-29 | 1 | -3/+86 |
* | | i2c: fsl: Add option to get clock from DT | Mario Six | 2018-04-11 | 1 | -1/+7 |
* | | i2c: fsl: Use dev_read_addr | Mario Six | 2018-04-11 | 1 | -4/+1 |
* | | i2c: ihs_i2c: Use new fpgamap interface | Mario Six | 2018-04-11 | 1 | -21/+24 |
* | | dm: i2c: implement gpio-based I2C deblock | Alexander Kochetkov | 2018-04-11 | 1 | -9/+109 |
* | | soft_i2c: cleanup - no mpc8xx support | Christophe Leroy | 2018-04-06 | 1 | -3/+0 |
* | | i2c: lpi2c: remove superfluous assignments | Heinrich Schuchardt | 2018-03-23 | 1 | -5/+5 |
* | | arm: stm32: add new architecture for STM32MP family | Patrick Delaunay | 2018-03-19 | 1 | -1/+1 |
* | | stm32mp: stm32f7_i2c: use calloc instead of kmalloc | Patrick Delaunay | 2018-03-19 | 1 | -2/+2 |
|/ |
|
* | treewide: Fix gdsys mail addresses | Mario Six | 2018-03-09 | 1 | -1/+1 |
* | i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1 | Vipul Kumar | 2018-03-01 | 1 | -0/+12 |
* | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED | Vipul Kumar | 2018-03-01 | 1 | -0/+7 |
* | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE | Vipul Kumar | 2018-03-01 | 1 | -0/+7 |
* | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ | Vipul Kumar | 2018-03-01 | 1 | -0/+6 |
* | i2c: mvtwsi.c: Fix set speed | Stefan Mavrodiev | 2018-02-19 | 1 | -1/+4 |
* | i2c: rcar_iic: Allow IIC on RCar Gen2 | Marek Vasut | 2018-02-17 | 1 | -1/+1 |
* | i2c: mvtwsi.c: Avoid NULL dereference | Heinrich Schuchardt | 2018-02-06 | 1 | -1/+2 |
* | i2c: ihs_i2c: Factor out send_buffer method | Mario Six | 2018-02-06 | 1 | -24/+26 |
* | i2c: ihs_i2c: Make DM compatible | Mario Six | 2018-02-06 | 2 | -3/+199 |
* | i2c: ihs_i2c: Prepare DM conversion | Mario Six | 2018-02-06 | 1 | -29/+40 |
* | i2c: fsl_i2c: Make live-tree compatible | Mario Six | 2018-02-06 | 1 | -10/+6 |
* | i2c: fsl_i2c: Remove inline declarations | Mario Six | 2018-02-06 | 1 | -7/+7 |
* | i2c: fsl_i2c: Fix style violations | Mario Six | 2018-02-06 | 1 | -55/+56 |
* | Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig | Adam Ford | 2018-01-30 | 1 | -0/+14 |
* | i2c: mxc_i2c: Use or operation | Peng Fan | 2018-01-16 | 1 | -3/+3 |
* | i2c: lpi2c: do not add 4 for bus seq | Peng Fan | 2018-01-16 | 1 | -4/+4 |
* | i2c: at91_i2c: remove the .probe_chip function | Alan Ott | 2017-12-07 | 1 | -22/+0 |
* | i2c: at91_i2c: Wait for TXRDY after sending the first byte | Alan Ott | 2017-12-07 | 1 | -0/+2 |
* | i2c: meson: add some comments | Beniamino Galvani | 2017-12-07 | 1 | -6/+19 |
* | i2c: meson: fix return codes on error | Beniamino Galvani | 2017-12-07 | 1 | -2/+2 |