summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-nomadik.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+2
2024-05-06i2c: nomadik: remove printout on handled timeoutsWolfram Sang1-5/+2
2024-04-18ARM: 9367/1: i2c: nomadik: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-12i2c: nomadik: sort includesThéo Lebrun1-8/+8
2024-03-12i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun1-4/+86
2024-03-12i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun1-1/+8
2024-03-12i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun1-3/+3
2024-03-12i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun1-22/+48
2024-03-12i2c: nomadik: use bitops helpersThéo Lebrun1-73/+88
2024-03-12i2c: nomadik: simplify IRQ masking logicThéo Lebrun1-12/+6
2024-03-09i2c: nomadik: rename private struct pointers from dev to privThéo Lebrun1-214/+214
2023-08-08i2c: nomadik: Remove #ifdef guards for PM related functionsPaul Cercueil1-9/+3
2023-07-06i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-06-14i2c: nomadik: Use dev_err_probe() whenever possibleAndi Shyti1-8/+6
2023-06-14i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti1-15/+3
2023-06-14i2c: nomadik: Remove unnecessary goto labelAndi Shyti1-13/+8
2023-06-07i2c: Improve size determinationsMarkus Elfring1-1/+1
2023-06-07i2c: Delete error messages for failed memory allocationsMarkus Elfring1-1/+0
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-25i2c: 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-09i2c: 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-17i2c: 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-10i2c: nomadik: remove platform data headerLinus Walleij1-1/+23
2014-01-10i2c: 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-05Merge 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-16i2c: 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