Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.14-rc1-2 with top-most commit 166fdb4dd05f2e9f3b3d347682ab6d1b679b362d Merge branches 'acpi-misc', 'acpi-video' and 'acpi-prm' on top of commit 5e6928249b81b4d8727ab6a4037a171d15455cb0 Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive more ACPI updates for 5.14-rc1. These include fixes of the recently introduced support for the Platform Runtime Mechanism (PRM) feature, a new backlight quirk, a suspend-to-idle wakeup fix for non-Intel platforms and a fix for the AMBA bus resource list in /proc/iomem. Specifics: - Fix up the recently added Platform Runtime Mechanism (PRM) support by correcting a couple of implementation mistakes in it and adding a Kconfig help text to describe it (Aubrey Li, Rafael Wysocki). - Add backlight quirk for Dell Vostro 3350 (Hans de Goede). - Avoid spurious wakeups from suspend-to-idle on non-Intel platforms by restricting special EC GPE handling to the Intel ones (Mario Limonciello). - Modify the AMBA bus support in ACPI to avoid adding invalid resource names in /proc/iomem (Liguang Zhang). Thanks! --------------- Aubrey Li (2): ACPI: Correct \_SB._OSC bit definition for PRM ACPI: Do not singal PRM support if not enabled Hans de Goede (1): ACPI: video: Add quirk for the Dell Vostro 3350 Liguang Zhang (1): ACPI: AMBA: Fix resource name in /proc/iomem Mario Limonciello (1): ACPI: PM: Only mark EC GPE for wakeup on Intel systems Rafael J. Wysocki (1): ACPI: Kconfig: Provide help text for the ACPI_PRMT option --------------- drivers/acpi/Kconfig | 10 ++++++++++ drivers/acpi/acpi_amba.c | 1 + drivers/acpi/acpi_video.c | 9 +++++++++ drivers/acpi/bus.c | 3 ++- drivers/acpi/x86/s2idle.c | 12 ++++++++---- include/linux/acpi.h | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-)