aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-03-17 16:44:41 +0100
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-03-17 16:44:41 +0100
commitf36cc6cd65204352815640a34e37ef39e56fbd42 (patch)
tree3f94b38d46f70e6df413b8cfe1c3f5195d5d1762 /drivers/acpi
parentACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent (diff)
parentACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535 (diff)
parentACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 (diff)
parentACPI: tools: pfrut: Check if the input of level and type is in the right nume... (diff)
parentACPI: docs: enumeration: Correct reference to the I²C device data type (diff)
downloadlinux-f36cc6cd65204352815640a34e37ef39e56fbd42.tar.gz
linux-f36cc6cd65204352815640a34e37ef39e56fbd42.tar.bz2
linux-f36cc6cd65204352815640a34e37ef39e56fbd42.zip
Merge branches 'acpi-video', 'acpi-x86', 'acpi-tools' and 'acpi-docs'
Merge a new ACPI backlight quirk, new ACPI quirks for I2C device enumeration on some platforms, a pfrut utility fix and an ACPI documentation fix for 6.3-rc3: - Add backlight=native DMI quirk for Dell Vostro 15 3535 to the ACPI video driver (Chia-Lin Kao). - Add ACPI quirks for I2C devices enumeration on Lenovo Yoga Book X90 and Acer Iconia One 7 B1-750 (Hans de Goede). - Fix handling of invalid command line option values in the ACPI pfrut utility (Chen Yu). - Fix references to I2C device data type in the ACPI documentation for device enumeration (Andy Shevchenko). * acpi-video: ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535 * acpi-x86: ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 B1-750 ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper * acpi-tools: ACPI: tools: pfrut: Check if the input of level and type is in the right numeric range * acpi-docs: ACPI: docs: enumeration: Correct reference to the I²C device data type