REVERT ME: Add D0i2 support in Security driver PCI configuration.
authorPhilippe Skowronski <philippe.skowronski@intel.com>
Mon, 19 Mar 2012 11:57:19 +0000 (12:57 +0100)
committerbuildbot <buildbot@intel.com>
Tue, 27 Mar 2012 22:02:37 +0000 (15:02 -0700)
BZ: 26771

Currently, sep don't have d2_supported flag set in pm capabilities
register, hence the D0i2 to D0i0 transition is prevented by
the pci framework.
PCI configuration for sep should be fixed in IA firmware through BZ24829.

I am re-submitting to make sure theat buildbot does not complain
before I ca approve this patch (M. Allyn 3/21/12)

Change-Id: Ib7349d734dec780afd51903208d62ec271794107
Signed-off-by: Philippe Skowronski <philippe.skowronski@intel.com>
Reviewed-on: http://android.intel.com:8080/39571
Reviewed-by: Allyn, Mark A <mark.a.allyn@intel.com>
Tested-by: Chotard, Celine <celine.chotard@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/pci/quirks.c

index 128c4a2..45ea3b8 100644 (file)
@@ -2901,6 +2901,7 @@ static void quirk_mfld_d2_support(struct pci_dev *dev)
 }
 
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0826, quirk_mfld_d2_support);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x08E9, quirk_mfld_d2_support);
 #endif /*CONFIG_DX_SEP*/
 
 #endif /*CONFIG_X86_MDFLD*/