All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
@ 2022-09-13 13:18 Vidya Sagar
  2022-09-13 13:18 ` [PATCH V4 1/2] PCI/ASPM: Refactor ASPM L1SS control register programming Vidya Sagar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vidya Sagar @ 2022-09-13 13:18 UTC (permalink / raw)
  To: bhelgaas, lorenzo.pieralisi, refactormyself, kw, rajatja, kenny,
	kai.heng.feng, abhsahu, sagupta
  Cc: treding, jonathanh, linux-pci, linux-kernel, kthota, mmaddireddy,
	vidyas, sagar.tv

This patch series saves and restores the ASPM L1SS capability registers
during suspend/resume cycle of the system.
First patch refactors the existing L1SS register programming code to
take out the common code.
Second patch adds support to save and restore of the L1SS registers using
the common code extracted in the first patch to restore the registers.

This patch is verified on Tegra194 and Tegra234 platforms.

Vidya Sagar (2):
  PCI/ASPM: Refactor ASPM L1SS control register programming
  PCI/ASPM: Save/restore L1SS Capability for suspend/resume

 drivers/pci/pci.c       |   7 +++
 drivers/pci/pci.h       |   4 ++
 drivers/pci/pcie/aspm.c | 106 +++++++++++++++++++++++++++-------------
 3 files changed, 83 insertions(+), 34 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-09  5:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 13:18 [PATCH V4 0/2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume Vidya Sagar
2022-09-13 13:18 ` [PATCH V4 1/2] PCI/ASPM: Refactor ASPM L1SS control register programming Vidya Sagar
2022-09-29 22:00   ` Bjorn Helgaas
2022-10-03  6:42     ` Vidya Sagar
2022-10-05  2:35       ` Bjorn Helgaas
2022-10-09  5:44         ` Vidya Sagar
2022-09-13 13:18 ` [PATCH V4 2/2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume Vidya Sagar
2022-09-13 17:17 ` [PATCH V4 0/2] " Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.