Re: [PATCH 0/2] PCI/PM: Fix D2 transition delay

From: Bjorn Helgaas
Date: Wed Sep 30 2020 - 19:18:02 EST


On Tue, Sep 29, 2020 at 02:47:46PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> Remove an unused #define.
>
> Fix the D2 transition delay. I changed this a year ago to conform to the
> PCIe r5.0 spec, but I think the number I relied on is a typo in the spec.
> I asked the PCI-SIG to fix the typo. Hopefully I'll get a response before
> the merge window.
>
> Bjorn Helgaas (2):
> PCI/PM: Remove unused PCI_PM_BUS_WAIT
> PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not
> microseconds"
>
> drivers/pci/pci.c | 2 +-
> drivers/pci/pci.h | 7 +++----
> 2 files changed, 4 insertions(+), 5 deletions(-)

Applied with Rafael's reviewed-by to pci/pm for v5.10. Subject to
revision based on feedback from the PCI-SIG, of course.