summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-161-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/+0Star
| * 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/+2Star
| * 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/+1Star
|/
* 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/+4Star
| * 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/+3Star
| * 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
|/
* i2c: add extra check to safe DMA buffer helperWolfram Sang2019-03-131-2/+7
* i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus2019-02-241-4/+5
* i2c: add suspended flag and accessors for i2c adaptersWolfram Sang2019-01-081-0/+3
* i2c: Clear client->irq in i2c_device_removeCharles Keepax2018-11-011-0/+2
* i2c: Remove unnecessary call to irq_find_mappingCharles Keepax2018-11-011-4/+1Star
* Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-291-27/+16Star
|\
| * i2c: core: remove level of indentation in i2c_transferWolfram Sang2018-10-051-17/+16Star
| * i2c: core: remove outdated DEBUG outputWolfram Sang2018-10-051-10/+0Star
* | i2c: Fix kerneldoc for renamed i2c dma put functionStephen Boyd2018-10-111-1/+1
|/
* i2c: refactor function to release a DMA safe bufferWolfram Sang2018-08-301-5/+6
* i2c: remove deprecated attach_adapter callbackWolfram Sang2018-08-241-10/+1Star
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-32/+53
|\
| * i2c: core: Parse SDA hold time from firmwareAndy Shevchenko2018-08-081-0/+2
| * i2c: quirks: add zero length checksWolfram Sang2018-08-041-0/+6
| * i2c: recovery: make pin init look like STOPWolfram Sang2018-07-211-9/+10
| * i2c: recovery: rename variable for easier understandingWolfram Sang2018-07-171-7/+7
| * i2c: recovery: add get_bus_free callbackWolfram Sang2018-07-171-4/+23
| * i2c: recovery: refactor recovery functionWolfram Sang2018-07-171-18/+6Star
| * i2c: recovery: require either get_sda or set_sdaWolfram Sang2018-07-171-1/+6
* | i2c/mux, locking/core: Annotate the nested rt_mutex usagePeter Rosin2018-07-251-1/+1
|/
* i2c: recovery: if possible send STOP with recovery pulsesWolfram Sang2018-07-121-1/+10
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-6/+4Star
|\
| * i2c: Retain info->of_node in i2c_new_device()Boris Brezillon2018-05-221-2/+4
| * i2c: Get rid of i2c_board_info->archdataBoris Brezillon2018-05-151-4/+0Star
* | i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
|/
* i2c: add param sanity check to i2c_transfer()Ard Biesheuvel2018-04-111-0/+3
* i2c: Update i2c_trace_msg static key to modern apiDavidlohr Bueso2018-04-031-6/+7
* i2c: fix parameter of trace_i2c_resultAhbong Chang2018-04-031-1/+1
* i2c: make i2c_check_addr_validity() staticWolfram Sang2018-03-241-1/+1
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-03-171-0/+33
|\
| * i2c: add i2c_get_device_id() to get the standard i2c device idPeter Rosin2018-03-061-0/+33