summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* treewide: Fix gdsys mail addressesMario Six2018-03-091-1/+1
* i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1Vipul Kumar2018-03-011-0/+12
* i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEEDVipul Kumar2018-03-011-0/+7
* i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVEVipul Kumar2018-03-011-0/+7
* i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQVipul Kumar2018-03-011-0/+6
* i2c: mvtwsi.c: Fix set speedStefan Mavrodiev2018-02-191-1/+4
* i2c: rcar_iic: Allow IIC on RCar Gen2Marek Vasut2018-02-171-1/+1
* i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt2018-02-061-1/+2
* i2c: ihs_i2c: Factor out send_buffer methodMario Six2018-02-061-24/+26
* i2c: ihs_i2c: Make DM compatibleMario Six2018-02-062-3/+199
* i2c: ihs_i2c: Prepare DM conversionMario Six2018-02-061-29/+40
* i2c: fsl_i2c: Make live-tree compatibleMario Six2018-02-061-10/+6
* i2c: fsl_i2c: Remove inline declarationsMario Six2018-02-061-7/+7
* i2c: fsl_i2c: Fix style violationsMario Six2018-02-061-55/+56
* Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to KconfigAdam Ford2018-01-301-0/+14
* i2c: mxc_i2c: Use or operationPeng Fan2018-01-161-3/+3
* i2c: lpi2c: do not add 4 for bus seqPeng Fan2018-01-161-4/+4
* i2c: at91_i2c: remove the .probe_chip functionAlan Ott2017-12-071-22/+0
* i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott2017-12-071-0/+2
* i2c: meson: add some commentsBeniamino Galvani2017-12-071-6/+19
* i2c: meson: fix return codes on errorBeniamino Galvani2017-12-071-2/+2
* i2c: meson: reduce timeoutBeniamino Galvani2017-12-071-1/+1
* i2c: meson: improve Kconfig descriptionBeniamino Galvani2017-12-071-1/+6
* i2c: rcar_iic: Add RCar IIC driverMarek Vasut2017-11-303-0/+278
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-11-271-10/+15
|\
| * imx: mxc_i2c: tweak the i2c transfer methodNandor Han2017-11-201-10/+15
* | i2c: add Amlogic Meson driverBeniamino Galvani2017-11-203-0/+270
|/
* i2c: fti2c010: remove unused/unmaintained driverMasahiro Yamada2017-10-273-421/+0
* i2c: adi_i2c: remove left-over Blackfin I2C driverMasahiro Yamada2017-10-272-310/+0
* i2c: stm32f7_i2c: fix usage of useless local variablePatrice Chotard2017-10-171-8/+2