[GIT PULL] ACPI fix for v5.13-rc4

From: Rafael J. Wysocki
Date: Thu May 27 2021 - 14:32:33 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.13-rc4

with top-most commit 9b7ff25d129df7c4f61e08382993e1988d56f6a7

ACPI: power: Refine turning off unused power resources

on top of commit c4681547bcce777daf576925a966ffa824edd09d

Linux 5.13-rc3

to receive an ACPI fix for 5.13-rc4.

This fixes a recent ACPI power management regression causing
boot issues to occur on some systems due to attempts to turn
off ACPI power resources that are already off (which should
work according to the ACPI specification).

Thanks!


---------------

Rafael J. Wysocki (1):
ACPI: power: Refine turning off unused power resources

---------------

drivers/acpi/internal.h | 4 ++--
drivers/acpi/power.c | 59 ++++++++++++++++++++++++++++++++++++++-----------
drivers/acpi/scan.c | 2 +-
drivers/acpi/sleep.c | 2 +-
4 files changed, 50 insertions(+), 17 deletions(-)