[GIT PULL] ACPI fixes for v6.2-rc4

From: Rafael J. Wysocki
Date: Fri Jan 13 2023 - 06:14:25 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.2-rc4

with top-most commit df3a71aba40fbe4bbd0842170e70c236eaed7c40

Merge branches 'acpi-resource' and 'acpi-video'

on top of commit b7bfaa761d760e72a969d116517eaa12e404c262

Linux 6.2-rc3

to receive ACPI fixes for 6.2-rc4.

These add one more ACPI IRQ override quirk, improve ACPI companion
lookup for backlight devices and add missing kernel command line
option values for backlight detection.

Specifics:

- Improve ACPI companion lookup for backlight devices in the cases when
there is more than one candidate ACPI device object (Hans de Goede).

- Add missing support for manual selection of NVidia-WMI-EC or Apple
GMUX backlight in the kernel command line to the ACPI backlight
driver (Hans de Goede).

- Skip ACPI IRQ override on Asus Expertbook B2402CBA (Tamim Khan).

Thanks!


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

Hans de Goede (2):
ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX
backlight from the cmdline
ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptops

Tamim Khan (1):
ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA

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

drivers/acpi/glue.c | 14 ++++++++++++--
drivers/acpi/resource.c | 7 +++++++
drivers/acpi/scan.c | 7 +++++--
drivers/acpi/video_detect.c | 4 ++++
include/acpi/acpi_bus.h | 3 ++-
5 files changed, 30 insertions(+), 5 deletions(-)