summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core-base.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'i2c-host-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang1-7/+13
2024-09-10i2c: core: Setup i2c_adapter runtime-pm before calling device_add()Hans de Goede1-6/+12
2024-09-10i2c: don't use ',' after delimitersWolfram Sang1-1/+1
2024-09-07i2c: Remove I2C_COMPAT config symbol and related codeHeiner Kallweit1-31/+0
2024-08-26i2c: core: Lock address during client device instantiationHeiner Kallweit1-0/+28
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-20Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2024-07-11i2c: mark HostNotify target address as usedWolfram Sang1-0/+1
2024-07-10i2c: add debug message for detected HostNotify alertsWolfram Sang1-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-06-26i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2024-04-27i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-03-04i2c: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-01-18i2c: make i2c_bus_type constGreg Kroah-Hartman1-1/+1
2024-01-18i2c: create debugfs entry per adapterWolfram Sang1-0/+11
2023-10-28i2c: core: fix lockdep warning for sparsely nested adapter chainDaniel Mack1-2/+4
2023-10-23i2c: fix memleak in i2c_new_client_device()Wolfram Sang1-4/+9
2023-06-09i2c: Add i2c_get_match_data()Biju Das1-0/+19
2023-03-09i2c: Convert drivers to new .probe() callbackUwe Kleine-König1-1/+1
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König1-9/+2
2023-02-25Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-20i2c: Set i2c pinctrl recovery info from it's device pinctrlHanna Hawa1-1/+4
2023-01-17i2c: add fwnode APIsRussell King (Oracle)1-0/+98
2022-12-16Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+14
2022-12-05drivers/i2c: use simple i2c probeStephen Kitt1-3/+2
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+14
2022-11-14i2c: Restore initial power state if probe failsRicardo Ribalda1-4/+5
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+5
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel1-1/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-5/+1
2022-08-12i2c: move core from strlcpy to strscpyWolfram Sang1-1/+1
2022-06-16i2c: Fix a potential use after freeXu Wang1-1/+2
2022-06-08i2c: dummy: Drop no-op remove functionUwe Kleine-König1-6/+0
2022-03-01i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify().Sebastian Andrzej Siewior1-1/+1
2022-01-28i2c: smbus: Use device_*() functions instead of of_*()Akhil R1-1/+1
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2022-01-07Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang1-95/+0
2021-11-29i2c: enable async suspend/resume on i2c client devicesDerek Basehore1-0/+1
2021-11-29i2c: enable async suspend/resume for i2c adaptersRajat Jain1-0/+1
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus1-3/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-4/+1
2021-06-24i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov1-0/+3
2021-05-28i2c: core: support bus regulator controlling in adapterBibby Hsieh1-0/+95
2021-05-28i2c: core: Make debug message even more debuggishAndy Shevchenko1-3/+7
2021-04-30Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-29/+85
2021-04-17i2c: core: Fix spacing error by checkpatchTian Tao1-1/+1
2021-04-10i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov1-1/+20