summaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-08-25 20:31:57 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-08-25 20:31:57 +0200
commite921f8c8dfc2b6aad4e7b4209c411768e2604c98 (patch)
treebeffe8ce0888a72a8499c29cd027b01363a8e378 /include/acpi
parent8850ada6c7180f39eae0f2001fc169dd003a5bf5 (diff)
parent9d67b6acf1358b67a6de3302dc9c344a7cab4807 (diff)
parent8cf04bb321f036dd2e523e993897e0789bd5265c (diff)
downloadlinux-e921f8c8dfc2b6aad4e7b4209c411768e2604c98.tar.gz
linux-e921f8c8dfc2b6aad4e7b4209c411768e2604c98.tar.bz2
linux-e921f8c8dfc2b6aad4e7b4209c411768e2604c98.zip
Merge branches 'acpi-bus' and 'acpi-video'
Merge changes related to the ACPI bus type and ACPI backlight driver changes for 6.6-rc1: - Introduce new wrappers for ACPICA notify handler install/remove and convert multiple drivers to using their own Notify() handlers instead of the ACPI bus type .notify() slated for removal (Michal Wilczynski). - Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 (Hans de Goede). - Put ACPI video and its child devices explicitly into D0 on boot to avoid platform firmware confusion (Kai-Heng Feng). - Add backlight=native DMI quirk for Lenovo Ideapad Z470 (Jiri Slaby). * acpi-bus: ACPI: thermal: Install Notify() handler directly ACPI: NFIT: Remove unnecessary .remove callback ACPI: NFIT: Install Notify() handler directly ACPI: HED: Install Notify() handler directly ACPI: battery: Install Notify() handler directly ACPI: video: Install Notify() handler directly ACPI: AC: Install Notify() handler directly ACPI: bus: Set driver_data to NULL every time .add() fails ACPI: bus: Introduce wrappers for ACPICA notify handler install/remove * acpi-video: ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 ACPI: video: Put ACPI video and its child devices into D0 on boot ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470