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

From: Rafael J. Wysocki
Date: Wed Sep 30 2020 - 09:42:45 EST


On 9/29/2020 9:47 PM, 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(-)

Please add

Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>

to both patches.

Cheers!