From: Rafael J. Wysocki Date: Mon, 16 Mar 2009 21:40:50 +0000 (+0100) Subject: PCI PM: Restore config spaces of all devices during early resume X-Git-Tag: v2.6.30-rc1~609^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=931ff68a5a53fa84bcdf9b1b179a80e54e034bd0;p=pandora-kernel.git PCI PM: Restore config spaces of all devices during early resume At present the configuration spaces of PCI devices that have no drivers or no PM support in the drivers (either legacy or through a pm object) are not saved during suspend and, consequently, they are not restored during resume. This generally may lead to the state of the system being slightly inconsistent after the resume, so it's better to save and restore the configuration spaces of these devices as well. Signed-off-by: Rafael J. Wysocki Acked-by: Ingo Molnar Acked-by: Jesse Barnes --- Reading git-diff-tree failed