summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aspm.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-04PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige1-2/+4
2009-11-24PCIe ASPM: use pci_is_pcie()Kenji Kaneshige1-9/+12
2009-11-24PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige1-10/+10
2009-09-17PCI ASPM: support L1 onlyKenji Kaneshige1-3/+0
2009-09-09PCI ASPM: support per direction l0s managementKenji Kaneshige1-63/+107
2009-09-09PCI ASPM: support partial aspm enablementKenji Kaneshige1-164/+47
2009-09-09PCI ASPM: introduce capable flagKenji Kaneshige1-31/+86
2009-09-09PCI ASPM: introduce disable flagKenji Kaneshige1-17/+24
2009-09-09PCI ASPM: fix possible null pointer dereferenceKenji Kaneshige1-8/+9
2009-09-09PCI ASPM: remove redundant list checkKenji Kaneshige1-3/+0
2009-09-09PCI ASPM: do not clear enabled field by support fieldKenji Kaneshige1-3/+3
2009-06-18PCI ASPM: remove get_root_port_linkKenji Kaneshige1-13/+11
2009-06-18PCI ASPM: cleanup pcie_aspm_sanity_checkKenji Kaneshige1-12/+9
2009-06-18PCI ASPM: remove has_switch fieldKenji Kaneshige1-4/+1
2009-06-18PCI ASPM: cleanup calc_Lx_latencyKenji Kaneshige1-39/+34
2009-06-18PCI ASPM: cleanup pcie_aspm_get_cap_deviceKenji Kaneshige1-5/+4
2009-06-18PCI ASPM: cleanup clkpm checksKenji Kaneshige1-14/+20
2009-06-18PCI ASPM: cleanup __pcie_aspm_check_state_oneKenji Kaneshige1-42/+25
2009-06-18PCI ASPM: cleanup initializationKenji Kaneshige1-67/+75
2009-06-18PCI ASPM: cleanup change input argument of aspm functionsKenji Kaneshige1-199/+173
2009-06-18PCI ASPM: cleanup misc in struct pcie_link_stateKenji Kaneshige1-9/+9
2009-06-18PCI ASPM: cleanup clkpm state in struct pcie_link_stateKenji Kaneshige1-19/+18
2009-06-18PCI ASPM: cleanup latency field in struct pcie_link_stateKenji Kaneshige1-38/+28
2009-06-18PCI ASPM: cleanup aspm state field in struct pcie_link_stateKenji Kaneshige1-33/+38
2009-06-18PCI ASPM: fix typo in struct pcie_link_stateKenji Kaneshige1-7/+7
2009-06-11PCI: disable ASPM on VIA root-port-under-bridge configurationsShaohua Li1-0/+4
2009-02-04PCI: properly clean up ASPM link state on device removeAlex Chiang1-2/+2
2009-01-07PCI: Use msleep instead of cpu_relax during ASPM link retrainingAndrew Patterson1-4/+9
2009-01-07PCI: keep ASPM link state consistent throughout PCIe hierarchyShaohua Li1-19/+106
2009-01-07ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson1-18/+9
2008-12-09PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switchThomas Renninger1-3/+26
2008-10-20PCI: probing debug message uniformizationVincent Legoll1-3/+3
2008-09-16PCI: Fix pcie_aspm=forceSitsofe Wheeler1-1/+1
2008-07-28PCI: add an option to allow ASPM enabled forciblyShaohua Li1-6/+14
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li1-0/+13
2008-07-28PCI: disable ASPM per ACPI FADT settingShaohua Li1-0/+5
2008-05-21PCI: don't enable ASPM on devices with mixed PCIe/PCI functionsShaohua Li1-0/+20
2008-04-20PCI: add PCI Express ASPM supportShaohua Li1-0/+811
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman1-802/+0
2008-02-01PCI: PCIE ASPM supportShaohua Li1-0/+802