From: Colin Ian King Date: Tue, 27 Nov 2012 14:09:40 +0000 (+0000) Subject: PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported X-Git-Tag: v3.2.38~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6e8b8c51939b364a0ecf2cb7dc60a03edd1311;p=pandora-kernel.git PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported commit 9e16721498b0c3d3ebfa0b503c63d35c0a4c0642 upstream. Right now using pcie_aspm=force will not enable ASPM if the FADT indicates ASPM is unsupported. However, the semantics of force should probably allow for this, especially as they did before 3c076351c4 ("PCI: Rework ASPM disable code") This patch just skips the clearing of any ASPM setup that the firmware has carried out on this bus if pcie_aspm=force is being used. Reference: http://bugs.launchpad.net/bugs/962038 Signed-off-by: Colin Ian King Signed-off-by: Bjorn Helgaas Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed