| Commit message (Expand) | Author | Age | Lines |
* | I2C: Add support for Multi channel | Rajeshwari Shinde | 2012-07-31 | -0/+27 |
* | I2C: Modify the I2C driver for EXYNOS5 | Rajeshwari Shinde | 2012-07-31 | -77/+117 |
* | I2C: Move struct s3c24x0_i2c to a common place. | Rajeshwari Shinde | 2012-07-31 | -0/+33 |
* | mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support | Troy Kisky | 2012-07-31 | -0/+17 |
* | mxc_i2c: add bus recovery support | Troy Kisky | 2012-07-31 | -0/+26 |
* | mxc_i2c: prep work for multiple busses support | Troy Kisky | 2012-07-31 | -21/+104 |
* | mxc_i2c: add i2c_regs argument to i2c_imx_stop | Troy Kisky | 2012-07-31 | -12/+7 |
* | mxc_i2c: add retries | Troy Kisky | 2012-07-31 | -9/+27 |
* | mxc_i2c: check for arbitration lost | Troy Kisky | 2012-07-31 | -0/+7 |
* | mxc_i2c: change slave addr if conflicts with destination. | Troy Kisky | 2012-07-31 | -0/+2 |
* | mxc_i2c: don't disable controller after every transaction | Troy Kisky | 2012-07-31 | -15/+13 |
* | mxc_i2c: place i2c_reset code inline | Troy Kisky | 2012-07-31 | -12/+3 |
* | mxc_i2c: place imx_start code inline | Troy Kisky | 2012-07-31 | -33/+20 |
* | mxc_i2c: remove redundant read | Troy Kisky | 2012-07-31 | -1/+0 |
* | mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s... | Troy Kisky | 2012-07-31 | -51/+29 |
* | mxc_i2c.c: code i2c_probe as a 0 length i2c_write | Troy Kisky | 2012-07-31 | -17/+8 |
* | mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write | Troy Kisky | 2012-07-31 | -3/+7 |
* | mxc_i2c: create i2c_init_transfer | Troy Kisky | 2012-07-31 | -26/+18 |
* | mxc_i2c: clear i2sr before waiting for bit | Troy Kisky | 2012-07-31 | -4/+5 |
* | mxc_i2c: create tx_byte function | Troy Kisky | 2012-07-31 | -58/+24 |
* | mxc_i2c: remove ifdef of CONFIG_HARD_I2C | Troy Kisky | 2012-07-31 | -5/+1 |
* | mxc_i2c: fix i2c_imx_stop | Troy Kisky | 2012-07-31 | -1/+1 |
* | mxs-i2c: Fix internal address byte order | Torsten Fleischer | 2012-07-11 | -1/+1 |
* | mxc_i2c: remove setting speed at each start | Troy Kisky | 2012-07-11 | -6/+0 |
* | mxc_i2c: specify i2c base address in config file | Troy Kisky | 2012-07-11 | -21/+4 |
* | i2c: designware_i2c.c: Add support for the "i2c probe" command | Stefan Roese | 2012-07-07 | -6/+10 |
* | omap24xx_i2c: Add AM33XX support | Tom Rini | 2012-07-07 | -3/+3 |
* | Revert "I2C: OMAP: detect more devices when probing an i2c bus" | Tom Rini | 2012-07-07 | -11/+31 |
* | tegra: i2c: Add function to find DVC bus | Simon Glass | 2012-05-15 | -0/+14 |
* | i2c:designware Turn off the ctrl when setting the speed | Armando Visconti | 2012-04-24 | -0/+11 |
* | i2c: Add support for designware i2c controller | Vipin KUMAR | 2012-04-24 | -3/+149 |
* | sh: i2c: Add support I2C controller of SH7734 | Nobuhiro Iwamatsu | 2012-04-24 | -0/+388 |
* | tegra: i2c: Add I2C driver | Yen Lin | 2012-03-29 | -0/+570 |
* | Revert "ARM: I2C: I2C Multi byte address support" | Tom Rini | 2012-02-21 | -296/+173 |
* | Revert "ARM: AM33XX: Add AM33XX I2C driver support" | Tom Rini | 2012-02-21 | -13/+7 |
* | ARM: AM33XX: Add AM33XX I2C driver support | Patil, Rachna | 2012-01-23 | -7/+13 |
* | ARM: I2C: I2C Multi byte address support | Patil, Rachna | 2012-01-23 | -173/+296 |
* | drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM | Andreas Müller | 2012-01-16 | -4/+9 |
* | drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts | Andreas Müller | 2012-01-16 | -6/+6 |
* | drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-23 | -3/+1 |
* | i2c: sh: Add support I2C for Renesas SH | Nobuhiro Iwamatsu | 2011-11-23 | -0/+293 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-11-16 | -0/+247 |
|\ |
|
| * | iMX28: Add I2C bus driver | Marek Vasut | 2011-11-11 | -0/+247 |
* | | fsl_i2c: Fix compile warning | Kumar Gala | 2011-11-09 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-11-08 | -11/+30 |
|\ |
|
| * | I2C: Fix mxc_i2c.c problem on imx31_phycore | Marek Vasut | 2011-11-03 | -11/+26 |
| * | I2C: added I2C-2 and I2C-3 to MX35 | Stefano Babic | 2011-11-03 | -0/+4 |
* | | Powerpc/i2c: Use the same initialize codes | Jerry Huang | 2011-11-04 | -22/+25 |
|/ |
|
* | I2C: Add i2c_get/set_speed() to mxc_i2c.c | Marek Vasut | 2011-10-27 | -8/+23 |
* | I2C: mv_i2c: fix multi-bus init issue | Lei Wen | 2011-10-03 | -18/+24 |