From: Andreas Noever Date: Tue, 3 Jun 2014 20:04:09 +0000 (+0200) Subject: PCI: Add pci_fixup_suspend_late quirk pass X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2a01b87f1682fde87461864e6682031bfaa0a9;p=pandora-kernel.git PCI: Add pci_fixup_suspend_late quirk pass Add pci_fixup_suspend_late as a new pci_fixup_pass. The pass is called from suspend_noirq and poweroff_noirq. Using the same pass for suspend and hibernate is consistent with resume_early which is called by resume_noirq and restore_noirq. The new quirk pass is required for Thunderbolt support on Apple hardware. Signed-off-by: Andreas Noever Acked-by: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed