Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-6.12-rc5 with top-most commit 54774abb5549c619909b5c3e2605bc643e83d9a7 Merge branches 'acpi-resource' and 'acpi-button' on top of commit 42f7652d3eb527d03665b09edac47f85fb600924 Linux 6.12-rc4 to receive ACPI updates for 6.12-rc5. These fix an ACPI PRM (Platform Runtime Mechanism) issue and add two new DMI quirks, one for an ACPI IRQ override and one for lid switch detection: - Make acpi_parse_prmt() look for EFI_MEMORY_RUNTIME memory regions only to comply with the UEFI specification and make PRM use efi_guid_t instead of guid_t to avoid a compiler warning triggered by that change (Koba Ko, Dan Carpenter). - Add an ACPI IRQ override quirk for LG 16T90SP (Christian Heusel). - Add a lid switch detection quirk for Samsung Galaxy Book2 (Shubham Panwar). Thanks! --------------- Christian Heusel (1): ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[] Dan Carpenter (1): ACPI: PRM: Clean up guid type in struct prm_handler_info Koba Ko (1): ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context Shubham Panwar (1): ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue --------------- drivers/acpi/button.c | 11 +++++++++++ drivers/acpi/prmt.c | 29 +++++++++++++++++++++++------ drivers/acpi/resource.c | 7 +++++++ 3 files changed, 41 insertions(+), 6 deletions(-)