aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aspm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10PCI/ASPM: Simplify Clock Power Management settingBjorn Helgaas1-8/+5
2015-05-26PCI/ASPM: Use dev->has_secondary_link to find downstream linksYijing Wang1-6/+10
2015-05-20PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang1-15/+4
2015-05-20PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameterBjorn Helgaas1-5/+4
2015-04-09PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett1-18/+0
2015-01-09PCI/ASPM: Use standard parsing functions for sysfs settersChris J Arges1-5/+7
2014-01-13PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger1-12/+0
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-05-28PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang1-4/+9
2013-05-21PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas1-3/+13
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+4
2013-02-01PCI/ASPM: Don't touch ASPM if forcibly disabledJoe Lawrence1-0/+3
2013-02-01PCI/ASPM: Deallocate upstream link state even if device is not PCIeMyron Stowe1-4/+1
2013-01-14PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King1-0/+3
2012-12-07Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas1-5/+6
2012-12-07PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas1-5/+6
2012-11-07PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-5/+2
2012-08-23PCI/ASPM: Use PCI Express Capability accessorsJiang Liu1-51/+26
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-21/+21
2012-03-31ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett1-3/+10
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-0/+8
2012-03-07PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett1-0/+3
2012-02-17PCI: pcie: Add support for setting default ASPM policyMatthew Garrett1-0/+8
2011-12-05PCI: Rework ASPM disable codeMatthew Garrett1-21/+37
2011-06-29PCIe ASPM: forcedly -> forciblyMichael Witten1-1/+1
2011-05-21PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu1-3/+16
2011-05-10PCI: Enable ASPM state clearing regardless of policyAlex Williamson1-1/+1
2011-03-21PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar1-0/+4
2011-03-21PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar1-0/+22
2011-03-21PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki1-0/+7
2010-12-23PCI: Disable ASPM if BIOS asks us toMatthew Garrett1-4/+17
2010-07-30PCI: Don't enable aspm before drivers have had a chance to veto itMatthew Garrett1-2/+14
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-2/+2
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