Re: [PATCH 3/7] PCI/PM: Clear PCIe PME Status even for legacy power management

2019-10-15 Thread Rafael J. Wysocki
On Tuesday, October 15, 2019 1:00:12 AM CEST Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Previously, pci_pm_resume_noirq() cleared the PME Status bit in the Root > Status register only if the device had no driver or the driver did not > implement legacy power management. It should clear PME

[PATCH 3/7] PCI/PM: Clear PCIe PME Status even for legacy power management

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas Previously, pci_pm_resume_noirq() cleared the PME Status bit in the Root Status register only if the device had no driver or the driver did not implement legacy power management. It should clear PME Status regardless of what sort of power management the driver supports, so