index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-core-base.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: smbus: fix NULL function pointer dereference
Wolfram Sang
2024-04-27
1
-6
/
+6
*
i2c: constify the struct device_type usage
Ricardo B. Marliere
2024-03-04
1
-2
/
+2
*
i2c: make i2c_bus_type const
Greg Kroah-Hartman
2024-01-18
1
-1
/
+1
*
i2c: create debugfs entry per adapter
Wolfram Sang
2024-01-18
1
-0
/
+11
*
i2c: core: fix lockdep warning for sparsely nested adapter chain
Daniel Mack
2023-10-28
1
-2
/
+4
*
i2c: fix memleak in i2c_new_client_device()
Wolfram Sang
2023-10-23
1
-4
/
+9
*
i2c: Add i2c_get_match_data()
Biju Das
2023-06-09
1
-0
/
+19
*
i2c: Convert drivers to new .probe() callback
Uwe Kleine-König
2023-03-09
1
-1
/
+1
*
i2c: Switch .probe() to not take an id parameter
Uwe Kleine-König
2023-03-09
1
-9
/
+2
*
Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-25
1
-1
/
+4
|
\
|
*
i2c: Set i2c pinctrl recovery info from it's device pinctrl
Hanna Hawa
2023-01-20
1
-1
/
+4
*
|
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-2
/
+2
*
|
i2c: add fwnode APIs
Russell King (Oracle)
2023-01-17
1
-0
/
+98
|
/
*
Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-15
1
-3
/
+2
|
\
|
*
drivers/i2c: use simple i2c probe
Stephen Kitt
2022-12-05
1
-3
/
+2
*
|
Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2022-12-13
1
-0
/
+14
|
\
|
|
*
i2c: core: Introduce i2c_client_get_device_id helper function
Angel Iglesias
2022-11-14
1
-0
/
+14
*
|
i2c: Restore initial power state if probe fails
Ricardo Ribalda
2022-11-14
1
-4
/
+5
|
/
*
Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2022-10-10
1
-1
/
+5
|
\
|
*
i2c: acpi: Use ACPI wake capability bit to set wake_irq
Raul E Rangel
2022-10-04
1
-1
/
+5
*
|
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-5
/
+1
|
/
*
i2c: move core from strlcpy to strscpy
Wolfram Sang
2022-08-11
1
-1
/
+1
*
i2c: Fix a potential use after free
Xu Wang
2022-06-16
1
-1
/
+2
*
i2c: dummy: Drop no-op remove function
Uwe Kleine-König
2022-06-08
1
-6
/
+0
*
i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify().
Sebastian Andrzej Siewior
2022-03-01
1
-1
/
+1
*
i2c: smbus: Use device_*() functions instead of of_*()
Akhil R
2022-01-28
1
-1
/
+1
*
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-01-14
1
-0
/
+2
|
\
|
*
i2c: enable async suspend/resume on i2c client devices
Derek Basehore
2021-11-29
1
-0
/
+1
|
*
i2c: enable async suspend/resume for i2c adapters
Rajat Jain
2021-11-29
1
-0
/
+1
*
|
Revert "i2c: core: support bus regulator controlling in adapter"
Wolfram Sang
2022-01-07
1
-95
/
+0
|
/
*
i2c: Allow an ACPI driver to manage the device's power state during probe
Sakari Ailus
2021-11-03
1
-3
/
+4
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-4
/
+1
*
i2c: core: Disable client irq on reboot/shutdown
Dmitry Torokhov
2021-06-24
1
-0
/
+3
*
i2c: core: support bus regulator controlling in adapter
Bibby Hsieh
2021-05-28
1
-0
/
+95
*
i2c: core: Make debug message even more debuggish
Andy Shevchenko
2021-05-28
1
-3
/
+7
*
Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-04-30
1
-29
/
+85
|
\
|
*
i2c: core: Fix spacing error by checkpatch
Tian Tao
2021-04-17
1
-1
/
+1
|
*
i2c: ensure timely release of driver-allocated resources
Dmitry Torokhov
2021-04-10
1
-1
/
+20
|
*
i2c: core: add api to provide frequency mode strings
Yicong Yang
2021-04-10
1
-0
/
+21
|
*
i2c: core: add managed function for adding i2c adapters
Yicong Yang
2021-04-10
1
-0
/
+26
|
*
Merge branch 'i2c/software-nodes' into i2c/for-5.13
Wolfram Sang
2021-04-10
1
-7
/
+7
|
|
\
|
|
*
i2c: Remove support for dangling device properties
Heikki Krogerus
2021-04-10
1
-14
/
+1
|
|
*
i2c: Add support for software nodes
Heikki Krogerus
2021-04-08
1
-1
/
+14
|
*
|
i2c: core: simplify devm_i2c_new_dummy_device()
Yicong Yang
2021-04-08
1
-19
/
+9
|
*
|
i2c: Make i2c_recover_bus() to return -EBUSY if bus recovery unimplemented
Dmitry Osipenko
2021-03-31
1
-1
/
+1
|
|
/
*
/
i2c: turn recovery error on init to debug
Wolfram Sang
2021-03-18
1
-3
/
+4
|
/
*
i2c: remove check that can never be true
Uwe Kleine-König
2020-12-11
1
-4
/
+1
*
i2c: Warn when device removing fails
Uwe Kleine-König
2020-12-11
1
-2
/
+7
*
i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...
Hans de Goede
2020-09-17
1
-1
/
+1
[next]