summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-nomadik.c
AgeCommit message (Expand)Author
2024-03-12i2c: nomadik: sort includesThéo Lebrun
2024-03-12i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun
2024-03-12i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun
2024-03-12i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun
2024-03-12i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun
2024-03-12i2c: nomadik: use bitops helpersThéo Lebrun
2024-03-12i2c: nomadik: simplify IRQ masking logicThéo Lebrun
2024-03-08i2c: nomadik: rename private struct pointers from dev to privThéo Lebrun
2023-08-08i2c: nomadik: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-07-06i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET
2023-06-14i2c: nomadik: Use dev_err_probe() whenever possibleAndi Shyti
2023-06-14i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti
2023-06-14i2c: nomadik: Remove unnecessary goto labelAndi Shyti
2023-06-07i2c: Improve size determinationsMarkus Elfring
2023-06-07i2c: Delete error messages for failed memory allocationsMarkus Elfring
2021-05-27i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones
2021-04-15i2c: nomadik: Fix space errorsTian Tao
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
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