summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeLines
* 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
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-08-15-0/+426
|\
| * i2c: atmel: add i2c driverSongjun Wu2016-08-15-0/+426
* | i2c: tegra: add standardized clk/reset API supportBryan Wu2016-08-15-4/+85
* | i2c: add Tegra186 BPMP driverStephen Warren2016-08-15-0/+140
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-12-1/+1
|\
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+1
* | i2c: Drop redundant platform data setting in driversSimon Glass2016-08-12-6/+0
|/
* i2c: i2c-uclass-compat: avoid any BSS usageVignesh R2016-08-08-1/+1
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-27-11/+3
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-5/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-26-5/+4
|\
| * i2c: fsl: Fix driver initializationmario.six@gdsys.cc2016-07-26-5/+4
* | i2c: mvtwsi: Add documentationmario.six@gdsys.cc2016-07-26-19/+144
* | i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc2016-07-26-42/+85
* | i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc2016-07-26-8/+13