aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-nomadik.c
AgeCommit message (Expand)Author
2019-04-03i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter
2018-05-08i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang
2017-08-29i2c: nomadik: constify amba_idArvind Yadav
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2015-03-15i2c: nomadik: match status to return type of read_i2cNicholas Mc Guire
2015-03-15i2c: nomadik: match return type of wait_for_completion_timeoutNicholas Mc Guire
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki
2014-07-16i2c: i2c-nomadik: Drop class based scanning to improve bootup timeWolfram Sang
2014-05-22i2c: nomadik: Fixup system suspendUlf Hansson
2014-05-14i2c: nomadik: Don't use IS_ERR for devm_ioremapUlf Hansson
2014-03-05i2c: i2c-nomadik: deprecate class based instantiationWolfram Sang
2014-03-05i2c: nomadik: Remove busy check for transfers at suspend lateUlf Hansson
2014-03-05i2c: nomadik: Convert to late and early system PM callbacksUlf Hansson
2014-03-05i2c: nomadik: Fixup deployment of runtime PMUlf Hansson
2014-03-05i2c: nomadik: Remove redundant call to pm_runtime_disableUlf Hansson
2014-03-05i2c: nomadik: Convert to devm functionsUlf Hansson
2014-03-05i2c: nomadik: factor platform data into state containerLinus Walleij
2014-01-09i2c: nomadik: remove platform data headerLinus Walleij
2014-01-09i2c: nomadik: auto-calculate slave setup timeLinus Walleij
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-06-16i2c: nomadik: use pinctrl PM helpersLinus Walleij
2013-06-15i2c: nomadik: allocate adapter number dynamicallyLinus Walleij
2013-06-15i2c: nomadik: support elder NomadiksLinus Walleij
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-01-28i2c: nomadik: drop superfluous variable initializationWolfram Sang
2013-01-28i2c: nomadik: adopt pinctrl supportPatrice Chotard
2012-11-12i2c: nomadik: Fix the usage of wait_for_completion_timeoutChuansheng Liu
2012-11-02i2c-nomadik: Fixup clock handlingPhilippe Begnic
2012-10-06i2c: nomadik: Add Device Tree support to the Nomadik I2C driverLee Jones
2012-09-12i2c: nomadik: stop fetching the regulatorLinus Walleij
2012-08-18i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones
2012-07-28Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-07-13ARM: ux500: Remove unused i2c platform_data initialisation codeLee Jones
2012-07-09i2c-nomadik: Add 10-bit addressing supportVirupax Sadashivpetimath
2012-07-09i2c-nomadik: turn the platform driver to an amba driverAlessandro Rubini
2012-07-09i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>Alessandro Rubini
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks
2011-10-29i2c-nomadik: cosmetic coding style correctionsJonas Aaberg
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang
2011-08-24i2c-nomadik: fix kerneldoc warningLinus Walleij
2011-08-23i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar
2011-05-25i2c-nomadik: break out single messsage transmissionLinus Walleij
2011-05-25i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath
2011-05-25i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath
2011-05-25i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath
2011-05-25i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath
2011-05-25i2c-nomadik: use pm_runtime APIRabin Vincent
2011-05-25i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath