summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOsCodrin Ciubotariu2020-08-051-12/+14
* i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu2020-08-051-0/+126
* i2c: core: do not use logical device when creating irq domainWolfram Sang2020-07-271-1/+1
* i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"Wolfram Sang2020-07-241-3/+3
* i2c: remove deprecated i2c_new_device APIWolfram Sang2020-06-191-25/+0
* i2c: save a variable in i2c_detect()Wolfram Sang2020-05-271-2/+1
* Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2020-05-221-84/+0
* Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-201-20/+17
|\
| * i2c: use my kernel.org address from now onWolfram Sang2020-05-051-1/+1
| * i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat2020-05-051-6/+16
| * i2c: remove i2c_new_probed_device APIWolfram Sang2020-04-151-13/+0
* | i2c: core: support bus regulator controlling in adapterBibby Hsieh2020-05-201-0/+84
* | i2c: refactor parsing of timingsWolfram Sang2020-04-151-39/+30
|/
* i2c: core: Allow override timing properties with 0Andy Shevchenko2020-03-241-13/+17
* i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2020-03-241-4/+4
* i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-7/+6
* Merge branch 'i2c/for-current' into i2c/for-5.6Wolfram Sang2020-01-151-3/+10
|\
| * i2c: fix bus recovery stop mode timingRussell King2020-01-091-3/+10
* | i2c: core: Use DEVICE_ATTR_*() helper macrosGeert Uytterhoeven2019-12-171-10/+10
|/
* i2c: remove i2c_new_dummy() APIWolfram Sang2019-12-101-23/+0
* i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang2019-11-281-6/+19
* i2c: remove helpers for ref-counting clientsWolfram Sang2019-11-151-32/+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-11/+9
|\
| * i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang2019-08-141-5/+5
| * i2c: Drop unneeded check for of_nodeAndy Shevchenko2019-08-061-6/+4
* | Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds2019-09-171-2/+2
|\ \
| * | docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-311-2/+2
| |/
* / i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang2019-08-291-1/+1
|/
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-151-10/+10
|\
| * i2c: core: Tidy up handling of init_irqCharles Keepax2019-06-291-2/+3
| * i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax2019-06-291-3/+0
| * i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax2019-06-291-1/+4
| * i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax2019-06-291-2/+2
| * i2c: add newly exported functions to the header, tooWolfram Sang2019-06-261-3/+2
| * i2c: core: always have a named variable in argumentsWolfram Sang2019-06-141-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
|/
* i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit2019-05-171-0/+44
* i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit2019-05-171-13/+61
* Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-05-091-11/+12
|\
| * i2c: core: apply 'is_suspended' check for SMBus, tooWolfram Sang2019-05-031-5/+4
| * i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang2019-05-031-1/+4
| * i2c: core: introduce callbacks for atomic transfersWolfram Sang2019-04-161-1/+5
| * i2c: core: use I2C locking behaviour also for SMBUSWolfram Sang2019-04-161-8/+3
| * i2c: core: remove use of in_atomic()Wolfram Sang2019-04-161-1/+1
* | Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds2019-05-031-0/+4
|\ \
| * | i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula2019-05-021-0/+4
| |/
* / gcc-9: don't warn about uninitialized variableLinus Torvalds2019-05-011-1/+1
|/