From: Rafael J. Wysocki Date: Thu, 15 May 2008 19:51:31 +0000 (+0200) Subject: Suspend/Resume bug in PCI layer wrt quirks X-Git-Tag: v2.6.27-rc1~1046^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a2a51e684bfe9d6165992d4a065439617a3107;p=pandora-kernel.git Suspend/Resume bug in PCI layer wrt quirks Some quirks should be called with interrupt disabled, we can't directly call them in .resume_early. Also the patch introduces pci_fixup_resume_early and pci_fixup_suspend, which matches current device core callbacks (.suspend/.resume_early). TBD: Somebody knows why we need quirk resume should double check if a quirk should be called in resume or resume_early. I changed some per my understanding, but can't make sure I fixed all. Signed-off-by: Shaohua Li Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed