aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2012-10-26arm: Remove support for lpc2292Marek Vasut1-3/+0
2012-10-16i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi1-4/+4
2012-10-16i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi1-18/+32
2012-10-16i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi1-5/+27
2012-10-16i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi1-0/+15
2012-10-16i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi1-0/+4
2012-10-16i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi1-1/+1
2012-10-16i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi1-8/+22
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser1-2/+2
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-2/+2
2012-10-03i2c: sh: Remove irq_wait functionNobuhiro Iwamatsu1-16/+0
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-6/+6
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-6/+6
2012-09-06omap4 i2c: add support for i2c bus 4Koen Kooi1-0/+8
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-1/+1
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-6/+6
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-6/+6
2012-09-01omap24xx_i2c: add 2-byte address supportIlya Yanok1-32/+26
2012-07-31I2C: Add support for Multi channelRajeshwari Shinde1-0/+27
2012-07-31I2C: Modify the I2C driver for EXYNOS5Rajeshwari Shinde1-77/+117
2012-07-31I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde1-0/+33
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky1-0/+17
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky1-0/+26
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky1-21/+104
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky1-12/+7
2012-07-31mxc_i2c: add retriesTroy Kisky1-9/+27
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky1-0/+7
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky1-0/+2
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky1-15/+13
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky1-12/+3
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky1-33/+20
2012-07-31mxc_i2c: remove redundant readTroy Kisky1-1/+0
2012-07-31mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky1-51/+29
2012-07-31mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky1-17/+8
2012-07-31mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky1-3/+7
2012-07-31mxc_i2c: create i2c_init_transferTroy Kisky1-26/+18
2012-07-31mxc_i2c: clear i2sr before waiting for bitTroy Kisky1-4/+5
2012-07-31mxc_i2c: create tx_byte functionTroy Kisky1-58/+24
2012-07-31mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky1-5/+1
2012-07-31mxc_i2c: fix i2c_imx_stopTroy Kisky1-1/+1
2012-07-11mxs-i2c: Fix internal address byte orderTorsten Fleischer1-1/+1
2012-07-11mxc_i2c: remove setting speed at each startTroy Kisky1-6/+0
2012-07-11mxc_i2c: specify i2c base address in config fileTroy Kisky1-21/+4
2012-07-07i2c: designware_i2c.c: Add support for the "i2c probe" commandStefan Roese1-6/+10
2012-07-07omap24xx_i2c: Add AM33XX supportTom Rini1-3/+3
2012-07-07Revert "I2C: OMAP: detect more devices when probing an i2c bus"Tom Rini1-11/+31
2012-05-15tegra: i2c: Add function to find DVC busSimon Glass1-0/+14
2012-04-24i2c:designware Turn off the ctrl when setting the speedArmando Visconti1-0/+11
2012-04-24i2c: Add support for designware i2c controllerVipin KUMAR3-3/+149
2012-04-24sh: i2c: Add support I2C controller of SH7734Nobuhiro Iwamatsu2-0/+388