summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiersTom Rini2013-07-253-17/+3
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-249-333/+1236
|\
| * i2c: add Faraday FTI2C010 I2C controller supportKuo-Jung Su2013-07-233-0/+451
| * I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang2013-07-231-7/+55
| * i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2013-07-232-98/+97
| * tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass2013-07-232-49/+33
| * tegra: i2c: Add function to know about current busSimon Glass2013-07-231-17/+61
| * i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-232-134/+86
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-232-48/+58
| * i2c: add i2c_core and prepare for new multibus supportHeiko Schocher2013-07-232-0/+415
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2423-376/+23
|/
* i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0Reinhard Pfau2013-07-161-3/+6
* EXYNOS: Resolve the i2c compilation errorAmar2013-07-101-8/+1
* EXYNOS5: I2C: Add FDT and non-FDT support for I2CAmar2013-06-241-2/+10
* ARM: OMAP: I2C: New read, write and probe functionsLubomir Popov2013-06-101-191/+299
* i2c: zynq: Add support for Xilinx ZynqMichal Simek2013-04-302-0/+307
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-5/+37
|\
| * Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren2013-03-141-5/+37
* | I2C: S3C24X0: Bug fixes in i2c_transferRajeshwari Shinde2013-03-121-8/+6
* | I2C: S3C24X0: Remove the dead codeRajeshwari Shinde2013-03-121-7/+0
|/
* ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass2013-02-041-3/+4
* i2c: mxs: Staticize the functions in the driverMarek Vasut2013-01-291-4/+4
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-142-1/+91
|\
| * I2C: S3C24X0: Resolve build error for VCMA9Rajeshwari Shinde2013-01-142-3/+4
| * I2C: Driver changes for FDT supportRajeshwari Shinde2013-01-082-1/+90
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-081-6/+14
|\ \ | |/ |/|
| * omap24xx_i2c: Handle wait_for_bb errorVincent Stehlé2012-12-101-6/+14
* | designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti2012-12-111-0/+2
* | designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti2012-12-111-3/+3
* | designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti2012-12-111-15/+13
* | designware_i2c: Added s/w generation of stop bitArmando Visconti2012-12-112-3/+9
* | designware_i2c.c: Added the support for MULTI_BUSArmando Visconti2012-12-111-1/+81
* | drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek2012-12-111-7/+12
* | omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé2012-12-111-5/+10
* | mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut2012-12-111-53/+34
* | mxs: i2c: Restore speed setting after block resetMarek Vasut2012-12-111-0/+3
* | i2c: mxs: Fix TIMING2 register valueMarek Vasut2012-12-111-2/+2
* | i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut2012-12-111-15/+1
* | i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut2012-12-111-0/+45
* | i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut2012-12-111-20/+37
* | i2c: Staticize local functions in mxc i2c driverMarek Vasut2012-12-111-2/+2
* | soft_i2c: add necessary includes for AVR32Andreas Bießmann2012-12-111-0/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-261-3/+0
|\
| * arm: Remove support for lpc2292Marek Vasut2012-10-261-3/+0
* | drivers/i2c/fsl_i2c.c: sparse fixKim Phillips2012-10-251-1/+1
|/
* i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi2012-10-161-4/+4
* i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi2012-10-161-18/+32
* i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi2012-10-161-5/+27
* i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi2012-10-161-0/+15
* i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi2012-10-161-0/+4
OpenPOWER on IntegriCloud