Re: [PATCH v1] PCI: Drop pcibios_pm_ops from the PCI subsystem

2020-08-17 Thread Bjorn Helgaas
On Fri, Jul 31, 2020 at 01:14:16AM +0530, Vaibhav Gupta wrote: > The "struct dev_pm_ops pcibios_pm_ops", declared in include/linux/pci.h and > defined in drivers/pci/pci-driver.c, provided arch-specific hooks when a > PCI device was doing a hibernate transisiton. > > Although it lost its last usag

[PATCH v1] PCI: Drop pcibios_pm_ops from the PCI subsystem

2020-07-30 Thread Vaibhav Gupta
The "struct dev_pm_ops pcibios_pm_ops", declared in include/linux/pci.h and defined in drivers/pci/pci-driver.c, provided arch-specific hooks when a PCI device was doing a hibernate transisiton. Although it lost its last usage after 394216275c7d ("s390: remove broken hibernate / power management s