aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-06-09 16:05:07 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-07-30 09:29:15 -0700
commit41cd766b065970ff6f6c89dd1cf55fa706c84a3d (patch)
treef52a7346daaaad331dbd260f0e21bcf9d108b2e6 /drivers/pci/iov.c
parent4302e0fb7fa5b071e30f3cfb68e85155b3d69d9b (diff)
downloadkernel_samsung_smdk4412-41cd766b065970ff6f6c89dd1cf55fa706c84a3d.zip
kernel_samsung_smdk4412-41cd766b065970ff6f6c89dd1cf55fa706c84a3d.tar.gz
kernel_samsung_smdk4412-41cd766b065970ff6f6c89dd1cf55fa706c84a3d.tar.bz2
PCI: Don't enable aspm before drivers have had a chance to veto it
The aspm code will currently set the configured aspm policy before drivers have had an opportunity to indicate that their hardware doesn't support it. Unfortunately, putting some hardware in L0 or L1 can result in the hardware no longer responding to any requests, even after aspm is disabled. It makes more sense to leave aspm policy at the BIOS defaults at initial setup time, reconfiguring it after pci_enable_device() is called. This allows the driver to blacklist individual devices beforehand. Reviewed-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/iov.c')
0 files changed, 0 insertions, 0 deletions