summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aspm.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+4
2019-09-24Merge branch 'pci/enumeration'Bjorn Helgaas1-4/+4
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg1-4/+4
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki1-0/+20
2019-06-22PCI: let pci_disable_link_state propagate errorsHeiner Kallweit1-9/+11
2019-04-06PCI: Rework pcie_retrain_link() wait loopStefan Mätje1-6/+4
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje1-0/+9
2019-04-06PCI: Factor out pcie_retrain_link() functionStefan Mätje1-16/+24
2019-01-06Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2018-12-17PCI/ASPM: Remove unused lists from struct pcie_link_stateFrederick Lawler1-6/+0
2018-12-04Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set"Bjorn Helgaas1-1/+1
2018-09-19PCI/ASPM: Do not initialize link state when aspm_disabled is setPatrick Talbert1-1/+1
2018-09-18PCI/ASPM: Fix link_state teardown on device removalLukas Wunner1-1/+1
2018-08-06PCI/ASPM: Convert to use sysfs_match_string() helperAndy Shevchenko1-5/+3
2018-04-19PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTRBjorn Helgaas1-0/+9
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
2018-03-19PCI: Tidy commentsBjorn Helgaas1-2/+1
2018-03-01PCI/ASPM: Don't warn if already in common clock modeSinan Kaya1-0/+18
2018-02-28PCI/ASPM: Declare threshold_ns as u32, not u64Gustavo A. R. Silva1-1/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas1-5/+4
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-5/+4
2017-12-19PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristicsBjorn Helgaas1-24/+47
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+28
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2017-11-14PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas1-14/+20
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas1-1/+1
2017-11-14PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+3
2017-10-05PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel1-2/+6
2017-03-07PCI/ASPM: Always set link->downstream to avoid NULL dereference on removeYinghai Lu1-3/+2
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+278
2017-02-15PCI/ASPM: Add comment about L1 substate latencyRajat Jain1-0/+8
2017-02-15PCI/ASPM: Configure L1 substate settingsRajat Jain1-2/+104
2017-02-15PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain1-0/+79
2017-02-15PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain1-1/+58
2017-02-15PCI/ASPM: Add support for L1 substatesRajat Jain1-10/+29
2017-01-28PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchiesBjorn Helgaas1-6/+13
2016-12-08PCI/ASPM: Don't retrain link if ASPM not possibleDavid Daney1-2/+16
2016-11-15PCI/ASPM: Use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2016-06-11PCI/ASPM: Remove redundant check of pcie_set_clkpmShawn Lin1-1/+1
2015-12-03PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show()Andy Lutomirski1-11/+5
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