summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: constify the struct device_type usageRicardo B. Marliere2024-03-041-2/+2
* i2c: make i2c_bus_type constGreg Kroah-Hartman2024-01-181-1/+1
* i2c: create debugfs entry per adapterWolfram Sang2024-01-181-0/+11
* i2c: core: fix lockdep warning for sparsely nested adapter chainDaniel Mack2023-10-281-2/+4
* i2c: fix memleak in i2c_new_client_device()Wolfram Sang2023-10-231-4/+9
* i2c: Add i2c_get_match_data()Biju Das2023-06-091-0/+19
* i2c: Convert drivers to new .probe() callbackUwe Kleine-König2023-03-091-1/+1
* i2c: Switch .probe() to not take an id parameterUwe Kleine-König2023-03-091-9/+2
* Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-241-1/+4
|\
| * i2c: Set i2c pinctrl recovery info from it's device pinctrlHanna Hawa2023-01-201-1/+4
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\ \ | |/ |/|
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | i2c: add fwnode APIsRussell King (Oracle)2023-01-171-0/+98
|/
* Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-151-3/+2
|\
| * drivers/i2c: use simple i2c probeStephen Kitt2022-12-051-3/+2
* | Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-12-131-0/+14
|\|
| * i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2022-11-141-0/+14
* | i2c: Restore initial power state if probe failsRicardo Ribalda2022-11-141-4/+5
|/
* Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-10-101-1/+5
|\
| * i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel2022-10-041-1/+5
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-5/+1
|/
* i2c: move core from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: Fix a potential use after freeXu Wang2022-06-161-1/+2
* i2c: dummy: Drop no-op remove functionUwe Kleine-König2022-06-081-6/+0
* i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify().Sebastian Andrzej Siewior2022-03-011-1/+1
* i2c: smbus: Use device_*() functions instead of of_*()Akhil R2022-01-281-1/+1
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-141-0/+2
|\
| * i2c: enable async suspend/resume on i2c client devicesDerek Basehore2021-11-291-0/+1
| * i2c: enable async suspend/resume for i2c adaptersRajat Jain2021-11-291-0/+1
* | Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2022-01-071-95/+0
|/
* i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus2021-11-031-3/+4
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-4/+1
* i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov2021-06-241-0/+3
* i2c: core: support bus regulator controlling in adapterBibby Hsieh2021-05-281-0/+95
* i2c: core: Make debug message even more debuggishAndy Shevchenko2021-05-281-3/+7
* Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-29/+85
|\
| * i2c: core: Fix spacing error by checkpatchTian Tao2021-04-171-1/+1
| * i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov2021-04-101-1/+20
| * i2c: core: add api to provide frequency mode stringsYicong Yang2021-04-101-0/+21
| * i2c: core: add managed function for adding i2c adaptersYicong Yang2021-04-101-0/+26
| * Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang2021-04-101-7/+7
| |\
| | * i2c: Remove support for dangling device propertiesHeikki Krogerus2021-04-101-14/+1
| | * i2c: Add support for software nodesHeikki Krogerus2021-04-081-1/+14
| * | i2c: core: simplify devm_i2c_new_dummy_device()Yicong Yang2021-04-081-19/+9
| * | i2c: Make i2c_recover_bus() to return -EBUSY if bus recovery unimplementedDmitry Osipenko2021-03-311-1/+1
| |/
* / i2c: turn recovery error on init to debugWolfram Sang2021-03-181-3/+4
|/
* i2c: remove check that can never be trueUwe Kleine-König2020-12-111-4/+1
* i2c: Warn when device removing failsUwe Kleine-König2020-12-111-2/+7
* i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...Hans de Goede2020-09-171-1/+1
* i2c: core: Don't fail PRP0001 enumeration when no ID table existAndy Shevchenko2020-08-251-1/+1