aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-17/+1
2016-10-28i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang1-1/+1
2016-10-28i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang1-16/+0
2016-10-24i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut1-6/+17
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-10-11x86: i2c: Fix cast of address to 32-bit valueSimon Glass1-3/+3
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer1-1/+23
2016-09-27i2c: tegra: only use new clock/reset APIsStephen Warren1-57/+11
2016-09-26i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese1-0/+1
2016-09-26i2c: mv_i2c.c: Validate read length in I2C commandjinghua1-0/+5
2016-09-26i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2-7/+38
2016-09-26i2c: mv_i2c.c: Add DM supportStefan Roese1-48/+136
2016-09-26i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese1-126/+141
2016-09-26i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese1-2/+0
2016-09-26i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese1-34/+34
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada9-9/+9
2016-09-13i2c: at91_i2c: Fix the wrong include fileWenyou Yang1-1/+1
2016-09-13rockchip: i2c: fix >32 byte writesJohn Keeping1-2/+2
2016-09-13rockchip: i2c: move register write out of inner loopJohn Keeping1-2/+2
2016-09-13rockchip: i2c: use named constant when appropriateJohn Keeping1-1/+1
2016-08-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2016-08-26i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese1-2/+2
2016-08-25ARM: tegra: remove stale nvidia, bpmp I2C DT propertyStephen Warren1-10/+0
2016-08-25ARM: tegra: fix Tegra186 I2C clock nameStephen Warren1-1/+1
2016-08-16i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese1-21/+269
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini4-0/+426
2016-08-15i2c: atmel: add i2c driverSongjun Wu4-0/+426
2016-08-15i2c: tegra: add standardized clk/reset API supportBryan Wu1-4/+85
2016-08-15i2c: add Tegra186 BPMP driverStephen Warren3-0/+140
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+1
2016-08-12i2c: Drop redundant platform data setting in driversSimon Glass5-6/+0
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R1-1/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-11/+3
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2-5/+2
2016-07-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-5/+4
2016-07-26i2c: fsl: Fix driver initializationmario.six@gdsys.cc1-5/+4
2016-07-26i2c: mvtwsi: Add documentationmario.six@gdsys.cc1-19/+144
2016-07-26i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc1-42/+85
2016-07-26i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc1-8/+13