summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki2016-10-301-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-10-281-17/+1
|\
| * i2c: at91_i2c: Change error return -ENODEV to -EINVALWenyou Yang2016-10-281-1/+1
| * i2c: at91_i2c: Remove unnecessary clock callingWenyou Yang2016-10-281-16/+0
* | i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut2016-10-241-6/+17
|/
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-111-3/+3
* cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer2016-10-081-1/+23
* i2c: tegra: only use new clock/reset APIsStephen Warren2016-09-271-57/+11
* i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese2016-09-261-0/+1
* i2c: mv_i2c.c: Validate read length in I2C commandjinghua2016-09-261-0/+5
* i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2016-09-262-7/+38
* i2c: mv_i2c.c: Add DM supportStefan Roese2016-09-261-48/+136
* i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese2016-09-261-126/+141
* i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese2016-09-261-2/+0
* i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese2016-09-261-34/+34
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-239-9/+9
* i2c: at91_i2c: Fix the wrong include fileWenyou Yang2016-09-131-1/+1
* rockchip: i2c: fix >32 byte writesJohn Keeping2016-09-131-2/+2
* rockchip: i2c: move register write out of inner loopJohn Keeping2016-09-131-2/+2
* rockchip: i2c: use named constant when appropriateJohn Keeping2016-09-131-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2016-08-261-2/+2
|\
| * i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese2016-08-261-2/+2
* | ARM: tegra: remove stale nvidia, bpmp I2C DT propertyStephen Warren2016-08-251-10/+0
* | ARM: tegra: fix Tegra186 I2C clock nameStephen Warren2016-08-251-1/+1
|/
* i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese2016-08-161-21/+269
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-08-154-0/+426
|\
| * i2c: atmel: add i2c driverSongjun Wu2016-08-154-0/+426
* | i2c: tegra: add standardized clk/reset API supportBryan Wu2016-08-151-4/+85
* | i2c: add Tegra186 BPMP driverStephen Warren2016-08-153-0/+140
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-121-1/+1
|\
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-1/+1
* | i2c: Drop redundant platform data setting in driversSimon Glass2016-08-125-6/+0
|/
* i2c: i2c-uclass-compat: avoid any BSS usageVignesh R2016-08-081-1/+1
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-11/+3
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-272-5/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-261-5/+4
|\
| * i2c: fsl: Fix driver initializationmario.six@gdsys.cc2016-07-261-5/+4
* | i2c: mvtwsi: Add documentationmario.six@gdsys.cc2016-07-261-19/+144
* | i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc2016-07-261-42/+85
* | i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc2016-07-261-8/+13
* | i2c: mvtwsi: Add compatibility to DMmario.six@gdsys.cc2016-07-262-1/+117
* | i2c: mvtwsi: Make address length variablemario.six@gdsys.cc2016-07-261-9/+21
* | i2c: mvtwsi: Factor out adap parametermario.six@gdsys.cc2016-07-261-51/+46
* | i2c: mvtwsi: Add compatibility functionsmario.six@gdsys.cc2016-07-261-9/+38
* | i2c: mvtwsi: Use 'uint' instead of 'unsigned int'mario.six@gdsys.cc2016-07-261-5/+5
* | i2c: mvtwsi: Get rid of status parametermario.six@gdsys.cc2016-07-261-13/+13
* | i2c: mvtwsi: Eliminate flags parametermario.six@gdsys.cc2016-07-261-42/+41
* | i2c: mvtwsi: Improve and fix commentsmario.six@gdsys.cc2016-07-261-67/+62
* | i2c: mvtwsi: Streamline code and add documentationmario.six@gdsys.cc2016-07-261-38/+75