From: Rafael J. Wysocki Date: Mon, 16 Mar 2009 21:40:08 +0000 (+0100) Subject: PCI PM: Use pci_set_power_state during early resume X-Git-Tag: v2.6.30-rc1~609^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00a20ef46b1795c495869163a9a7333f899713a;p=pandora-kernel.git PCI PM: Use pci_set_power_state during early resume Once we have allowed timer interrupts to be enabled during the early phase of resuming devices, we are now able to use the generic pci_set_power_state() to put PCI devices into D0 at that time. Then, the platform-specific PM code will have a chance to handle devices that don't implement the native PCI PM or that require some additional, platform-specific operations to be carried out to power them up. Also, by doing this we can simplify the code quite a bit. Signed-off-by: Rafael J. Wysocki Acked-by: Ingo Molnar Acked-by: Jesse Barnes --- Reading git-diff-tree failed