aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-16i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0Reinhard Pfau1-3/+6
2013-07-10EXYNOS: Resolve the i2c compilation errorAmar1-8/+1
2013-06-24EXYNOS5: I2C: Add FDT and non-FDT support for I2CAmar1-2/+10
2013-06-10ARM: OMAP: I2C: New read, write and probe functionsLubomir Popov1-191/+299
2013-04-30i2c: zynq: Add support for Xilinx ZynqMichal Simek2-0/+307
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+37
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren1-5/+37
2013-03-12I2C: S3C24X0: Bug fixes in i2c_transferRajeshwari Shinde1-8/+6
2013-03-12I2C: S3C24X0: Remove the dead codeRajeshwari Shinde1-7/+0
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass1-3/+4
2013-01-29i2c: mxs: Staticize the functions in the driverMarek Vasut1-4/+4
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2-1/+91
2013-01-14I2C: S3C24X0: Resolve build error for VCMA9Rajeshwari Shinde2-3/+4
2013-01-08Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-6/+14
2013-01-08I2C: Driver changes for FDT supportRajeshwari Shinde2-1/+90
2012-12-11designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti1-0/+2
2012-12-11designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti1-3/+3
2012-12-11designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti1-15/+13
2012-12-11designware_i2c: Added s/w generation of stop bitArmando Visconti2-3/+9
2012-12-11designware_i2c.c: Added the support for MULTI_BUSArmando Visconti1-1/+81
2012-12-11drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek1-7/+12
2012-12-11omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé1-5/+10
2012-12-11mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut1-53/+34
2012-12-11mxs: i2c: Restore speed setting after block resetMarek Vasut1-0/+3
2012-12-11i2c: mxs: Fix TIMING2 register valueMarek Vasut1-2/+2
2012-12-11i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut1-15/+1
2012-12-11i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut1-0/+45
2012-12-11i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut1-20/+37
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut1-2/+2
2012-12-11soft_i2c: add necessary includes for AVR32Andreas Bießmann1-0/+3
2012-12-10omap24xx_i2c: Handle wait_for_bb errorVincent Stehlé1-6/+14
2012-10-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+0
2012-10-26arm: Remove support for lpc2292Marek Vasut1-3/+0
2012-10-25drivers/i2c/fsl_i2c.c: sparse fixKim Phillips1-1/+1
2012-10-16i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi1-4/+4