aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-0/+731
2014-02-22i2c: kona: Add Kona I2C driverDarwin Rambo2-0/+731
2014-02-20Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+0
2014-02-20designware_i2c: remove inclusion of <asm/arch/hardware.h>Alexey Brodkin1-1/+0
2014-02-20OMAP24xx I2C: Add support for set-speedHannes Petermaier1-50/+97
2014-02-20i2c: i2c-mxs: Wait for I2C to empty queueMarek Vasut1-7/+32
2014-02-20designware_i2c: Enhance DesignWare I2C driver address supportChin Liang See1-32/+9
2014-02-20blackfin: make i2c driver blackfin independantScott Jiang1-71/+80
2014-02-20blackfin: rename bfin-twi_i2c driver to adi_i2cSonic Zhang1-0/+378
2014-02-20blackfin: add spi and i2c specific get clock functionsSonic Zhang1-1/+2
2014-02-20blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 1024Sonic Zhang1-1/+1
2014-02-20i2c: zynq: Add support for the second i2c controllerMichael Burr1-17/+27
2014-02-20i2c: zynq: Support for 0-length register addressMichael Burr1-19/+23
2014-02-06ARM: IXP: Remove the IXP architecture supportMarek Vasut1-3/+0
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