summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-nomadik.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones1-1/+1
2021-04-15i2c: nomadik: Fix space errorsTian Tao1-2/+2
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula1-1/+2
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-03i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter1-2/+1
2018-05-08i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang1-2/+0
2017-08-29i2c: nomadik: constify amba_idArvind Yadav1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2015-03-15i2c: nomadik: match status to return type of read_i2cNicholas Mc Guire1-1/+1
2015-03-15i2c: nomadik: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+2
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-07-16i2c: i2c-nomadik: Drop class based scanning to improve bootup timeWolfram Sang1-4/+4
2014-05-22i2c: nomadik: Fixup system suspendUlf Hansson1-7/+7
2014-05-14i2c: nomadik: Don't use IS_ERR for devm_ioremapUlf Hansson1-1/+1
2014-03-05i2c: i2c-nomadik: deprecate class based instantiationWolfram Sang1-1/+1
2014-03-05i2c: nomadik: Remove busy check for transfers at suspend lateUlf Hansson1-13/+0
2014-03-05i2c: nomadik: Convert to late and early system PM callbacksUlf Hansson1-14/+4
2014-03-05i2c: nomadik: Fixup deployment of runtime PMUlf Hansson1-26/+51
2014-03-05i2c: nomadik: Remove redundant call to pm_runtime_disableUlf Hansson1-1/+0
2014-03-05i2c: nomadik: Convert to devm functionsUlf Hansson1-21/+10
2014-03-05i2c: nomadik: factor platform data into state containerLinus Walleij1-73/+42
2014-01-09i2c: nomadik: remove platform data headerLinus Walleij1-1/+23
2014-01-09i2c: nomadik: auto-calculate slave setup timeLinus Walleij1-12/+28
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+43
2013-06-16i2c: nomadik: use pinctrl PM helpersLinus Walleij1-80/+10
2013-06-15i2c: nomadik: allocate adapter number dynamicallyLinus Walleij1-7/+2
2013-06-15i2c: nomadik: support elder NomadiksLinus Walleij1-2/+41
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2013-01-28i2c: nomadik: drop superfluous variable initializationWolfram Sang1-6/+3
2013-01-28i2c: nomadik: adopt pinctrl supportPatrice Chotard1-0/+89
2012-11-12i2c: nomadik: Fix the usage of wait_for_completion_timeoutChuansheng Liu1-14/+0
2012-11-02i2c-nomadik: Fixup clock handlingPhilippe Begnic1-2/+7
2012-10-06i2c: nomadik: Add Device Tree support to the Nomadik I2C driverLee Jones1-3/+32
2012-09-12i2c: nomadik: stop fetching the regulatorLinus Walleij1-17/+0
2012-08-18i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones1-10/+18
2012-07-28Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-87/+102
2012-07-13ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones1-2/+1
2012-07-09i2c-nomadik: Add 10-bit addressing supportVirupax Sadashivpetimath1-17/+29
2012-07-09i2c-nomadik: turn the platform driver to an amba driverAlessandro Rubini1-69/+73
2012-07-09i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>Alessandro Rubini1-2/+1
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks1-43/+46
2011-10-29i2c-nomadik: cosmetic coding style correctionsJonas Aaberg1-43/+46
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-24i2c-nomadik: fix kerneldoc warningLinus Walleij1-1/+2
2011-08-23i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar1-4/+4
2011-05-25i2c-nomadik: break out single messsage transmissionLinus Walleij1-32/+48