[GIT PULL] ACPI updates for v6.12-rc2

From: Rafael J. Wysocki
Date: Fri Oct 04 2024 - 13:40:28 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.12-rc2

with top-most commit 3be5c171025baece9a0793170eb3b47ad08bf6c9

Merge branches 'acpi-video' and 'acpi-battery'

on top of commit 9852d85ec9d492ebef56dc5f229416c925758edc

Linux 6.12-rc1

to receive ACPI updates for 6.12-rc2.

These fix up the ACPI IRQ override quirk list and add two new entries
to it, add a new quirk to the ACPI backlight (video) driver, and fix
the ACPI battery driver.

Specifics:

- Add a quirk for Dell OptiPlex 5480 AIO to the ACPI backlight (video)
driver (Hans de Goede).

- Prevent the ACPI battery driver from crashing when unregistering a
battery hook and simplify battery hook locking in it (Armin Wolf).

- Fix up the ACPI IRQ override quirk list and add quirks for Asus
Vivobook X1704VAP and Asus ExpertBook B2502CVA to it (Hans de Goede).

Thanks!


---------------

Armin Wolf (2):
ACPI: battery: Simplify battery hook locking
ACPI: battery: Fix possible crash when unregistering a battery hook

Hans de Goede (5):
ACPI: resource: Remove duplicate Asus E1504GAB IRQ override
ACPI: resource: Loosen the Asus E1404GAB DMI match to also cover
the E1404GA
ACPI: resource: Add Asus Vivobook X1704VAP to
irq1_level_low_skip_override[]
ACPI: resource: Add Asus ExpertBook B2502CVA to
irq1_level_low_skip_override[]
ACPI: video: Add backlight=native quirk for Dell OptiPlex 5480 AIO

---------------

drivers/acpi/battery.c | 28 +++++++++++++++++-----------
drivers/acpi/resource.c | 19 +++++++++++++------
drivers/acpi/video_detect.c | 9 +++++++++
3 files changed, 39 insertions(+), 17 deletions(-)