From: Thomas Petazzoni Date: Tue, 17 Mar 2015 14:55:45 +0000 (+0100) Subject: PCI: mvebu: Add suspend/resume support X-Git-Tag: omap-for-v4.2/o2_dc~162^2~1^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab14d45ea58eae67c739e4ba01871cae7b6c4586;p=pandora-kernel.git PCI: mvebu: Add suspend/resume support Add suspend/resume support for the mvebu PCIe host driver. Without this commit, the system will panic at resume time when PCIe devices are connected. Note that we have to use the ->suspend_noirq() and ->resume_noirq() hooks, because at resume time, the PCI fixups are done at ->resume_noirq() time, so the PCIe controller has to be ready at this point. Signed-off-by: Thomas Petazzoni Signed-off-by: Bjorn Helgaas Acked-by: Jason Cooper --- Reading git-diff-tree failed