| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 2011-05-24 | 5 | -106/+240 |
|\ |
|
| *---. | Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-t... | Ben Dooks | 2011-05-25 | 7 | -108/+241 |
| |\ \ \ |
|
| | | | * | i2c-nomadik: break out single messsage transmission | Linus Walleij | 2011-05-25 | 1 | -32/+48 |
| | | | * | i2c-nomadik: reset the hw after status check | Virupax Sadashivpetimath | 2011-05-25 | 1 | -4/+4 |
| | | | * | i2c-nomadik: remove the unnecessary delay | Virupax Sadashivpetimath | 2011-05-25 | 1 | -18/+2 |
| | | | * | i2c-nomadik: change the TX and RX threshold | Virupax Sadashivpetimath | 2011-05-25 | 1 | -13/+26 |
| | | | * | i2c-nomadik: add code to retry on timeout failure | Virupax Sadashivpetimath | 2011-05-25 | 1 | -48/+49 |
| | | | * | i2c-nomadik: use pm_runtime API | Rabin Vincent | 2011-05-25 | 1 | -6/+31 |
| | | | * | i2c-nomadik: print abort cause only on abort tag | Virupax Sadashivpetimath | 2011-05-25 | 1 | -8/+19 |
| | | | * | i2c-nomadik: correct adapter timeout initialization | Virupax Sadashivpetimath | 2011-05-25 | 1 | -4/+5 |
| | | | * | i2c-nomadik: remove the redundant error message | srinidhi kasagar | 2011-05-25 | 1 | -2/+0 |
| | | | * | i2c-nomadik: corrrect returned error numbers | Virupax Sadashivpetimath | 2011-05-25 | 1 | -4/+6 |
| | | | * | i2c-nomadik: make i2c timeout specific per i2c bus | Virupax Sadashivpetimath | 2011-05-25 | 1 | -6/+4 |
| | | | * | i2c-nomadik: add regulator support | Jonas Aberg | 2011-05-25 | 1 | -15/+58 |
| | | * | | i2c: tegra: Add de-bounce cycles. | Jay Cheng | 2011-05-11 | 1 | -1/+3 |
| | | * | | i2c: tegra: fix repeated start handling | Erik Gilling | 2011-05-11 | 1 | -2/+2 |
| | | * | | i2c: tegra: recover from spurious interrupt storm | Todd Poynor | 2011-05-11 | 1 | -2/+24 |
| | | * | | i2c: tegra: Enable new slave mode. | Kenneth Waters | 2011-05-11 | 1 | -0/+5 |
| | * | | | i2c: i2c-sh_mobile bus speed platform data V2 | Magnus Damm | 2011-05-11 | 1 | -2/+11 |
| | * | | | i2c: i2c-sh_mobile clock string removal | Magnus Damm | 2011-05-11 | 1 | -4/+2 |
| | |/ / |
|
| * | | | i2c-eg20t: Support new device ML7223 IOH | Tomoya MORINAGA | 2011-05-11 | 2 | -3/+9 |
| |/ / |
|
* | | | i2c-parport: Various cleanups | Jean Delvare | 2011-05-24 | 3 | -59/+55 |
* | | | i2c-i801: Don't depend on other kernel driver config options | Jean Delvare | 2011-05-24 | 2 | -10/+7 |
* | | | i2c-i801: Check for vendor Fujitsu before probing for apanel | Jean Delvare | 2011-05-24 | 1 | -1/+2 |
* | | | i2c-i801: Don't probe for slaves on IDF channels | Jean Delvare | 2011-05-24 | 1 | -15/+31 |
* | | | i2c-i801: SMBus patch for Intel Panther Point DeviceIDs | Seth Heasley | 2011-05-24 | 2 | -1/+4 |
| |/
|/| |
|
* | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let... | Linus Torvalds | 2011-05-23 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2011-05-23 | 4 | -17/+26 |
| |\ \ |
|
| * | | | i2c: add a module alias to the sh-mobile driver | Guennadi Liakhovetski | 2011-04-18 | 1 | -0/+1 |
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-05-23 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Haavard Skinnemoen has left Atmel | Jean Delvare | 2011-05-18 | 1 | -1/+1 |
| |/ / |
|
* | | | drivercore: revert addition of of_match to struct device | Grant Likely | 2011-05-18 | 1 | -3/+6 |
* | | | i2c: pnx: Fix crash due to wrong init of timer->data | Wolfram Sang | 2011-05-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | i2c-parport: Fix adapter list handling | Jean Delvare | 2011-05-01 | 1 | -13/+14 |
* | | i2c-i801: Move device ID definitions to driver | Jean Delvare | 2011-05-01 | 1 | -0/+5 |
|/ |
|
* | i2c-algo-bit: Call pre/post_xfer for bit_test | Alex Deucher | 2011-04-17 | 1 | -3/+19 |
* | i2c: Improve deprecation warnings | Jean Delvare | 2011-04-17 | 1 | -2/+4 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 17 | -28/+28 |
* | mfd: mfd_cell is now implicitly available to timberdale drivers | Andres Salomon | 2011-03-23 | 2 | -2/+4 |
* | Merge branch 'for-linus/2639/i2c-2' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 2011-03-22 | 7 | -98/+927 |
|\ |
|
| * | i2c-pxa2xx: Don't clear isr bits too early | Vasily Khoruzhick | 2011-03-21 | 1 | -3/+2 |
| *---. | Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and ... | Ben Dooks | 2011-03-21 | 6 | -98/+382 |
| |\ \ \ |
|
| | | | * | i2c-mxs: set controller to pio queue mode after reset | Sascha Hauer | 2011-03-20 | 1 | -2/+2 |
| | | * | | i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOH | Tomoya MORINAGA | 2011-03-02 | 2 | -68/+108 |
| | * | | | i2c-pxa2xx: Fix register offsets | Vasily Khoruzhick | 2011-03-21 | 1 | -7/+7 |
| | * | | | i2c-pxa2xx: pass of_node from platform driver to adapter and publish | Sebastian Andrzej Siewior | 2011-03-21 | 1 | -0/+5 |
| | * | | | i2c-pxa2xx: check timeout correctly | Sebastian Andrzej Siewior | 2011-03-21 | 1 | -1/+3 |
| | * | | | i2c-pxa2xx: add support for shared IRQ handler | Sebastian Andrzej Siewior | 2011-03-21 | 1 | -2/+8 |
| | * | | | i2c-pxa2xx: Add PCI support for PXA I2C controller | Sebastian Andrzej Siewior | 2011-03-21 | 4 | -5/+206 |