[GIT PULL] Power management fix for v5.2-rc7
From: Rafael J. Wysocki
Date: Sat Jun 29 2019 - 05:07:49 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.2-rc7
with top-most commit 471a739a47aa7d582f0cdf9d392957d04632bae2
PCI: PM: Avoid skipping bus-level PM on platforms without ACPI
on top of commit 4b972a01a7da614b4796475f933094751a295a2f
Linux 5.2-rc6
to receive a PCI power management fix for 5.2-rc7.
This avoids skipping bus-level PCI power management during system
resume for PCIe ports left in D0 during the preceding suspend
transition on platforms where the power states of those ports
can change out of the PCI layer's control.
Thanks!
---------------
Rafael J. Wysocki (1):
PCI: PM: Avoid skipping bus-level PM on platforms without ACPI
---------------
drivers/pci/pci-driver.c | 8 ++++----
include/linux/suspend.h | 26 ++++++++++++++++++++++++--
kernel/power/suspend.c | 3 +++
3 files changed, 31 insertions(+), 6 deletions(-)