summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2017-01-18i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer
2017-01-18i2c: Kconfig: Add SYS_I2C_S3C24X0 entryJaehoon Chung
2017-01-18i2c: s3c24x0: fix the compiler error for exynos4Jaehoon Chung
2017-01-10i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer
2016-12-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2016-12-19i2c: mv_i2c.c: Correct address endiannessBradley Bolen
2016-12-16i2c: mxc: Make 'no gpio pinctrl state' print as debugJagan Teki
2016-12-16i2c: mxc: Print hex instead of decimal for bus addressJagan Teki
2016-12-16i2c: Kconfig: Add SYS_I2C_MXC entryJagan Teki
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass
2016-12-05samsung: i2c: Split the high-speed I2C code into a new driverSimon Glass
2016-12-05samsung: i2c: Drop old code from I2C driverSimon Glass
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