summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-acpi.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-17/+41
|\
| * i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax2019-06-291-0/+3
| * i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax2019-06-291-6/+10
| * i2c: acpi: Factor out getting the IRQ from ACPICharles Keepax2019-06-291-8/+21
| * i2c: acpi: Use available IRQ helper functionsCharles Keepax2019-06-291-9/+13
| * i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-06-021-1/+2
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+2
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
| |\| |
| * | | i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-05-301-1/+2
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-2/+4
|\ \ \ | |_|/ |/| |
| * | i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel2019-05-301-2/+4
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helperAndy Shevchenko2018-12-031-12/+29
* i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESSAndy Shevchenko2018-12-031-1/+1
* i2c: acpi: Return error pointers from i2c_acpi_new_device()Andy Shevchenko2018-12-031-6/+15
* i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return valueHans de Goede2018-08-201-3/+5
* i2c: core: ACPI: Properly set status byte to 0 for multi-byte writesHans de Goede2018-08-201-3/+8
* i2c: core: ACPI: Log device not acking errors at dbg loglevelHans de Goede2018-04-301-4/+10
* i2c: core: ACPI: Improve OpRegion read errorsHans de Goede2018-04-301-1/+2
* i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko2017-07-311-4/+15
* i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede2017-07-041-0/+12
* i2c: break out ACPI support into separate fileWolfram Sang2017-05-311-0/+653