summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/aspm.c
AgeCommit message (Expand)Author
2020-08-19PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang
2020-06-24PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng
2020-04-29PCI/ASPM: Allow re-enabling Clock PMHeiner Kallweit
2020-04-17PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-23Merge branch 'pci/enumeration'Bjorn Helgaas
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki
2019-06-21PCI: let pci_disable_link_state propagate errorsHeiner Kallweit
2019-04-06PCI: Rework pcie_retrain_link() wait loopStefan Mätje
2019-04-06PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje
2019-04-06PCI: Factor out pcie_retrain_link() functionStefan Mätje
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-17PCI/ASPM: Remove unused lists from struct pcie_link_stateFrederick Lawler
2018-12-03Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set"Bjorn Helgaas
2018-09-18PCI/ASPM: Do not initialize link state when aspm_disabled is setPatrick Talbert
2018-09-17PCI/ASPM: Fix link_state teardown on device removalLukas Wunner
2018-08-06PCI/ASPM: Convert to use sysfs_match_string() helperAndy Shevchenko
2018-04-18PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTRBjorn Helgaas
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-02-28PCI/ASPM: Don't warn if already in common clock modeSinan Kaya
2018-02-28PCI/ASPM: Declare threshold_ns as u32, not u64Gustavo A. R. Silva
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-12-18PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristicsBjorn Helgaas
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas
2017-11-13PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-05PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel
2017-03-07PCI/ASPM: Always set link->downstream to avoid NULL dereference on removeYinghai Lu
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-14PCI/ASPM: Add comment about L1 substate latencyRajat Jain
2017-02-14PCI/ASPM: Configure L1 substate settingsRajat Jain
2017-02-14PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain
2017-02-14PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain
2017-02-14PCI/ASPM: Add support for L1 substatesRajat Jain
2017-01-27PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchiesBjorn Helgaas
2016-12-08PCI/ASPM: Don't retrain link if ASPM not possibleDavid Daney
2016-11-14PCI/ASPM: Use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-06-10PCI/ASPM: Remove redundant check of pcie_set_clkpmShawn Lin
2015-12-03PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show()Andy Lutomirski
2015-06-10PCI/ASPM: Simplify Clock Power Management settingBjorn Helgaas
2015-05-26PCI/ASPM: Use dev->has_secondary_link to find downstream linksYijing Wang
2015-05-20PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang