summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus2021-11-031-0/+18
* i2c: acpi: Add an i2c_acpi_client_count() helper functionHans de Goede2021-08-121-0/+5
* Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-051-1/+7
|\
| * i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2CJonathan Cameron2021-06-071-1/+7
* | i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen2021-06-251-0/+1
* | i2c: core: support bus regulator controlling in adapterBibby Hsieh2021-05-281-0/+2
|/
* i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov2021-04-101-0/+3
* i2c: core: add api to provide frequency mode stringsYicong Yang2021-04-101-0/+3
* i2c: core: add managed function for adding i2c adaptersYicong Yang2021-04-101-0/+1
* Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang2021-04-101-2/+2
|\
| * i2c: Remove support for dangling device propertiesHeikki Krogerus2021-04-101-2/+0
| * i2c: Add support for software nodesHeikki Krogerus2021-04-081-1/+3
* | i2c: Add I2C_AQ_NO_REP_START adapter quirkBence Csókás2021-04-051-0/+2
|/
* i2c: Switch to using the new API kobj_to_dev()Tian Tao2020-09-211-1/+1
* Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-08-131-3/+11
|\
| * i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu2020-08-051-0/+11
| * Merge tag 'v5.8-rc7' into i2c/for-5.9Wolfram Sang2020-07-311-1/+1
| |\
| * | i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"Wolfram Sang2020-07-241-3/+0
* | | i2c: also convert placeholder function to return errnoWolfram Sang2020-07-271-1/+1
| |/ |/|
* | i2c: drop duplicated word in the header fileRandy Dunlap2020-07-221-1/+1
|/
* i2c: remove deprecated i2c_new_device APIWolfram Sang2020-06-191-5/+3
* i2c: avoid confusing naming in headerWolfram Sang2020-05-281-4/+4
* Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2020-05-221-2/+0
* Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-201-7/+1
|\
| * i2c: use my kernel.org address from now onWolfram Sang2020-05-051-1/+1
| * i2c: remove i2c_new_probed_device APIWolfram Sang2020-04-151-6/+0
* | i2c: core: support bus regulator controlling in adapterBibby Hsieh2020-05-201-0/+2
|/
* Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-04-021-0/+8
|\
| * i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2020-03-241-0/+8
* | i2c: fix a doc warningMauro Carvalho Chehab2020-03-231-2/+2
|/
* i2c: remove unneeded 'extern' from function declatationsLuca Ceresoli2019-12-171-60/+55
* i2c: add helper to check if a client has a driver attachedWolfram Sang2019-12-111-0/+5
* i2c: fix header file kernel-doc warningRandy Dunlap2019-12-101-0/+1
* i2c: remove i2c_new_dummy() APIWolfram Sang2019-12-101-6/+0
* i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang2019-11-281-3/+9
* i2c: remove helpers for ref-counting clientsWolfram Sang2019-11-151-3/+0
* i2c: add support for filters optional propertiesEugen Hristev2019-10-241-0/+6
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-1/+1
|\
| * i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang2019-08-141-1/+1
* | docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-311-1/+1
|/
* i2c: add newly exported functions to the header, tooWolfram Sang2019-06-261-0/+6
* i2c: headers: reformat header comment and update copyrightWolfram Sang2019-06-141-11/+7
* i2c: headers: update docs about I2C_CLIENT_*Wolfram Sang2019-06-141-12/+10
* i2c: headers: always have a named variable in argumentsWolfram Sang2019-06-141-19/+20
* i2c: headers: don't use 'dev' as adapter variableWolfram Sang2019-06-141-4/+4
* i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-06-021-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+2
* i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit2019-05-171-0/+3
* i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang2019-05-031-1/+2
* i2c: core: introduce callbacks for atomic transfersWolfram Sang2019-04-161-3/+12