Re: [PATCH v3 00/18] Add suspend to ram support for PCIe on J7200
From: Bjorn Helgaas
Date: Thu Feb 15 2024 - 12:06:20 EST
On Thu, Feb 15, 2024 at 04:17:45PM +0100, Thomas Richard wrote:
> This add suspend to ram support for the PCIe (RC mode) on J7200 platform.
> PCI: cadence: extract link setup sequence from cdns_pcie_host_setup()
> PCI: cadence: set cdns_pcie_host_init() global
> PCI: j721e: add reset GPIO to struct j721e_pcie
> PCI: j721e: add suspend and resume support
The drivers/pci/ subject line pattern is:
PCI: <driver>: <Capitalized verb>
e.g.,
PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()