summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi2012-10-161-1/+1
* i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi2012-10-161-8/+22
* imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser2012-10-151-2/+2
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-151-2/+2
* i2c: sh: Remove irq_wait functionNobuhiro Iwamatsu2012-10-031-16/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-211-6/+6
|\
| * Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-101-6/+6
* | omap4 i2c: add support for i2c bus 4Koen Kooi2012-09-061-0/+8
|/
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-011-1/+1
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-011-6/+6
* mxs: prefix register structs with 'mxs' prefixOtavio Salvador2012-09-011-6/+6
* omap24xx_i2c: add 2-byte address supportIlya Yanok2012-09-011-32/+26
* I2C: Add support for Multi channelRajeshwari Shinde2012-07-311-0/+27
* I2C: Modify the I2C driver for EXYNOS5Rajeshwari Shinde2012-07-311-77/+117
* I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde2012-07-311-0/+33
* mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky2012-07-311-0/+17
* mxc_i2c: add bus recovery supportTroy Kisky2012-07-311-0/+26
* mxc_i2c: prep work for multiple busses supportTroy Kisky2012-07-311-21/+104
* mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky2012-07-311-12/+7
* mxc_i2c: add retriesTroy Kisky2012-07-311-9/+27
* mxc_i2c: check for arbitration lostTroy Kisky2012-07-311-0/+7
* mxc_i2c: change slave addr if conflicts with destination.Troy Kisky2012-07-311-0/+2
* mxc_i2c: don't disable controller after every transactionTroy Kisky2012-07-311-15/+13
* mxc_i2c: place i2c_reset code inlineTroy Kisky2012-07-311-12/+3
* mxc_i2c: place imx_start code inlineTroy Kisky2012-07-311-33/+20
* mxc_i2c: remove redundant readTroy Kisky2012-07-311-1/+0
* mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky2012-07-311-51/+29
OpenPOWER on IntegriCloud