Re: [PATCH v4 0/9] PCI/PM: Always disable PTM for all devices during suspend

From: Bjorn Helgaas
Date: Mon Sep 12 2022 - 16:36:28 EST


On Mon, Sep 12, 2022 at 07:16:23AM +0300, Mika Westerberg wrote:
> On Fri, Sep 09, 2022 at 03:24:56PM -0500, Bjorn Helgaas wrote:
> > Bjorn Helgaas (9):
> > PCI/PTM: Cache PTM Capability offset
> > PCI/PTM: Add pci_upstream_ptm() helper
> > PCI/PTM: Separate configuration and enable
> > PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()
> > PCI/PTM: Move pci_ptm_info() body into its only caller
> > PCI/PTM: Preserve RsvdP bits in PTM Control register
> > PCI/PTM: Reorder functions in logical order
> > PCI/PTM: Consolidate PTM interface declarations
> > PCI/PM: Always disable PTM for all devices during suspend
>
> For the whole series,
>
> Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>

Thank you very much, Mika, Kuppuswamy, and Rajvi for your effort in
reviewing and testing these. I know that's a lot of work, and I
really appreciate it.

I put these on pci/pm together with Rajvi's pci_pm_suspend_noirq()
simplification for v6.1.

Bjorn