开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-nomadik.c
Age
Commit message (
Expand
)
Author
2024-03-12
i2c: nomadik: sort includes
Théo Lebrun
2024-03-12
i2c: nomadik: support Mobileye EyeQ5 I2C controller
Théo Lebrun
2024-03-12
i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
Théo Lebrun
2024-03-12
i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
Théo Lebrun
2024-03-12
i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
Théo Lebrun
2024-03-12
i2c: nomadik: use bitops helpers
Théo Lebrun
2024-03-12
i2c: nomadik: simplify IRQ masking logic
Théo Lebrun
2024-03-08
i2c: nomadik: rename private struct pointers from dev to priv
Théo Lebrun
2023-08-08
i2c: nomadik: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-07-06
i2c: nomadik: Remove a useless call in the remove function
Christophe JAILLET
2023-06-14
i2c: nomadik: Use dev_err_probe() whenever possible
Andi Shyti
2023-06-14
i2c: nomadik: Use devm_clk_get_enabled()
Andi Shyti
2023-06-14
i2c: nomadik: Remove unnecessary goto label
Andi Shyti
2023-06-07
i2c: Improve size determinations
Markus Elfring
2023-06-07
i2c: Delete error messages for failed memory allocations
Markus Elfring
2021-05-27
i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'
Lee Jones
2021-04-15
i2c: nomadik: Fix space errors
Tian Tao
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
2020-07-04
i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Jarkko Nikula
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-04-03
i2c: nomadik: remove an unnecessary NULL check in nmk_i2c_remove()
Dan Carpenter
2018-05-08
i2c: busses: remove superfluous ignoring of children for RPM
Wolfram Sang
2017-08-29
i2c: nomadik: constify amba_id
Arvind Yadav
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
2015-03-15
i2c: nomadik: match status to return type of read_i2c
Nicholas Mc Guire
2015-03-15
i2c: nomadik: match return type of wait_for_completion_timeout
Nicholas Mc Guire
2014-12-04
PM: Merge the SET*_RUNTIME_PM_OPS() macros
Rafael J. Wysocki
2014-07-16
i2c: i2c-nomadik: Drop class based scanning to improve bootup time
Wolfram Sang
2014-05-22
i2c: nomadik: Fixup system suspend
Ulf Hansson
2014-05-14
i2c: nomadik: Don't use IS_ERR for devm_ioremap
Ulf Hansson
2014-03-05
i2c: i2c-nomadik: deprecate class based instantiation
Wolfram Sang
2014-03-05
i2c: nomadik: Remove busy check for transfers at suspend late
Ulf Hansson
2014-03-05
i2c: nomadik: Convert to late and early system PM callbacks
Ulf Hansson
2014-03-05
i2c: nomadik: Fixup deployment of runtime PM
Ulf Hansson
2014-03-05
i2c: nomadik: Remove redundant call to pm_runtime_disable
Ulf Hansson
2014-03-05
i2c: nomadik: Convert to devm functions
Ulf Hansson
2014-03-05
i2c: nomadik: factor platform data into state container
Linus Walleij
2014-01-09
i2c: nomadik: remove platform data header
Linus Walleij
2014-01-09
i2c: nomadik: auto-calculate slave setup time
Linus Walleij
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
2013-07-04
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-06-16
i2c: nomadik: use pinctrl PM helpers
Linus Walleij
2013-06-15
i2c: nomadik: allocate adapter number dynamically
Linus Walleij
2013-06-15
i2c: nomadik: support elder Nomadiks
Linus Walleij
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-01-28
i2c: nomadik: drop superfluous variable initialization
Wolfram Sang
2013-01-28
i2c: nomadik: adopt pinctrl support
Patrice Chotard
2012-11-12
i2c: nomadik: Fix the usage of wait_for_completion_timeout
Chuansheng Liu
[next]