index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-st.c
Age
Commit message (
Expand
)
Author
2023-08-14
i2c: st: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-02-12
i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEP
Alain Volmat
2021-05-27
i2c: busses: i2c-st: Fix copy/paste function misnaming issues
Lee Jones
2020-04-02
Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2020-03-28
i2c: st: fix missing struct parameter description
Alain Volmat
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
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
2017-02-09
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-05-13
i2c: st: Implement bus clear
Peter Griffin
2016-04-11
i2c: st: use new 8 bit address helper function
Wolfram Sang
2016-01-14
Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-01-03
i2c: st: use to_platform_device()
Geliang Tang
2015-12-01
i2c: do not use 0x in front of %pa
Dmitry V. Krivenok
2015-04-23
i2c: st: add include for pinctrl
Wolfram Sang
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-08-01
i2c: st: Update i2c timings
Maxime COQUELIN
2014-08-01
i2c: i2c-st: Use %pa to print 'resource_size_t' type
Fabio Estevam
2014-06-02
i2c: Make of_device_id array const
Jingoo Han
2014-03-10
i2c: st: Fix return in case of arbitration lost
Maxime COQUELIN
2013-11-18
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-11-14
i2c: i2c-st: Add ST I2C controller
Maxime COQUELIN