aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang1-1/+1
2019-08-14i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang1-5/+5
2019-08-06i2c: Drop unneeded check for of_nodeAndy Shevchenko1-6/+4
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-2/+2
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-10/+10
2019-06-29i2c: core: Tidy up handling of init_irqCharles Keepax1-2/+3
2019-06-29i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax1-3/+0
2019-06-29i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax1-1/+4
2019-06-29i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax1-2/+2
2019-06-26i2c: add newly exported functions to the header, tooWolfram Sang1-3/+2
2019-06-14i2c: core: always have a named variable in argumentsWolfram Sang1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit1-0/+44
2019-05-17i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit1-13/+61
2019-05-09Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-11/+12
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+4
2019-05-03i2c: core: apply 'is_suspended' check for SMBus, tooWolfram Sang1-5/+4
2019-05-03i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang1-1/+4
2019-05-02i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula1-0/+4
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1
2019-04-16i2c: core: introduce callbacks for atomic transfersWolfram Sang1-1/+5
2019-04-16i2c: core: use I2C locking behaviour also for SMBUSWolfram Sang1-8/+3
2019-04-16i2c: core: remove use of in_atomic()Wolfram Sang1-1/+1