summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-nomadik.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter2019-04-031-2/+1Star
* i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang2018-05-081-2/+0Star
* i2c: nomadik: constify amba_idArvind Yadav2017-08-291-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* i2c: nomadik: match status to return type of read_i2cNicholas Mc Guire2015-03-151-1/+1
* i2c: nomadik: match return type of wait_for_completion_timeoutNicholas Mc Guire2015-03-151-2/+2
* PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
* 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/+0Star
* i2c: nomadik: Convert to late and early system PM callbacksUlf Hansson2014-03-051-14/+4Star
* 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/+0Star
* i2c: nomadik: Convert to devm functionsUlf Hansson2014-03-051-21/+10Star
* i2c: nomadik: factor platform data into state containerLinus Walleij2014-03-051-73/+42Star
* 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/+0Star
* 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/+2Star
| * i2c: nomadik: support elder NomadiksLinus Walleij2013-06-151-2/+41
* | i2c: nomadik: use pinctrl PM helpersLinus Walleij2013-06-161-80/+10Star
|/
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0Star
* i2c: nomadik: drop superfluous variable initializationWolfram Sang2013-01-281-6/+3Star
* i2c: nomadik: adopt pinctrl supportPatrice Chotard2013-01-281-0/+89
* i2c: nomadik: Fix the usage of wait_for_completion_timeoutChuansheng Liu2012-11-121-14/+0Star
* 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/+0Star
* 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/+1Star
* | ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones2012-07-131-2/+1Star
|/
*-. 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-251-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/+2Star
* 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