Revision 9e16721498b0c3d3ebfa0b503c63d35c0a4c0642 authored by Colin Ian King on 27 November 2012, 14:09:40 UTC, committed by Bjorn Helgaas on 14 January 2013, 23:23:42 UTC
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 <colin.king@canonical.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: stable@vger.kernel.org
1 parent d712f68
History
File Mode Size
Kconfig -rw-r--r-- 7.6 KB
Makefile -rw-r--r-- 1.0 KB
ath3k.c -rw-r--r-- 11.3 KB
bcm203x.c -rw-r--r-- 6.8 KB
bfusb.c -rw-r--r-- 16.1 KB
bluecard_cs.c -rw-r--r-- 20.6 KB
bpa10x.c -rw-r--r-- 10.3 KB
bt3c_cs.c -rw-r--r-- 15.4 KB
btmrvl_debugfs.c -rw-r--r-- 11.3 KB
btmrvl_drv.h -rw-r--r-- 3.9 KB
btmrvl_main.c -rw-r--r-- 15.0 KB
btmrvl_sdio.c -rw-r--r-- 26.1 KB
btmrvl_sdio.h -rw-r--r-- 3.0 KB
btsdio.c -rw-r--r-- 8.2 KB
btuart_cs.c -rw-r--r-- 14.5 KB
btusb.c -rw-r--r-- 29.9 KB
btwilink.c -rw-r--r-- 8.9 KB
dtl1_cs.c -rw-r--r-- 12.9 KB
hci_ath.c -rw-r--r-- 5.0 KB
hci_bcsp.c -rw-r--r-- 18.4 KB
hci_h4.c -rw-r--r-- 3.9 KB
hci_h5.c -rw-r--r-- 15.8 KB
hci_ldisc.c -rw-r--r-- 13.1 KB
hci_ll.c -rw-r--r-- 11.9 KB
hci_uart.h -rw-r--r-- 2.9 KB
hci_vhci.c -rw-r--r-- 6.2 KB

back to top