mbox series

[v2,0/3] ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() + 2 quirks

Message ID 20230301100436.132521-1-hdegoede@redhat.com
Headers show
Series ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() + 2 quirks | expand

Message

Hans de Goede March 1, 2023, 10:04 a.m. UTC
Hi All,

Here is v2 (more of a resend really) of my patch series to allow
the existing quirk mechanism in drivers/acpi/x86/utils.c to
disable ACPI GPIO event handlers on systems where these are totally
broken (typically systems which use Android as factory OS with a
heavily patched linux kernel).

New in this version of the series is the addition of a second new quirk
using this.

Regards,

Hans


Hans de Goede (3):
  ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper
  ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 B1-750
  ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90

 drivers/acpi/x86/utils.c    | 45 ++++++++++++++++++++++++++++++++++---
 drivers/gpio/gpiolib-acpi.c |  3 +++
 include/acpi/acpi_bus.h     |  5 +++++
 3 files changed, 50 insertions(+), 3 deletions(-)