aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-13i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede1-4/+13
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus1-0/+18
2021-08-12i2c: acpi: Add an i2c_acpi_client_count() helper functionHans de Goede1-0/+5
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+7
2021-06-25i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen1-0/+1
2021-06-07i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2CJonathan Cameron1-1/+7
2021-05-28i2c: core: support bus regulator controlling in adapterBibby Hsieh1-0/+2
2021-04-10i2c: ensure timely release of driver-allocated resourcesDmitry Torokhov1-0/+3
2021-04-10i2c: core: add api to provide frequency mode stringsYicong Yang1-0/+3
2021-04-10i2c: core: add managed function for adding i2c adaptersYicong Yang1-0/+1
2021-04-10Merge branch 'i2c/software-nodes' into i2c/for-5.13Wolfram Sang1-2/+2
2021-04-10i2c: Remove support for dangling device propertiesHeikki Krogerus1-2/+0
2021-04-08i2c: Add support for software nodesHeikki Krogerus1-1/+3
2021-04-05i2c: Add I2C_AQ_NO_REP_START adapter quirkBence Csókás1-0/+2
2020-09-21i2c: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+11
2020-08-05i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu1-0/+11
2020-07-31Merge tag 'v5.8-rc7' into i2c/for-5.9Wolfram Sang1-1/+1
2020-07-27i2c: also convert placeholder function to return errnoWolfram Sang1-1/+1
2020-07-24i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"Wolfram Sang1-3/+0
2020-07-22i2c: drop duplicated word in the header fileRandy Dunlap1-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang1-5/+3
2020-05-28i2c: avoid confusing naming in headerWolfram Sang1-4/+4
2020-05-22Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang1-2/+0
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang1-7/+1
2020-05-20i2c: core: support bus regulator controlling in adapterBibby Hsieh1-0/+2
2020-05-05i2c: use my kernel.org address from now onWolfram Sang1-1/+1
2020-04-15i2c: remove i2c_new_probed_device APIWolfram Sang1-6/+0
2020-04-02Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+8
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko1-0/+8
2020-03-23i2c: fix a doc warningMauro Carvalho Chehab1-2/+2
2019-12-17i2c: remove unneeded 'extern' from function declatationsLuca Ceresoli1-60/+55
2019-12-11i2c: add helper to check if a client has a driver attachedWolfram Sang1-0/+5
2019-12-10i2c: fix header file kernel-doc warningRandy Dunlap1-0/+1
2019-12-10i2c: remove i2c_new_dummy() APIWolfram Sang1-6/+0
2019-11-28i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang1-3/+9
2019-11-15i2c: remove helpers for ref-counting clientsWolfram Sang1-3/+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-1/+1
2019-08-14i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang1-1/+1
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-1/+1
2019-06-26i2c: add newly exported functions to the header, tooWolfram Sang1-0/+6
2019-06-14i2c: headers: reformat header comment and update copyrightWolfram Sang1-11/+7
2019-06-14i2c: headers: update docs about I2C_CLIENT_*Wolfram Sang1-12/+10
2019-06-14i2c: headers: always have a named variable in argumentsWolfram Sang1-19/+20
2019-06-14i2c: headers: don't use 'dev' as adapter variableWolfram Sang1-4/+4
2019-06-02i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-0/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+2
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit1-0/+3
2019-05-03i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang1-1/+2