PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Tue, 20 Aug 2013 14:41:02 +0000 (16:41 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 22 Aug 2013 20:11:32 +0000 (14:11 -0600)
Platforms may want to provide architecture-specific functionality when
a PCI device is doing a hibernate transition.  Add a weak symbol
pcibios_pm_ops that architectures can override to do so.

[bhelgaas: fold in return value checks from v2 patch]
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found