aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c
AgeCommit message (Expand)Author
2022-08-25i2c: Fix a potential use after freeXu Wang
2021-07-20i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov
2021-04-14i2c: turn recovery error on init to debugWolfram Sang
2020-10-01i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...Hans de Goede
2020-09-03i2c: core: Don't fail PRP0001 enumeration when no ID table existAndy Shevchenko
2020-05-27i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat
2020-01-14i2c: fix bus recovery stop mode timingRussell King
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
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-06-29i2c: core: Tidy up handling of init_irqCharles Keepax
2019-06-29i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax
2019-06-29i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax
2019-06-29i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax
2019-06-26i2c: add newly exported functions to the header, tooWolfram Sang
2019-06-14i2c: core: always have a named variable in argumentsWolfram Sang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit
2019-05-17i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit
2019-05-09Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-03i2c: core: apply 'is_suspended' check for SMBus, tooWolfram Sang
2019-05-03i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang
2019-05-02i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds
2019-04-16i2c: core: introduce callbacks for atomic transfersWolfram Sang
2019-04-16i2c: core: use I2C locking behaviour also for SMBUSWolfram Sang
2019-04-16i2c: core: remove use of in_atomic()Wolfram Sang
2019-03-13i2c: add extra check to safe DMA buffer helperWolfram Sang
2019-02-24i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus
2019-01-08i2c: add suspended flag and accessors for i2c adaptersWolfram Sang
2018-10-31i2c: Clear client->irq in i2c_device_removeCharles Keepax
2018-10-31i2c: Remove unnecessary call to irq_find_mappingCharles Keepax
2018-10-29Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-11i2c: Fix kerneldoc for renamed i2c dma put functionStephen Boyd
2018-10-05i2c: core: remove level of indentation in i2c_transferWolfram Sang
2018-10-05i2c: core: remove outdated DEBUG outputWolfram Sang
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang
2018-08-24i2c: remove deprecated attach_adapter callbackWolfram Sang
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-08i2c: core: Parse SDA hold time from firmwareAndy Shevchenko
2018-08-04i2c: quirks: add zero length checksWolfram Sang
2018-07-25i2c/mux, locking/core: Annotate the nested rt_mutex usagePeter Rosin
2018-07-21i2c: recovery: make pin init look like STOPWolfram Sang
2018-07-17i2c: recovery: rename variable for easier understandingWolfram Sang
2018-07-17i2c: recovery: add get_bus_free callbackWolfram Sang