summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core-base.c
AgeCommit message (Expand)Author
3 daysi2c: 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
2022-12-05drivers/i2c: use simple i2c probeStephen Kitt
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias
2022-11-14i2c: Restore initial power state if probe failsRicardo Ribalda
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-11i2c: move core from strlcpy to strscpyWolfram Sang
2022-06-16i2c: Fix a potential use after freeXu Wang
2022-06-08i2c: dummy: Drop no-op remove functionUwe Kleine-König
2022-03-01i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify().Sebastian Andrzej Siewior
2022-01-28i2c: smbus: Use device_*() functions instead of of_*()Akhil R
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-07Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang
2021-11-29i2c: enable async suspend/resume on i2c client devicesDerek Basehore
2021-11-29i2c: enable async suspend/resume for i2c adaptersRajat Jain
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-24i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov
2021-05-28i2c: core: support bus regulator controlling in adapterBibby Hsieh
2021-05-28i2c: core: Make debug message even more debuggishAndy Shevchenko
2021-04-30Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-17i2c: core: Fix spacing error by checkpatchTian Tao
2021-04-10i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov
2021-04-10i2c: core: add api to provide frequency mode stringsYicong Yang
2021-04-10i2c: core: add managed function for adding i2c adaptersYicong Yang
2021-04-10Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang
2021-04-10i2c: Remove support for dangling device propertiesHeikki Krogerus
2021-04-08i2c: Add support for software nodesHeikki Krogerus
2021-04-08i2c: core: simplify devm_i2c_new_dummy_device()Yicong Yang
2021-03-31i2c: Make i2c_recover_bus() to return -EBUSY if bus recovery unimplementedDmitry Osipenko
2021-03-18i2c: turn recovery error on init to debugWolfram Sang
2020-12-11i2c: remove check that can never be trueUwe Kleine-König
2020-12-11i2c: Warn when device removing failsUwe Kleine-König
2020-09-17i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...Hans de Goede