[GIT PULL] Power management fix for v5.2-rc6
From: Rafael J. Wysocki
Date: Wed Jun 19 2019 - 05:56:38 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.2-rc6
with top-most commit 3e26c5feed2add218046ecf91bab3cfa9bf762a6
PCI: PM: Skip devices in D0 for suspend-to-idle
on top of commit d1fdb6d8f6a4109a4263176c84b899076a5f8008
Linux 5.2-rc4
to receive a power management fix for 5.2-rc6.
This prevents PCI bridges in general (and PCIe ports in particular)
from being put into low-power states during system-wide suspend
transitions if there are any devices in D0 below them and refines
the handling of PCI devices in D0 during suspend-to-idle cycles.
Thanks!
---------------
Rafael J. Wysocki (1):
PCI: PM: Skip devices in D0 for suspend-to-idle
---------------
drivers/pci/pci-driver.c | 47 +++++++++++++++++++++++++++++++++++------------
1 file changed, 35 insertions(+), 12 deletions(-)