summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-nomadik.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i2c-nomadik: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-4/+4
* i2c: nomadik: Fixup system suspendUlf Hansson2014-05-221-7/+7
* i2c: nomadik: Don't use IS_ERR for devm_ioremapUlf Hansson2014-05-141-1/+1
* i2c: i2c-nomadik: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: nomadik: Remove busy check for transfers at suspend lateUlf Hansson2014-03-051-13/+0
* i2c: nomadik: Convert to late and early system PM callbacksUlf Hansson2014-03-051-14/+4
* i2c: nomadik: Fixup deployment of runtime PMUlf Hansson2014-03-051-26/+51
* i2c: nomadik: Remove redundant call to pm_runtime_disableUlf Hansson2014-03-051-1/+0
* i2c: nomadik: Convert to devm functionsUlf Hansson2014-03-051-21/+10
* i2c: nomadik: factor platform data into state containerLinus Walleij2014-03-051-73/+42
* i2c: nomadik: remove platform data headerLinus Walleij2014-01-091-1/+23
* i2c: nomadik: auto-calculate slave setup timeLinus Walleij2014-01-091-12/+28
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-041-9/+43
|\
| * i2c: nomadik: allocate adapter number dynamicallyLinus Walleij2013-06-151-7/+2
| * i2c: nomadik: support elder NomadiksLinus Walleij2013-06-151-2/+41
* | i2c: nomadik: use pinctrl PM helpersLinus Walleij2013-06-161-80/+10
|/
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0
* i2c: nomadik: drop superfluous variable initializationWolfram Sang2013-01-281-6/+3
* i2c: nomadik: adopt pinctrl supportPatrice Chotard2013-01-281-0/+89
* i2c: nomadik: Fix the usage of wait_for_completion_timeoutChuansheng Liu2012-11-121-14/+0
* i2c-nomadik: Fixup clock handlingPhilippe Begnic2012-11-021-2/+7
* i2c: nomadik: Add Device Tree support to the Nomadik I2C driverLee Jones2012-10-061-3/+32
* i2c: nomadik: stop fetching the regulatorLinus Walleij2012-09-121-17/+0
* i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones2012-08-181-10/+18
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-281-87/+102
|\
| * i2c-nomadik: Add 10-bit addressing supportVirupax Sadashivpetimath2012-07-091-17/+29
| * i2c-nomadik: turn the platform driver to an amba driverAlessandro Rubini2012-07-091-69/+73
| * i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>Alessandro Rubini2012-07-091-2/+1
* | ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones2012-07-131-2/+1
|/
*-. Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks2011-11-011-43/+46
|\ \
| * | i2c-nomadik: cosmetic coding style correctionsJonas Aaberg2011-10-291-43/+46
| |/
* | i2c: irq: Remove IRQF_DISABLEDYong Zhang2011-10-291-1/+1
|/
* i2c-nomadik: fix kerneldoc warningLinus Walleij2011-08-241-1/+2
* i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar2011-08-231-4/+4
* i2c-nomadik: break out single messsage transmissionLinus Walleij2011-05-251-32/+48
* i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath2011-05-251-4/+4
* i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath2011-05-251-18/+2
* i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath2011-05-251-13/+26
* i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath2011-05-251-48/+49
* i2c-nomadik: use pm_runtime APIRabin Vincent2011-05-251-6/+31
* i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath2011-05-251-8/+19
* i2c-nomadik: correct adapter timeout initializationVirupax Sadashivpetimath2011-05-251-4/+5
* i2c-nomadik: remove the redundant error messagesrinidhi kasagar2011-05-251-2/+0
* i2c-nomadik: corrrect returned error numbersVirupax Sadashivpetimath2011-05-251-4/+6
* i2c-nomadik: make i2c timeout specific per i2c busVirupax Sadashivpetimath2011-05-251-6/+4
* i2c-nomadik: add regulator supportJonas Aberg2011-05-251-15/+58
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2011-01-131-2/+4
|\