summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core-base.c
AgeCommit message (Expand)Author
2022-01-07Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang
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
2020-08-25i2c: core: Don't fail PRP0001 enumeration when no ID table existAndy Shevchenko
2020-08-05i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOsCodrin Ciubotariu
2020-08-05i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu
2020-07-27i2c: core: do not use logical device when creating irq domainWolfram Sang
2020-07-24i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"Wolfram Sang
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang
2020-05-27i2c: save a variable in i2c_detect()Wolfram Sang
2020-05-22Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang
2020-05-20i2c: core: support bus regulator controlling in adapterBibby Hsieh
2020-05-05i2c: use my kernel.org address from now onWolfram Sang
2020-05-05i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat
2020-04-15i2c: refactor parsing of timingsWolfram Sang
2020-04-15i2c: remove i2c_new_probed_device APIWolfram Sang
2020-03-24i2c: core: Allow override timing properties with 0Andy Shevchenko
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko
2020-01-15i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang
2020-01-15Merge branch 'i2c/for-current' into i2c/for-5.6Wolfram Sang
2020-01-09i2c: fix bus recovery stop mode timingRussell King
2019-12-17i2c: core: Use DEVICE_ATTR_*() helper macrosGeert Uytterhoeven
2019-12-10i2c: remove i2c_new_dummy() APIWolfram Sang
2019-11-28i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang
2019-11-15i2c: remove helpers for ref-counting clientsWolfram Sang
2019-10-24i2c: add support for filters optional propertiesEugen Hristev
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang
2019-08-14i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang
2019-08-06i2c: Drop unneeded check for of_nodeAndy Shevchenko
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab