index
:
pub/scm/linux/kernel/git/ostr/linux.git
master
Boris Ostrovsky's fork of linux.git
Boris Ostrovsky
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-core-base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
i2c: core: fix debugfs UAF on adapter removal
Vasileios Almpanis
1
-0
/
+6
2026-07-29
i2c: core: support recovery for single-ended GPIOs
Jie Li
1
-1
/
+2
2026-06-16
Merge tag 'i2c-7.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Linus Torvalds
1
-75
/
+102
2026-06-09
Merge remote-tracking branch 'wsa/i2c/fix-registration' into i2c/i2c-host
Andi Shyti
1
-73
/
+100
2026-06-05
i2c: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-2
/
+2
2026-05-30
i2c: core: clean up adapter registration error label
Johan Hovold
1
-2
/
+2
2026-05-30
i2c: core: clean up bus id allocation
Johan Hovold
1
-44
/
+45
2026-05-30
i2c: core: fix adapter deregistration race
Johan Hovold
1
-2
/
+7
2026-05-30
i2c: core: fix adapter registration race
Johan Hovold
1
-2
/
+6
2026-05-30
i2c: core: disable runtime PM on adapter registration failure
Johan Hovold
1
-0
/
+1
2026-05-30
i2c: core: fix adapter debugfs creation
Johan Hovold
1
-6
/
+10
2026-05-30
i2c: core: fix adapter probe deferral loop
Johan Hovold
1
-4
/
+4
2026-05-30
i2c: core: fix NULL-deref on adapter registration failure
Johan Hovold
1
-4
/
+5
2026-05-30
i2c: core: fix hang on adapter registration failure
Johan Hovold
1
-20
/
+29
2026-05-30
i2c: core: fix irq domain leak on adapter registration failure
Johan Hovold
1
-1
/
+3
2026-05-04
i2c: Compare the return value of gpiod_get_direction against GPIO_LINE_DIRECT...
Nikola Z. Ivanov
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-14
i2c: core: Use dev_fwnode()
Andy Shevchenko
1
-1
/
+1
2026-01-14
i2c: core: Replace custom implementation of device_match_fwnode()
Andy Shevchenko
1
-2
/
+2
2026-01-14
i2c: core: Check for error pointer for fwnode
Andy Shevchenko
1
-2
/
+2
2025-09-13
i2c: core: Drop dev_pm_domain_detach() call
Claudiu Beznea
1
-6
/
+3
2025-07-29
Merge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+7
2025-07-28
i2c: core: Fix double-free of fwnode in i2c_unregister_device()
Hans de Goede
1
-1
/
+7
2025-07-07
PM: domains: Add flags to specify power on attach/detach
Claudiu Beznea
1
-1
/
+1
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 clie...
Wolfram Sang
1
-22
/
+39
2025-01-30
Merge tag 'i2c-for-6.14-rc1-take2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+6
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
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...
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/an...
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
[next]