Re: [PATCH v1 1/9] PCI/PM: Move pcie_clear_root_pme_status() to core

2018-03-07 Thread Rafael J. Wysocki
On Wednesday, March 7, 2018 7:13:29 AM CET Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Move pcie_clear_root_pme_status() from the port driver to the PCI core so > it will be available even when the port driver isn't present. No > functional change intended. > > Signed-off-by: Bjorn Helgaas

[PATCH v1 1/9] PCI/PM: Move pcie_clear_root_pme_status() to core

2018-03-06 Thread Bjorn Helgaas
From: Bjorn Helgaas Move pcie_clear_root_pme_status() from the port driver to the PCI core so it will be available even when the port driver isn't present. No functional change intended. Signed-off-by: Bjorn Helgaas --- drivers/pci/pci.c |9 + drivers/pci/pci.h