UPSTREAM: PCI/ASPM: Move pci_save_ltr_state() to aspm.c
Even when CONFIG_PCIEASPM is not set, we save and restore the LTR Capability so that if ASPM L1.2 and LTR were configured by the platform, ASPM L1.2 will still work after suspend/resume, when that platform configuration may be lost. See dbbfadf2 ("PCI/ASPM: Save LTR Capability for suspend/resume"). Since ASPM L1.2 depends on the LTR Capability, move the save/restore code to the part of aspm.c that is always compiled regardless of CONFIG_PCIEASPM. No functional change intended. Bug: 367893204 Test: build with and without CONFIG_PCIEASPM Suggested-by:Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20240128233212.1139663-5-david.e.box@linux.intel.com [bhelgaas: commit log, reorder to make this a pure move] Link: https://lore.kernel.org/r/20240223205851.114931-4-helgaas@kernel.org Change-Id: Ic9158426c7232717028f9f46720d6dc2c55d039a Signed-off-by:
David E. Box <david.e.box@linux.intel.com> Signed-off-by:
Bjorn Helgaas <bhelgaas@google.com> (cherry picked from commit 1e11b549) Signed-off-by:
Brian Norris <briannorris@google.com>
Loading
Please sign in to comment