aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aspm.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-271-0/+3
* ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett2012-04-021-3/+10
* PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett2012-03-191-0/+3
* PCI: Rework ASPM disable codeMatthew Garrett2012-02-061-21/+37
* PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu2011-05-211-3/+16
* PCI: Enable ASPM state clearing regardless of policyAlex Williamson2011-05-101-1/+1
* PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar2011-03-211-0/+4
* PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar2011-03-211-0/+22
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki2011-03-211-0/+7
* PCI: Disable ASPM if BIOS asks us toMatthew Garrett2010-12-231-4/+17
* PCI: Don't enable aspm before drivers have had a chance to veto itMatthew Garrett2010-07-301-2/+14
* PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-161-2/+2
* PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige2009-12-041-2/+4
* PCIe ASPM: use pci_is_pcie()Kenji Kaneshige2009-11-241-9/+12
* PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige2009-11-241-10/+10
* PCI ASPM: support L1 onlyKenji Kaneshige2009-09-171-3/+0
* PCI ASPM: support per direction l0s managementKenji Kaneshige2009-09-091-63/+107
* PCI ASPM: support partial aspm enablementKenji Kaneshige2009-09-091-164/+47
* PCI ASPM: introduce capable flagKenji Kaneshige2009-09-091-31/+86
* PCI ASPM: introduce disable flagKenji Kaneshige2009-09-091-17/+24
* PCI ASPM: fix possible null pointer dereferenceKenji Kaneshige2009-09-091-8/+9
* PCI ASPM: remove redundant list checkKenji Kaneshige2009-09-091-3/+0
* PCI ASPM: do not clear enabled field by support fieldKenji Kaneshige2009-09-091-3/+3
* PCI ASPM: remove get_root_port_linkKenji Kaneshige2009-06-181-13/+11
* PCI ASPM: cleanup pcie_aspm_sanity_checkKenji Kaneshige2009-06-181-12/+9
* PCI ASPM: remove has_switch fieldKenji Kaneshige2009-06-181-4/+1
* PCI ASPM: cleanup calc_Lx_latencyKenji Kaneshige2009-06-181-39/+34
* PCI ASPM: cleanup pcie_aspm_get_cap_deviceKenji Kaneshige2009-06-181-5/+4
* PCI ASPM: cleanup clkpm checksKenji Kaneshige2009-06-181-14/+20
* PCI ASPM: cleanup __pcie_aspm_check_state_oneKenji Kaneshige2009-06-181-42/+25
* PCI ASPM: cleanup initializationKenji Kaneshige2009-06-181-67/+75
* PCI ASPM: cleanup change input argument of aspm functionsKenji Kaneshige2009-06-181-199/+173
* PCI ASPM: cleanup misc in struct pcie_link_stateKenji Kaneshige2009-06-181-9/+9
* PCI ASPM: cleanup clkpm state in struct pcie_link_stateKenji Kaneshige2009-06-181-19/+18
* PCI ASPM: cleanup latency field in struct pcie_link_stateKenji Kaneshige2009-06-181-38/+28
* PCI ASPM: cleanup aspm state field in struct pcie_link_stateKenji Kaneshige2009-06-181-33/+38
* PCI ASPM: fix typo in struct pcie_link_stateKenji Kaneshige2009-06-181-7/+7
* PCI: disable ASPM on VIA root-port-under-bridge configurationsShaohua Li2009-06-111-0/+4
* PCI: properly clean up ASPM link state on device removeAlex Chiang2009-02-041-2/+2
* PCI: Use msleep instead of cpu_relax during ASPM link retrainingAndrew Patterson2009-01-071-4/+9
* PCI: keep ASPM link state consistent throughout PCIe hierarchyShaohua Li2009-01-071-19/+106
* ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson2009-01-071-18/+9
* PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switchThomas Renninger2008-12-091-3/+26
* PCI: probing debug message uniformizationVincent Legoll2008-10-201-3/+3
* PCI: Fix pcie_aspm=forceSitsofe Wheeler2008-09-161-1/+1
* PCI: add an option to allow ASPM enabled forciblyShaohua Li2008-07-281-6/+14
* PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2008-07-281-0/+13
* PCI: disable ASPM per ACPI FADT settingShaohua Li2008-07-281-0/+5
* PCI: don't enable ASPM on devices with mixed PCIe/PCI functionsShaohua Li2008-05-211-0/+20
* PCI: add PCI Express ASPM supportShaohua Li2008-04-201-0/+811