aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/wsa/linuxLinus 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/wsa/linuxLinus 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
2021-04-10i2c: core: add api to provide frequency mode stringsYicong Yang1-0/+21
2021-04-10i2c: core: add managed function for adding i2c adaptersYicong Yang1-0/+26
2021-04-10Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang1-7/+7
2021-04-10i2c: Remove support for dangling device propertiesHeikki Krogerus1-14/+1
2021-04-08i2c: Add support for software nodesHeikki Krogerus1-1/+14
2021-04-08i2c: core: simplify devm_i2c_new_dummy_device()Yicong Yang1-19/+9
2021-03-31i2c: Make i2c_recover_bus() to return -EBUSY if bus recovery unimplementedDmitry Osipenko1-1/+1
2021-03-18i2c: turn recovery error on init to debugWolfram Sang1-3/+4
2020-12-11i2c: remove check that can never be trueUwe Kleine-König1-4/+1
2020-12-11i2c: Warn when device removing failsUwe Kleine-König1-2/+7
2020-09-17i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()Hans de Goede1-1/+1
2020-08-25i2c: core: Don't fail PRP0001 enumeration when no ID table existAndy Shevchenko1-1/+1
2020-08-05i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOsCodrin Ciubotariu1-12/+14
2020-08-05i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu1-0/+126
2020-07-27i2c: core: do not use logical device when creating irq domainWolfram Sang1-1/+1
2020-07-24i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"Wolfram Sang1-3/+3
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang1-25/+0
2020-05-27i2c: save a variable in i2c_detect()Wolfram Sang1-2/+1
2020-05-22Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang1-84/+0
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang1-20/+17
2020-05-20i2c: core: support bus regulator controlling in adapterBibby Hsieh1-0/+84
2020-05-05i2c: use my kernel.org address from now onWolfram Sang1-1/+1
2020-05-05i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat1-6/+16
2020-04-15i2c: refactor parsing of timingsWolfram Sang1-39/+30
2020-04-15i2c: remove i2c_new_probed_device APIWolfram Sang1-13/+0
2020-03-24i2c: core: Allow override timing properties with 0Andy Shevchenko1-13/+17
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko1-4/+4
2020-01-15i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang1-7/+6
2020-01-15Merge branch 'i2c/for-current' into i2c/for-5.6Wolfram Sang1-3/+10
2020-01-09i2c: fix bus recovery stop mode timingRussell King1-3/+10
2019-12-17i2c: core: Use DEVICE_ATTR_*() helper macrosGeert Uytterhoeven1-10/+10
2019-12-10i2c: remove i2c_new_dummy() APIWolfram Sang1-23/+0
2019-11-28i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang1-6/+19
2019-11-15i2c: remove helpers for ref-counting clientsWolfram Sang1-32/+0
2019-10-24i2c: add support for filters optional propertiesEugen Hristev1-0/+6
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-11/+9