summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2014-04-14i2c: sh_i2c: bugfix: i2c probe command does not workTetsuyuki Kobayashi
2014-03-31drivers: i2c: delete an unused source fileMasahiro Yamada
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-22i2c: kona: Add Kona I2C driverDarwin Rambo
2014-02-20Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-20designware_i2c: remove inclusion of <asm/arch/hardware.h>Alexey Brodkin
2014-02-20OMAP24xx I2C: Add support for set-speedHannes Petermaier
2014-02-20i2c: i2c-mxs: Wait for I2C to empty queueMarek Vasut
2014-02-20designware_i2c: Enhance DesignWare I2C driver address supportChin Liang See
2014-02-20blackfin: make i2c driver blackfin independantScott Jiang
2014-02-20blackfin: rename bfin-twi_i2c driver to adi_i2cSonic Zhang
2014-02-20blackfin: add spi and i2c specific get clock functionsSonic Zhang
2014-02-20blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 1024Sonic Zhang
2014-02-20i2c: zynq: Add support for the second i2c controllerMichael Burr
2014-02-20i2c: zynq: Support for 0-length register addressMichael Burr
2014-02-06ARM: IXP: Remove the IXP architecture supportMarek Vasut
2014-01-13i2c: fti2c010: fix compiler warning on paddr[]Kuo-Jung Su
2014-01-13drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWAlexey Brodkin
2014-01-13i2c: Fix i2c speed commandDarwin Rambo
2014-01-13rcar_i2c: Clear status before start master receiveNobuhiro Iwamatsu
2014-01-13rcar_i2c: Fix receiving wait conditionHisashi Nakamura
2013-12-18i2c: tegra: Add the fifth bus on SoC with more than 4 busesAlban Bedel
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-12-06i2c: samsung: register i2c busses for Exynso5420 and Exynos5250Naveen Krishna Ch
2013-12-05arm: omap: i2c: don't zero cnt in i2c_writeNikita Kiryanov
2013-12-05i2c: fti2c010: serial out r/w address in MSB orderKuo-Jung Su
2013-12-05i2c: fti2c010: migrate to new i2c modelKuo-Jung Su
2013-12-05i2c: fti2c010: cosmetic: coding style cleanupKuo-Jung Su
2013-12-05driver:i2c:s3c24x0: fix clock init for hsi2cPiotr Wilczek
2013-12-05driver:i2c:s3c24x0: adapt driver to new i2cPiotr Wilczek
2013-11-13i2c: switch from AT91 legacy to ATMEL legacyAndreas Bießmann
2013-11-13designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin
2013-11-13designware_i2c: disable i2c controller during target address setupAlexey Brodkin
2013-11-13i2c, omap1510: remove i2c driverHeiko Schocher
2013-11-13i2c, zynq: convert zynq i2c driver to new multibus/multiadapter frameworkHeiko Schocher
2013-11-13i2c, omap24xx: convert driver to new mutlibus/mutliadapter frameworkHeiko Schocher
2013-11-13i2c: mxs_i2c: Squash endless loopMarek Vasut
2013-11-13i2c: sh_i2c: Update to new CONFIG_SYS_I2C frameworkNobuhiro Iwamatsu
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-17i2c: eliminate warnings in i2c_reloc_fixup functionMasahiro Yamada
2013-10-17i2c: s3c24xx: add hsi2c controller supportNaveen Krishna Ch
2013-10-17exynos: i2c: Change FDT bus setup code to enumerate ports correctlySimon Glass
2013-10-17exynos: i2c: Fix i2c driver to handle NACKs properlyNaveen Krishna Ch
2013-10-17Fix: nommu I2C adapter relocation errorJens Scharsig (BuS Elektronik)
2013-10-17i2c: sh_i2c: Avoid using I2C prior to relocationNobuhiro Iwamatsu
2013-10-17i2c, core: optimze i2c_set_bus_num()Heiko Schocher
2013-10-17i2c: Add support for Renesas rcarNobuhiro Iwamatsu
2013-10-17i2c: Zynq: Support for TI PCA9548 bus multiplexerMichael Burr
2013-10-17i2c: mxc: move to new subsystemtrem