index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-core-base.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-23
i2c: Use str_read_write() helper
Yumeng Fang
1
-1
/
+2
2025-05-20
i2c: use only 'fwnode' for client devices
Wolfram Sang
1
-2
/
+1
2025-05-20
i2c: core: add useful info when defer probe
Xu Yang
1
-2
/
+2
2025-04-16
i2c: core: Do not dereference fwnode in struct device
Andy Shevchenko
1
-9
/
+10
2025-04-16
i2c: core: Reuse fwnode variable where it makes sense
Andy Shevchenko
1
-3
/
+3
2025-04-16
i2c: core: Switch to fwnode APIs to get IRQ
Andy Shevchenko
1
-5
/
+4
2025-04-16
i2c: core: Unify the firmware node type check
Andy Shevchenko
1
-6
/
+9
2025-04-16
i2c: core: Drop duplicate check before calling OF APIs
Andy Shevchenko
1
-11
/
+7
2025-02-22
i2c: core: Allocate temporary client dynamically
Geert Uytterhoeven
1
-5
/
+10
2025-02-05
Revert "i2c: Replace list-based mechanism for handling auto-detected clients"
Wolfram Sang
1
-16
/
+36
2025-02-05
Revert "i2c: Replace list-based mechanism for handling userspace-created clients"
Wolfram Sang
1
-22
/
+39
2025-01-30
Merge tag 'i2c-for-6.14-rc1-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-3
/
+6
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2025-01-26
i2c: Fix core-managed per-client debugfs handling
Guenter Roeck
1
-3
/
+6
2025-01-22
Merge tag 'i2c-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-83
/
+47
2025-01-14
i2c: add core-managed per-client directory in debugfs
Wolfram Sang
1
-0
/
+4
2025-01-09
i2c: core: Allocate temp client on the stack in i2c_detect
Heiner Kallweit
1
-8
/
+5
2025-01-09
i2c: core: fix reference leak in i2c_register_adapter()
Joe Hattori
1
-0
/
+1
2025-01-03
i2c: Replace list-based mechanism for handling userspace-created clients
Heiner Kallweit
1
-39
/
+22
2025-01-03
i2c: Replace list-based mechanism for handling auto-detected clients
Heiner Kallweit
1
-36
/
+16
2024-09-21
Merge tag 'i2c-host-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
Wolfram Sang
1
-7
/
+13
2024-09-10
i2c: core: Setup i2c_adapter runtime-pm before calling device_add()
Hans de Goede
1
-6
/
+12
2024-09-10
i2c: don't use ',' after delimiters
Wolfram Sang
1
-1
/
+1
2024-09-07
i2c: Remove I2C_COMPAT config symbol and related code
Heiner Kallweit
1
-31
/
+0
2024-08-26
i2c: core: Lock address during client device instantiation
Heiner Kallweit
1
-0
/
+28
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2024-07-19
Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-2
/
+4
2024-07-11
i2c: mark HostNotify target address as used
Wolfram Sang
1
-0
/
+1
2024-07-10
i2c: add debug message for detected HostNotify alerts
Wolfram Sang
1
-0
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-06-26
i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-2
/
+2
2024-04-27
i2c: smbus: fix NULL function pointer dereference
Wolfram Sang
1
-6
/
+6
2024-03-04
i2c: constify the struct device_type usage
Ricardo B. Marliere
1
-2
/
+2
2024-01-18
i2c: make i2c_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2024-01-18
i2c: create debugfs entry per adapter
Wolfram Sang
1
-0
/
+11
2023-10-28
i2c: core: fix lockdep warning for sparsely nested adapter chain
Daniel Mack
1
-2
/
+4
2023-10-23
i2c: fix memleak in i2c_new_client_device()
Wolfram Sang
1
-4
/
+9
2023-06-09
i2c: Add i2c_get_match_data()
Biju Das
1
-0
/
+19
2023-03-09
i2c: Convert drivers to new .probe() callback
Uwe Kleine-König
1
-1
/
+1
2023-03-09
i2c: Switch .probe() to not take an id parameter
Uwe Kleine-König
1
-9
/
+2
2023-02-24
Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-1
/
+4
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-20
i2c: Set i2c pinctrl recovery info from it's device pinctrl
Hanna Hawa
1
-1
/
+4
2023-01-17
i2c: add fwnode APIs
Russell King (Oracle)
1
-0
/
+98
2022-12-15
Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-3
/
+2
2022-12-13
Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-0
/
+14
2022-12-05
drivers/i2c: use simple i2c probe
Stephen Kitt
1
-3
/
+2
2022-11-14
i2c: core: Introduce i2c_client_get_device_id helper function
Angel Iglesias
1
-0
/
+14
2022-11-14
i2c: Restore initial power state if probe fails
Ricardo Ribalda
1
-4
/
+5
[next]