aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-26i2c: mvtwsi: Add compatibility to DMmario.six@gdsys.cc2-1/+117
2016-07-26i2c: mvtwsi: Make address length variablemario.six@gdsys.cc1-9/+21
2016-07-26i2c: mvtwsi: Factor out adap parametermario.six@gdsys.cc1-51/+46
2016-07-26i2c: mvtwsi: Add compatibility functionsmario.six@gdsys.cc1-9/+38
2016-07-26i2c: mvtwsi: Use 'uint' instead of 'unsigned int'mario.six@gdsys.cc1-5/+5
2016-07-26i2c: mvtwsi: Get rid of status parametermario.six@gdsys.cc1-13/+13
2016-07-26i2c: mvtwsi: Eliminate flags parametermario.six@gdsys.cc1-42/+41
2016-07-26i2c: mvtwsi: Improve and fix commentsmario.six@gdsys.cc1-67/+62
2016-07-26i2c: mvtwsi: Streamline code and add documentationmario.six@gdsys.cc1-38/+75