aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-06-26 17:05:10 +0200
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-06-26 17:05:10 +0200
commit9fc520a6fe14cb7fadd64718375da1572f5acf6a (patch)
tree1801fe0cc7a3603a29c20aa2c5ccb1b345154327
parentMerge branches 'acpi-scan', 'acpi-pm', 'acpi-resource' and 'acpi-ec' (diff)
parentACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book yb1-x90f/l (diff)
parentACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 (diff)
parentACPI: LPSS: Add pwm_lookup_table entry for second PWM on CHT/BSW devices (diff)
parentACPI: NFIT: Add declaration in a local header (diff)
downloadlinux-9fc520a6fe14cb7fadd64718375da1572f5acf6a.tar.gz
linux-9fc520a6fe14cb7fadd64718375da1572f5acf6a.tar.bz2
linux-9fc520a6fe14cb7fadd64718375da1572f5acf6a.zip
Merge branches 'acpi-x86', 'acpi-video', 'acpi-soc' and 'acpi-tables'
Merge x86-related ACPI changes, backlight-related ACPI changes, an Intel SoC (LPSS) ACPI driver update and a missing prototype warning fix related to ACPI NFIT for 6.5-rc1: - Add quirks to work around ACPI tables defects on Lenovo Yoga Book yb1-x90f/l and Nextbook Ares 8A (Hans de Goede). - Add ACPi backlight quirks for Dell Studio 1569, Lenovo ThinkPad X131e (3371 AMD version) and Apple iMac11,3 and stop trying to use vendor backlight control on relatively recent systems (Hans de Goede). - Add pwm_lookup_table entry for second PWM on CHT/BSW devices in the ACPI LPSS (Intel SoC) driver (Hans de Goede). - Add nfit_intel_shutdown_status() declaration to a local header to avoid a "missing prototypes" build warning (Arnd Bergmann). * acpi-x86: ACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book yb1-x90f/l ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8A * acpi-video: ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 ACPI: video: Stop trying to use vendor backlight control on laptops from after ~2012 ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad X131e (3371 AMD version) ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 * acpi-soc: ACPI: LPSS: Add pwm_lookup_table entry for second PWM on CHT/BSW devices * acpi-tables: ACPI: NFIT: Add declaration in a local header