summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-nomadik.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8 days1-5/+2
|\
| * i2c: nomadik: remove printout on handled timeoutsWolfram Sang2024-05-061-5/+2
* | ARM: 9367/1: i2c: nomadik: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
|/
* i2c: nomadik: sort includesThéo Lebrun2024-03-121-8/+8
* i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun2024-03-121-4/+86
* i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun2024-03-121-1/+8
* i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun2024-03-121-3/+3
* i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun2024-03-121-22/+48
* i2c: nomadik: use bitops helpersThéo Lebrun2024-03-121-73/+88
* i2c: nomadik: simplify IRQ masking logicThéo Lebrun2024-03-121-12/+6
* i2c: nomadik: rename private struct pointers from dev to privThéo Lebrun2024-03-081-214/+214
* i2c: nomadik: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-9/+3
* i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET2023-07-061-2/+0
* i2c: nomadik: Use dev_err_probe() whenever possibleAndi Shyti2023-06-141-8/+6
* i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti2023-06-141-15/+3
* i2c: nomadik: Remove unnecessary goto labelAndi Shyti2023-06-141-13/+8
* i2c: Improve size determinationsMarkus Elfring2023-06-071-1/+1
* i2c: Delete error messages for failed memory allocationsMarkus Elfring2023-06-071-1/+0
* i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones2021-05-271-1/+1
* i2c: nomadik: Fix space errorsTian Tao2021-04-151-2/+2
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula2020-07-041-1/+2
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()Dan Carpenter2019-04-031-2/+1
* i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang2018-05-081-2/+0
* i2c: nomadik: constify amba_idArvind Yadav2017-08-291-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* 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/+0
* i2c: nomadik: Convert to late and early system PM callbacksUlf Hansson2014-03-051-14/+4
* 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/+0
* i2c: nomadik: Convert to devm functionsUlf Hansson2014-03-051-21/+10
* i2c: nomadik: factor platform data into state containerLinus Walleij2014-03-051-73/+42
* 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/+0
* 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/+2
| * i2c: nomadik: support elder NomadiksLinus Walleij2013-06-151-2/+41
* | i2c: nomadik: use pinctrl PM helpersLinus Walleij2013-06-161-80/+10
|/
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0