aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+30
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel1-10/+30
2022-10-02i2c: acpi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-02-07i2c: ACPI: Replace acpi_bus_get_device()Rafael J. Wysocki1-11/+6
2022-01-10Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+7
2021-12-30i2c: acpi: Do not instantiate I2C-clients on boards with known bogus DSDT entriesHans de Goede1-0/+7
2021-12-13i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede1-6/+11
2021-12-13i2c: acpi: Use acpi_dev_ready_for_enumeration() helperHans de Goede1-1/+4
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+10
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus1-0/+10
2021-10-20i2c: acpi: Replace custom function with device_match_acpi_handle()Andy Shevchenko1-13/+9
2021-10-02i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles1-0/+1
2021-08-12i2c: acpi: Add an i2c_acpi_client_count() helper functionHans de Goede1-0/+32
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally1-4/+4
2021-01-05i2c: core: Do not print duplicate error when failing to register an i2c-client from ACPIHans de Goede1-5/+1
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registering the ACPI i2c devsHans de Goede1-1/+10
2020-08-25i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()Andy Shevchenko1-10/+0
2020-05-28i2c: acpi: Drop double check for ACPI companion deviceAndy Shevchenko1-5/+1
2020-03-26Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang1-1/+9
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko1-1/+1
2020-03-13i2c: acpi: put device when verifying client failsWolfram Sang1-1/+9
2020-01-15i2c: i2c-core-acpi: convert to use i2c_new_client_device()Wolfram Sang1-8/+4
2019-11-15i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede1-1/+27
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+14
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-20/+2
2019-08-01i2c: Revert incorrect conversion to use generic helperSuzuki K Poulose1-1/+4
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose1-9/+2
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-17/+41
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+4
2019-06-29i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax1-0/+3
2019-06-29i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax1-6/+10
2019-06-29i2c: acpi: Factor out getting the IRQ from ACPICharles Keepax1-8/+21
2019-06-29i2c: acpi: Use available IRQ helper functionsCharles Keepax1-9/+13
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-02i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-1/+2
2019-05-30i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel1-2/+4
2018-12-03i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helperAndy Shevchenko1-12/+29
2018-12-03i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESSAndy Shevchenko1-1/+1
2018-12-03i2c: acpi: Return error pointers from i2c_acpi_new_device()Andy Shevchenko1-6/+15
2018-08-20i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return valueHans de Goede1-3/+5
2018-08-20i2c: core: ACPI: Properly set status byte to 0 for multi-byte writesHans de Goede1-3/+8
2018-04-30i2c: core: ACPI: Log device not acking errors at dbg loglevelHans de Goede1-4/+10
2018-04-30i2c: core: ACPI: Improve OpRegion read errorsHans de Goede1-1/+2
2017-07-31i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko1-4/+15
2017-07-04i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede1-0/+12