[PATCH v4 0/2] Unfiy PCI suspend and hibernate paths
From: Mario Limonciello
Date: Wed Sep 16 2026 - 01:12:28 EST
Many cycles ago I sent out a kernel series for using the S4 paths when
the system goes to S5. Some parts of it got merged, and Rafael suggested
to split the other parts into smaller pieces across multiple kernel cycles
to make bisecting easier.
This series attempts to unify the PCI suspend and hibernate paths so that
PCIe bridges with downstream devices are put into D3 at hibernate the same
way they already are at S3 suspend. I have been carrying it, rebasing it
and personally using it for a while now.
v4:
- Change pci_pm_suspend_noirq_common() to bool (Rafael)
- Drop patch 2/3 from v3, mostly dead code (Sashiko)
- Rework patch 3/3 from v3 (Sashiko)
Mario Limonciello (AMD) (2):
PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
PCI: Put PCIe bridges with downstream devices into D3 at hibernate
drivers/pci/pci-driver.c | 86 ++++++++++++++++++++++++++--------------
1 file changed, 56 insertions(+), 30 deletions(-)
--
2.43.0