Age | Commit message (Expand) | Author | Files | Lines |
2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang | 1 | -3/+0 |
2013-08-19 | i2c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-07-05 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+43 |
2013-06-16 | i2c: nomadik: use pinctrl PM helpers | Linus Walleij | 1 | -80/+10 |
2013-06-16 | i2c: nomadik: allocate adapter number dynamically | Linus Walleij | 1 | -7/+2 |
2013-06-15 | i2c: nomadik: support elder Nomadiks | Linus Walleij | 1 | -2/+41 |
2013-02-22 | i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls | Doug Anderson | 1 | -2/+0 |
2013-01-28 | i2c: nomadik: drop superfluous variable initialization | Wolfram Sang | 1 | -6/+3 |
2013-01-28 | i2c: nomadik: adopt pinctrl support | Patrice Chotard | 1 | -0/+89 |
2012-11-12 | i2c: nomadik: Fix the usage of wait_for_completion_timeout | Chuansheng Liu | 1 | -14/+0 |
2012-11-02 | i2c-nomadik: Fixup clock handling | Philippe Begnic | 1 | -2/+7 |
2012-10-06 | i2c: nomadik: Add Device Tree support to the Nomadik I2C driver | Lee Jones | 1 | -3/+32 |
2012-09-12 | i2c: nomadik: stop fetching the regulator | Linus Walleij | 1 | -17/+0 |
2012-08-18 | i2c: nomadik: Add default configuration into the Nomadik I2C driver | Lee Jones | 1 | -10/+18 |
2012-07-29 | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux | Linus Torvalds | 1 | -87/+102 |
2012-07-13 | ARM: ux500: Remove unused i2c platform_data initialisation code | Lee Jones | 1 | -2/+1 |
2012-07-09 | i2c-nomadik: Add 10-bit addressing support | Virupax Sadashivpetimath | 1 | -17/+29 |
2012-07-09 | i2c-nomadik: turn the platform driver to an amba driver | Alessandro Rubini | 1 | -69/+73 |
2012-07-09 | i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h> | Alessandro Rubini | 1 | -2/+1 |
2011-11-01 | Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/... | Ben Dooks | 1 | -43/+46 |
2011-10-29 | i2c-nomadik: cosmetic coding style corrections | Jonas Aaberg | 1 | -43/+46 |
2011-10-29 | i2c: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
2011-08-25 | i2c-nomadik: fix kerneldoc warning | Linus Walleij | 1 | -1/+2 |
2011-08-23 | i2c-nomadik: Do not use _interruptible_ variant call | srinidhi kasagar | 1 | -4/+4 |
2011-05-25 | i2c-nomadik: break out single messsage transmission | Linus Walleij | 1 | -32/+48 |
2011-05-25 | i2c-nomadik: reset the hw after status check | Virupax Sadashivpetimath | 1 | -4/+4 |
2011-05-25 | i2c-nomadik: remove the unnecessary delay | Virupax Sadashivpetimath | 1 | -18/+2 |
2011-05-25 | i2c-nomadik: change the TX and RX threshold | Virupax Sadashivpetimath | 1 | -13/+26 |
2011-05-25 | i2c-nomadik: add code to retry on timeout failure | Virupax Sadashivpetimath | 1 | -48/+49 |
2011-05-25 | i2c-nomadik: use pm_runtime API | Rabin Vincent | 1 | -6/+31 |
2011-05-25 | i2c-nomadik: print abort cause only on abort tag | Virupax Sadashivpetimath | 1 | -8/+19 |
2011-05-25 | i2c-nomadik: correct adapter timeout initialization | Virupax Sadashivpetimath | 1 | -4/+5 |
2011-05-25 | i2c-nomadik: remove the redundant error message | srinidhi kasagar | 1 | -2/+0 |
2011-05-25 | i2c-nomadik: corrrect returned error numbers | Virupax Sadashivpetimath | 1 | -4/+6 |
2011-05-25 | i2c-nomadik: make i2c timeout specific per i2c bus | Virupax Sadashivpetimath | 1 | -6/+4 |
2011-05-25 | i2c-nomadik: add regulator support | Jonas Aberg | 1 | -15/+58 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -4/+4 |
2011-01-13 | Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 1 | -2/+4 |
2011-01-04 | i2c-nomadik: fix regression on adapter name | Linus Walleij | 1 | -2/+4 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -2/+2 |
2010-10-25 | i2c-nomadik: fixup bus delays | Linus Walleij | 1 | -2/+6 |
2010-10-25 | i2c-nomadik: support smbus emulation | Linus Walleij | 1 | -4/+1 |
2010-10-25 | i2c-nomadik: dynamic clocking | Linus Walleij | 1 | -4/+9 |
2010-10-25 | i2c-nomadik: documentation fixes | Linus Walleij | 1 | -5/+5 |
2010-05-20 | i2c-nomadik: fix operator precedence warning | Rabin Vincent | 1 | -1/+2 |
2010-05-20 | i2c-nomadik: release region when removed | Rabin Vincent | 1 | -0/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-08 | i2c: Add support for Ux500/Nomadik I2C controller | srinidhi kasagar | 1 | -0/+959 |