x86/mrst/pci: assign d3_delay to 0 for Langwell devices
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Mon, 13 Feb 2012 12:59:00 +0000 (12:59 +0000)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 23 Feb 2012 20:31:36 +0000 (12:31 -0800)
Langwell devices are not true pci devices, they are not subject to the 10 ms
d3 to d0 delay required by pci spec. This patch assigns d3_delay to 0 for all
langwell pci devices.

We can also power off devices that are not really used by the OS

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found