Commit e69e6e468a5c for kernel

commit e69e6e468a5c273132e9f87094fea1c62e347899
Merge: 0a87d6bb6fd2 5bf46fe2b84c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Apr 2 15:16:30 2025 -0700

    Merge tag 'acpi-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

    Pull more ACPI updates from Rafael Wysocki:
     "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)"

    * tag 'acpi-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE
      ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid
      ACPI: platform_profile: Optimize _aggregate_choices()
      ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers
      ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
      ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
      ACPI: NUMA: Use str_enabled_disabled() helper function