diff options
author | 2024-11-15 20:46:13 +0100 | |
---|---|---|
committer | 2024-11-15 20:46:13 +0100 | |
commit | 563c87f58f5367a583a61d4b78a74d09d7c69cb4 (patch) | |
tree | 19696582616282ed7d44a4b293fec3c33514f4c8 /drivers/acpi/pci_root.c | |
parent | Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl' (diff) | |
parent | Merge back ACPI processor driver changes for 6.13 (diff) | |
parent | ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration() (diff) | |
parent | ACPI: video: force native for Apple MacbookPro11,2 and Air7,2 (diff) | |
download | linux-rng-563c87f58f5367a583a61d4b78a74d09d7c69cb4.tar.xz linux-rng-563c87f58f5367a583a61d4b78a74d09d7c69cb4.zip |
Merge branches 'acpi-processor', 'acpi-x86' and 'acpi-video'
Merge and ACPI processor driver update, ACPI x86-specific code updates,
and an ACPI backlight (video) driver quirk for 6.13-rc1:
- Rearrange the processor_perflib code in the ACPI processor driver
to avoid compiling x86-specific code on other architectures (Arnd
Bergmann).
- Add adev NULL check to acpi_quirk_skip_serdev_enumeration() and
make UART skip quirks work on PCI UARTs without an UID (Hans de
Goede).
- Force native backlight handling Apple MacbookPro11,2 and Air7,2 in
the ACPI video driver (Jonathan Denose).
* acpi-processor:
ACPI: processor_perflib: extend X86 dependency
* acpi-x86:
ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()
ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID
* acpi-video:
ACPI: video: force native for Apple MacbookPro11,2 and Air7,2