From: Rafael J. Wysocki Date: Sat, 27 Dec 2008 15:28:58 +0000 (+0100) Subject: PCI PM: Split PCI Express port suspend-resume X-Git-Tag: v2.6.29-rc1~181^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79d682f789730dfabaebbb507c87a90c0671a62;p=pandora-kernel.git PCI PM: Split PCI Express port suspend-resume Suspend-resume of PCI Express ports has recently been moved into _suspend_late() and _resume_early() callbacks, but some functions executed from there should not be called with interrupts disabled, eg. pci_enable_device(). For this reason, split the suspend-resume of PCI Express ports into parts to be executed with interrupts disabled and with interrupts enabled. Signed-off-by: Rafael J. Wysocki Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed