summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-05-15omap24xx_i2c.c: Drop references to CONFIG_OMAP243XTom Rini1-3/+3
2017-05-15i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass2-18/+0
2017-05-15i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass1-4/+0
2017-05-10ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3Adam Ford1-0/+1
2017-05-09drivers: i2c: davinci_i2c: Update davinci i2c driver to driver modelCooper Jr., Franklin1-2/+90
2017-05-09i2c: davinci: Split functions into two parts for future DM supportCooper Jr., Franklin1-75/+110
2017-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-0/+9
2017-05-08aspeed: Add I2C Drivermaxims@google.com4-0/+499
2017-04-28sunxi: i2c: Add support for DM I2CJernej Skrabec1-0/+9
2017-04-18Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun1-1/+1
2017-04-15rockchip: i2c: Enable i2c for rk3399eric.gao@rock-chips.com1-0/+1
2017-04-05i2c: Drop unused i2c_soft...() functionsSimon Glass1-44/+0
2017-04-05Blackfin: RemoveTom Rini2-180/+0
2017-04-05rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socsHeiko Stübner1-0/+2
2017-03-28i2c: Set default I2C bus numberLukasz Majewski1-0/+14
2017-03-28i2c: ti: Update method to calculate psc, sscl and ssch I2C parametersLukasz Majewski1-25/+41
2017-03-28i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernelLukasz Majewski1-5/+5
2017-03-28i2c: lpc32xx: Force consistent bus numberingLiam Beguin1-0/+1
2017-03-28i2c: lpc32xx: Move definitions to header fileLiam Beguin1-27/+1
2017-03-28i2c: lpc32xx: Remove note for DM conversationSylvain Lemieux1-3/+0
2017-03-28i2c: lpc32xx: Add DM for lpc32xx I2CLiam Beguin1-0/+90
2017-03-28i2c: lpc32xx: Factor out i2c_adapter parameterLiam Beguin1-54/+53
2017-03-28i2c: lpc32xx: Prepare compatibility functionsLiam Beguin1-9/+38
2017-03-28i2c: lpc32xx: Rename probe functionLiam Beguin1-3/+3
2017-03-17i2c: lpi2c: add lpi2c driver for i.MX7ULPPeng Fan3-0/+469
2017-02-17fsl_i2c.c: Fix warning on gcc-6.xTom Rini1-2/+2
2017-02-13i2c: sandbox: remove code snippet from Kconfig helpMasahiro Yamada1-22/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass13-24/+25
2017-01-29i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada1-24/+10
2017-01-29i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada2-2/+0
2017-01-18Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-63/+149
2017-01-18Merge git://git.denx.de/u-boot-samsungTom Rini2-1/+12
2017-01-18i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer1-21/+0
2017-01-18i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer1-30/+89
2017-01-18i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer1-1/+1
2017-01-18i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer1-14/+52
2017-01-18i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer1-0/+10
2017-01-18i2c: Kconfig: Add SYS_I2C_S3C24X0 entryJaehoon Chung1-0/+5
2017-01-18i2c: s3c24x0: fix the compiler error for exynos4Jaehoon Chung1-1/+7
2017-01-10i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer1-0/+1
2016-12-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2016-12-19i2c: mv_i2c.c: Correct address endiannessBradley Bolen1-2/+2
2016-12-16i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki1-1/+1
2016-12-16i2c: mxc: Print hex instead of decimal for bus addressJagan Teki1-1/+1
2016-12-16i2c: Kconfig: Add SYS_I2C_MXC entryJagan Teki1-0/+8
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass14-0/+42
2016-12-05samsung: i2c: Split the high-speed I2C code into a new driverSimon Glass4-545/+591
2016-12-05samsung: i2c: Drop old code from I2C driverSimon Glass1-583/+2
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki1-3/+3