summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aspm.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-05-251-0/+9
* PCI: Factor out pcie_retrain_link() functionStefan Mätje2019-05-251-16/+24
* PCI/ASPM: Fix link_state teardown on device removalLukas Wunner2018-11-131-1/+1
* PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel2018-03-081-2/+6
* PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas2017-11-301-1/+1
* PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas2017-11-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* PCI/ASPM: Always set link->downstream to avoid NULL dereference on removeYinghai Lu2017-03-071-3/+2
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-13/+278
|\
| * PCI/ASPM: Add comment about L1 substate latencyRajat Jain2017-02-141-0/+8
| * PCI/ASPM: Configure L1 substate settingsRajat Jain2017-02-141-2/+104
| * PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain2017-02-141-0/+79
| * PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain2017-02-141-1/+58
| * PCI/ASPM: Add support for L1 substatesRajat Jain2017-02-141-10/+29
* | PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchiesBjorn Helgaas2017-01-271-6/+13
|/
* PCI/ASPM: Don't retrain link if ASPM not possibleDavid Daney2016-12-081-2/+16
* PCI/ASPM: Use permission-specific DEVICE_ATTR variantsJulia Lawall2016-11-141-2/+2
* PCI/ASPM: Remove redundant check of pcie_set_clkpmShawn Lin2016-06-101-1/+1
* PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show()Andy Lutomirski2015-12-031-11/+5
* PCI/ASPM: Simplify Clock Power Management settingBjorn Helgaas2015-06-101-8/+5
* PCI/ASPM: Use dev->has_secondary_link to find downstream linksYijing Wang2015-05-261-6/+10
* PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang2015-05-201-15/+4
* PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameterBjorn Helgaas2015-05-201-5/+4
* PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett2015-04-091-18/+0
* PCI/ASPM: Use standard parsing functions for sysfs settersChris J Arges2015-01-091-5/+7
* PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger2014-01-131-12/+0
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang2013-05-281-4/+9
* PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas2013-05-211-3/+13
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-4/+4
|\
| * PCI/ASPM: Don't touch ASPM if forcibly disabledJoe Lawrence2013-02-011-0/+3
| * PCI/ASPM: Deallocate upstream link state even if device is not PCIeMyron Stowe2013-02-011-4/+1
* | PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-141-0/+3
|/
* Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2012-12-071-5/+6
|\
| * PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas2012-12-071-5/+6
* | PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-071-5/+2
|/
* PCI/ASPM: Use PCI Express Capability accessorsJiang Liu2012-08-231-51/+26
* PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-21/+21
* ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett2012-03-311-3/+10
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-0/+8
|\
| * PCI: pcie: Add support for setting default ASPM policyMatthew Garrett2012-02-171-0/+8
* | PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett2012-03-071-0/+3
|/
* PCI: Rework ASPM disable codeMatthew Garrett2011-12-051-21/+37
* PCIe ASPM: forcedly -> forciblyMichael Witten2011-06-291-1/+1
* 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