summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeLines
* MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li2017-04-05-0/+18
* fsl_i2c.c: Fix warning on gcc-6.xTom Rini2017-02-17-2/+2
* i2c: sandbox: remove code snippet from Kconfig helpMasahiro Yamada2017-02-13-22/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08-24/+25
* i2c: uniphier-f: use readl_poll_timeout() to poll registersMasahiro Yamada2017-01-29-24/+10
* i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada2017-01-29-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-01-18-63/+149
|\
| * i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer2017-01-18-21/+0
| * i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer2017-01-18-30/+89
| * i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer2017-01-18-1/+1
| * i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer2017-01-18-14/+52
| * i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer2017-01-18-0/+10
* | Merge git://git.denx.de/u-boot-samsungTom Rini2017-01-18-1/+12
|\ \ | |/ |/|
| * i2c: Kconfig: Add SYS_I2C_S3C24X0 entryJaehoon Chung2017-01-18-0/+5
| * i2c: s3c24x0: fix the compiler error for exynos4Jaehoon Chung2017-01-18-1/+7
* | i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer2017-01-10-0/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2016-12-20-2/+2
|\
| * i2c: mv_i2c.c: Correct address endiannessBradley Bolen2016-12-19-2/+2
* | i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki2016-12-16-1/+1
* | i2c: mxc: Print hex instead of decimal for bus addressJagan Teki2016-12-16-1/+1
* | i2c: Kconfig: Add SYS_I2C_MXC entryJagan Teki2016-12-16-0/+8
|/
* dm: i2c: Add a note to I2C drivers which need conversionSimon Glass2016-12-05-0/+42
* samsung: i2c: Split the high-speed I2C code into a new driverSimon Glass2016-12-05-545/+591
* samsung: i2c: Drop old code from I2C driverSimon Glass2016-12-05-583/+2
* sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki2016-10-30-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-10-28-17/+1
|\
| * i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang2016-10-28-1/+1
| * i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang2016-10-28-16/+0
* | i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut2016-10-24-6/+17
|/
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-1/+1
* x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-11-3/+3
* cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer2016-10-08-1/+23
* i2c: tegra: only use new clock/reset APIsStephen Warren2016-09-27-57/+11
* i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese2016-09-26-0/+1
* i2c: mv_i2c.c: Validate read length in I2C commandjinghua2016-09-26-0/+5
* i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2016-09-26-7/+38
* i2c: mv_i2c.c: Add DM supportStefan Roese2016-09-26-48/+136
* i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese2016-09-26-126/+141
* i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese2016-09-26-2/+0
* i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese2016-09-26-34/+34
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-9/+9
* i2c: at91_i2c: Fix the wrong include fileWenyou Yang2016-09-13-1/+1
* rockchip: i2c: fix >32 byte writesJohn Keeping2016-09-13-2/+2
* rockchip: i2c: move register write out of inner loopJohn Keeping2016-09-13-2/+2
* rockchip: i2c: use named constant when appropriateJohn Keeping2016-09-13-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2016-08-26-2/+2
|\
| * i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese2016-08-26-2/+2
* | ARM: tegra: remove stale nvidia, bpmp I2C DT propertyStephen Warren2016-08-25-10/+0
* | ARM: tegra: fix Tegra186 I2C clock nameStephen Warren2016-08-25-1/+1
|/
* i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese2016-08-16-21/+269