summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki
2016-10-28Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2016-10-28i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang
2016-10-28i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang
2016-10-24i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-11x86: i2c: Fix cast of address to 32-bit valueSimon Glass
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer
2016-09-27i2c: tegra: only use new clock/reset APIsStephen Warren
2016-09-26i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese
2016-09-26i2c: mv_i2c.c: Validate read length in I2C commandjinghua
2016-09-26i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese
2016-09-26i2c: mv_i2c.c: Add DM supportStefan Roese
2016-09-26i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese
2016-09-26i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese
2016-09-26i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-13i2c: at91_i2c: Fix the wrong include fileWenyou Yang
2016-09-13rockchip: i2c: fix >32 byte writesJohn Keeping
2016-09-13rockchip: i2c: move register write out of inner loopJohn Keeping
2016-09-13rockchip: i2c: use named constant when appropriateJohn Keeping
2016-08-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2016-08-26i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese
2016-08-25ARM: tegra: remove stale nvidia, bpmp I2C DT propertyStephen Warren
2016-08-25ARM: tegra: fix Tegra186 I2C clock nameStephen Warren
2016-08-16i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2016-08-15i2c: atmel: add i2c driverSongjun Wu
2016-08-15i2c: tegra: add standardized clk/reset API supportBryan Wu
2016-08-15i2c: add Tegra186 BPMP driverStephen Warren
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-08-12i2c: Drop redundant platform data setting in driversSimon Glass
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-07-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-07-26i2c: fsl: Fix driver initializationmario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Add documentationmario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Add compatibility to DMmario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Make address length variablemario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Factor out adap parametermario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Add compatibility functionsmario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Use 'uint' instead of 'unsigned int'mario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Get rid of status parametermario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Eliminate flags parametermario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Improve and fix commentsmario.six@gdsys.cc
2016-07-26i2c: mvtwsi: Streamline code and add documentationmario.six@gdsys.cc