aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2013-01-08I2C: Driver changes for FDT supportRajeshwari Shinde
2012-12-11designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti
2012-12-11designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti
2012-12-11designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti
2012-12-11designware_i2c: Added s/w generation of stop bitArmando Visconti
2012-12-11designware_i2c.c: Added the support for MULTI_BUSArmando Visconti
2012-12-11drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek
2012-12-11omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé
2012-12-11mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut
2012-12-11mxs: i2c: Restore speed setting after block resetMarek Vasut
2012-12-11i2c: mxs: Fix TIMING2 register valueMarek Vasut
2012-12-11i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut
2012-12-11i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut
2012-12-11i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut
2012-12-11soft_i2c: add necessary includes for AVR32Andreas Bießmann
2012-10-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-10-26arm: Remove support for lpc2292Marek Vasut
2012-10-25drivers/i2c/fsl_i2c.c: sparse fixKim Phillips
2012-10-16i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi
2012-10-16i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi
2012-10-16i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi
2012-10-16i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi
2012-10-16i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi
2012-10-16i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi
2012-10-16i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren
2012-10-03i2c: sh: Remove irq_wait functionNobuhiro Iwamatsu
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren
2012-09-06omap4 i2c: add support for i2c bus 4Koen Kooi
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador
2012-09-01omap24xx_i2c: add 2-byte address supportIlya Yanok
2012-07-31I2C: Add support for Multi channelRajeshwari Shinde
2012-07-31I2C: Modify the I2C driver for EXYNOS5Rajeshwari Shinde
2012-07-31I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky
2012-07-31mxc_i2c: add retriesTroy Kisky
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky
2012-07-31mxc_i2c: remove redundant readTroy Kisky