aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2014-01-13i2c: fti2c010: fix compiler warning on paddr[]Kuo-Jung Su1-2/+2
2014-01-13drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWAlexey Brodkin1-0/+38
2014-01-13i2c: Fix i2c speed commandDarwin Rambo1-1/+1
2014-01-13rcar_i2c: Clear status before start master receiveNobuhiro Iwamatsu1-0/+2
2014-01-13rcar_i2c: Fix receiving wait conditionHisashi Nakamura1-2/+2
2013-12-18i2c: tegra: Add the fifth bus on SoC with more than 4 busesAlban Bedel1-0/+5
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD7-528/+283
2013-12-06i2c: samsung: register i2c busses for Exynso5420 and Exynos5250Naveen Krishna Ch1-48/+176
2013-12-05arm: omap: i2c: don't zero cnt in i2c_writeNikita Kiryanov1-6/+0
2013-12-05i2c: fti2c010: serial out r/w address in MSB orderKuo-Jung Su1-8/+18
2013-12-05i2c: fti2c010: migrate to new i2c modelKuo-Jung Su1-166/+133
2013-12-05i2c: fti2c010: cosmetic: coding style cleanupKuo-Jung Su1-15/+16
2013-12-05driver:i2c:s3c24x0: fix clock init for hsi2cPiotr Wilczek1-1/+3
2013-12-05driver:i2c:s3c24x0: adapt driver to new i2cPiotr Wilczek2-57/+97
2013-11-13i2c: switch from AT91 legacy to ATMEL legacyAndreas Bießmann1-1/+1
2013-11-13designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin1-3/+0
2013-11-13designware_i2c: disable i2c controller during target address setupAlexey Brodkin1-0/+12
2013-11-13i2c, omap1510: remove i2c driverHeiko Schocher2-278/+0
2013-11-13i2c, zynq: convert zynq i2c driver to new multibus/multiadapter frameworkHeiko Schocher2-14/+17
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher2-66/+110
2013-11-13i2c: mxs_i2c: Squash endless loopMarek Vasut1-3/+12
2013-11-13i2c: sh_i2c: Update to new CONFIG_SYS_I2C frameworkNobuhiro Iwamatsu2-164/+132
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-46/+24
2013-10-17i2c: eliminate warnings in i2c_reloc_fixup functionMasahiro Yamada1-7/+5
2013-10-17i2c: s3c24xx: add hsi2c controller supportNaveen Krishna Ch2-51/+616
2013-10-17exynos: i2c: Change FDT bus setup code to enumerate ports correctlySimon Glass2-7/+19
2013-10-17exynos: i2c: Fix i2c driver to handle NACKs properlyNaveen Krishna Ch1-124/+90
2013-10-17Fix: nommu I2C adapter relocation errorJens Scharsig (BuS Elektronik)1-4/+0
2013-10-17i2c: sh_i2c: Avoid using I2C prior to relocationNobuhiro Iwamatsu1-2/+8
2013-10-17i2c, core: optimze i2c_set_bus_num()Heiko Schocher1-8/+10
2013-10-17i2c: Add support for Renesas rcarNobuhiro Iwamatsu2-0/+289
2013-10-17i2c: Zynq: Support for TI PCA9548 bus multiplexerMichael Burr1-0/+5
2013-10-17i2c: mxc: move to new subsystemtrem2-60/+79
2013-09-19drivers: s3c44b0_i2c: delete an unused driverMasahiro Yamada2-300/+0
2013-08-20fsl_i2c: add workaround for the erratum I2C A004447Chunhe Lan1-3/+11
2013-08-20fsl_i2c: generate nine pulses on SCL if the I2C bus is hungChunhe Lan1-2/+57
2013-08-13tegra: Avoid using I2C prior to relocationSimon Glass1-0/+4
2013-08-03i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut1-4/+4
2013-07-25drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiersTom Rini3-17/+3
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini9-333/+1236
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk23-376/+23
2013-07-23i2c: add Faraday FTI2C010 I2C controller supportKuo-Jung Su3-0/+451
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang1-7/+55
2013-07-23i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2-98/+97
2013-07-23tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass2-49/+33
2013-07-23tegra: i2c: Add function to know about current busSimon Glass1-17/+61
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2-134/+86
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2-48/+58
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher2-0/+415