summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-05-153-22/+0
|\
| * i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass2017-05-152-18/+0
| * i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-4/+0
* | omap24xx_i2c.c: Drop references to CONFIG_OMAP243XTom Rini2017-05-151-3/+3
|/
* ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3Adam Ford2017-05-091-0/+1
* drivers: i2c: davinci_i2c: Update davinci i2c driver to driver modelCooper Jr., Franklin2017-05-091-2/+90
* i2c: davinci: Split functions into two parts for future DM supportCooper Jr., Franklin2017-05-091-75/+110
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-05-081-0/+9
|\
| * sunxi: i2c: Add support for DM I2CJernej Skrabec2017-04-281-0/+9
* | aspeed: Add I2C Drivermaxims@google.com2017-05-084-0/+499
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-04-181-1/+1
|\ \ | |/ |/|
| * armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun2017-04-171-1/+1
* | rockchip: i2c: Enable i2c for rk3399eric.gao@rock-chips.com2017-04-151-0/+1
|/
* i2c: Drop unused i2c_soft...() functionsSimon Glass2017-04-051-44/+0
* Blackfin: RemoveTom Rini2017-04-052-180/+0
* rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socsHeiko Stübner2017-04-041-0/+2
* i2c: Set default I2C bus numberLukasz Majewski2017-03-281-0/+14
* i2c: ti: Update method to calculate psc, sscl and ssch I2C parametersLukasz Majewski2017-03-281-25/+41
* i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernelLukasz Majewski2017-03-281-5/+5
* i2c: lpc32xx: Force consistent bus numberingLiam Beguin2017-03-281-0/+1
* i2c: lpc32xx: Move definitions to header fileLiam Beguin2017-03-281-27/+1
* i2c: lpc32xx: Remove note for DM conversationSylvain Lemieux2017-03-281-3/+0
* i2c: lpc32xx: Add DM for lpc32xx I2CLiam Beguin2017-03-281-0/+90
* i2c: lpc32xx: Factor out i2c_adapter parameterLiam Beguin2017-03-281-54/+53
* i2c: lpc32xx: Prepare compatibility functionsLiam Beguin2017-03-281-9/+38
* i2c: lpc32xx: Rename probe functionLiam Beguin2017-03-281-3/+3
* i2c: lpi2c: add lpi2c driver for i.MX7ULPPeng Fan2017-03-173-0/+469
* fsl_i2c.c: Fix warning on gcc-6.xTom Rini2017-02-171-2/+2
* i2c: sandbox: remove code snippet from Kconfig helpMasahiro Yamada2017-02-131-22/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-0813-24/+25
* i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada2017-01-291-24/+10
* i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada2017-01-292-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-01-182-63/+149
|\
| * i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer2017-01-181-21/+0
| * i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer2017-01-181-30/+89
| * i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer2017-01-181-1/+1
| * i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer2017-01-181-14/+52
| * i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer2017-01-181-0/+10
* | Merge git://git.denx.de/u-boot-samsungTom Rini2017-01-182-1/+12
|\ \ | |/ |/|
| * i2c: Kconfig: Add SYS_I2C_S3C24X0 entryJaehoon Chung2017-01-181-0/+5
| * i2c: s3c24x0: fix the compiler error for exynos4Jaehoon Chung2017-01-181-1/+7
* | i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer2017-01-101-0/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2016-12-201-2/+2
|\
| * i2c: mv_i2c.c: Correct address endiannessBradley Bolen2016-12-191-2/+2
* | i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki2016-12-161-1/+1
* | i2c: mxc: Print hex instead of decimal for bus addressJagan Teki2016-12-161-1/+1
* | i2c: Kconfig: Add SYS_I2C_MXC entryJagan Teki2016-12-161-0/+8
|/
* dm: i2c: Add a note to I2C drivers which need conversionSimon Glass2016-12-0514-0/+42
* samsung: i2c: Split the high-speed I2C code into a new driverSimon Glass2016-12-054-545/+591
* samsung: i2c: Drop old code from I2C driverSimon Glass2016-12-051-583/+2