summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core-base.c
AgeCommit message (Expand)Author
44 hoursMerge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
3 daysi2c: core: Fix double-free of fwnode in i2c_unregister_device()Hans de Goede
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea
2025-05-23i2c: Use str_read_write() helperYumeng Fang
2025-05-20i2c: use only 'fwnode' for client devicesWolfram Sang
2025-05-20i2c: core: add useful info when defer probeXu Yang
2025-04-16i2c: core: Do not dereference fwnode in struct deviceAndy Shevchenko
2025-04-16i2c: core: Reuse fwnode variable where it makes senseAndy Shevchenko
2025-04-16i2c: core: Switch to fwnode APIs to get IRQAndy Shevchenko
2025-04-16i2c: core: Unify the firmware node type checkAndy Shevchenko
2025-04-16i2c: core: Drop duplicate check before calling OF APIsAndy Shevchenko
2025-02-22i2c: core: Allocate temporary client dynamicallyGeert Uytterhoeven
2025-02-05Revert "i2c: Replace list-based mechanism for handling auto-detected clients"Wolfram Sang
2025-02-05Revert "i2c: Replace list-based mechanism for handling userspace-created clie...Wolfram Sang
2025-01-30Merge tag 'i2c-for-6.14-rc1-take2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-26i2c: Fix core-managed per-client debugfs handlingGuenter Roeck
2025-01-22Merge tag 'i2c-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-14i2c: add core-managed per-client directory in debugfsWolfram Sang
2025-01-09i2c: core: Allocate temp client on the stack in i2c_detectHeiner Kallweit
2025-01-09i2c: core: fix reference leak in i2c_register_adapter()Joe Hattori
2025-01-03i2c: Replace list-based mechanism for handling userspace-created clientsHeiner Kallweit
2025-01-03i2c: Replace list-based mechanism for handling auto-detected clientsHeiner Kallweit
2024-09-21Merge tag 'i2c-host-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang
2024-09-10i2c: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede
2024-09-10i2c: don't use ',' after delimitersWolfram Sang
2024-09-07i2c: Remove I2C_COMPAT config symbol and related codeHeiner Kallweit
2024-08-26i2c: core: Lock address during client device instantiationHeiner Kallweit
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-19Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-11i2c: mark HostNotify target address as usedWolfram Sang
2024-07-10i2c: add debug message for detected HostNotify alertsWolfram Sang
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-26i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-04-27i2c: smbus: fix NULL function pointer dereferenceWolfram Sang
2024-03-04i2c: constify the struct device_type usageRicardo B. Marliere
2024-01-18i2c: make i2c_bus_type constGreg Kroah-Hartman
2024-01-18i2c: create debugfs entry per adapterWolfram Sang
2023-10-28i2c: core: fix lockdep warning for sparsely nested adapter chainDaniel Mack
2023-10-23i2c: fix memleak in i2c_new_client_device()Wolfram Sang
2023-06-09i2c: Add i2c_get_match_data()Biju Das
2023-03-09i2c: Convert drivers to new .probe() callbackUwe Kleine-König
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König
2023-02-24Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-20i2c: Set i2c pinctrl recovery info from it's device pinctrlHanna Hawa
2023-01-17i2c: add fwnode APIsRussell King (Oracle)
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds