Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-6.15-rc1-2 with top-most commit 5bf46fe2b84cda662062f7aca73e15602c76a844 Merge branches 'acpi-video', 'acpi-platform-profile' and 'acpi-misc' on top of commit 21e0ff5b10ec1b61fda435d42db4ba80d0cdfded Merge tag 'acpi-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive more ACPI/PNP updates for 6.15-rc1. These are fixes and cleanups on top of the previous ACPI material for 6.15-rc1 merged recently: - Extend the Lenovo Yoga Tab 3 ACPI quirk to skip GPIO event-handlers along with ACPI AC and battery which makes it work with Linux when started in the Windows mode (Hans de Goede). - Prevent the ACPI processor idle driver from being used on systems without _CST and with invalid C2/C3 in FADT in order to restore its previous (and expected) behavior that has been altered inadvertently by a recent code change (Giovanni Gherdovich). - Skip ACPI IRQ override on ASUS Vivobook 14 X1404VAP to make the internal keyboard work on it (Paul Menzel). - Make the ACPI backlight driver handle fetching EDID passed as ACPI_TYPE_PACKAGE which is not specification-compliant, but has been encountered in the field (Gergo Koteles). - Simplify the aggregation of choices in the ACPI platform-profile driver which has been unlocked by recent modifications of that driver (Kurt Borja). - Use str_enabled_disabled() instead of hardcoded strings in the ACPI code related to NUMA (Thorsten Blum). - Add Intel OC Watchdog device IDs to non-PNP device list to prevent PNP from claiming the devices that carry these IDs in which case non-PNP drivers cannot bind to them (Diogo Ivo). Thanks! --------------- Diogo Ivo (1): ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list Gergo Koteles (1): ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE Giovanni Gherdovich (1): ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid Hans de Goede (1): ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers Kurt Borja (1): ACPI: platform_profile: Optimize _aggregate_choices() Paul Menzel (1): ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP Thorsten Blum (1): ACPI: NUMA: Use str_enabled_disabled() helper function --------------- drivers/acpi/acpi_pnp.c | 2 ++ drivers/acpi/acpi_video.c | 9 ++++++++- drivers/acpi/numa/srat.c | 22 ++++++++-------------- drivers/acpi/platform_profile.c | 13 +++++-------- drivers/acpi/processor_idle.c | 4 ++++ drivers/acpi/resource.c | 7 +++++++ drivers/acpi/x86/utils.c | 3 ++- 7 files changed, 36 insertions(+), 24 deletions(-)