summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2024-02-05PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas1-2/+7
2024-01-10Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas1-0/+19
2023-12-20PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold1-13/+40
2023-11-28PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit1-0/+2
2023-11-28ACPI: APEI: Fix AER info corruption when error status data has multiple sectionsShiju Jose1-0/+10
2023-11-20Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"Heiner Kallweit1-1/+2
2023-09-12PCI/AER: Export pcie_aer_is_native()Smita Koralahalli2-2/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-4/+3
2023-08-29Merge branch 'pci/pcie-rmw'Bjorn Helgaas1-17/+13
2023-08-25PCI/AER: Simplify AER_RECOVER_RING_SIZE definitionBjorn Helgaas1-2/+1
2023-08-10PCI/ASPM: Use RMW accessors for changing LNKCTLIlpo Järvinen1-17/+13
2023-08-08PCI/AER: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+2
2023-07-13PCI/AER: Unexport pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+1
2023-07-13PCI/AER: Drop unused pci_disable_pcie_error_reporting()Bjorn Helgaas1-12/+0
2023-06-26Merge branch 'pci/enumeration'Bjorn Helgaas1-52/+1
2023-06-20PCI/ASPM: Avoid link retraining raceIlpo Järvinen1-0/+11
2023-06-20PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen1-12/+18
2023-06-20PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas1-9/+11
2023-06-20PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki1-1/+1
2023-06-20PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki1-42/+0
2023-06-20PCI: Export PCIe link retrain timeoutMaciej W. Rozycki1-4/+2
2023-06-20PCI/ASPM: Factor out waiting for link training to completeMaciej W. Rozycki1-11/+23
2023-06-20PCI/ASPM: Avoid unnecessary pcie_link_state useMaciej W. Rozycki1-8/+7
2023-06-15PCI/ASPM: Use distinct local vars in pcie_retrain_link()Maciej W. Rozycki1-9/+10
2023-05-19PCI/ASPM: Remove unnecessary ASPM_STATE_L1SS checkAjay Agarwal1-4/+1
2023-05-19PCI/ASPM: Rename L1.2-specific functions from 'l1ss' to 'l12'Ajay Agarwal1-7/+7
2023-05-19PCI/ASPM: Set ASPM_STATE_L1 when driver enables L1.1 or L1.2Ajay Agarwal1-4/+5
2023-05-19PCI/ASPM: Set only ASPM_STATE_L1 when driver enables L1Ajay Agarwal1-2/+1
2023-05-19PCI/ASPM: Disable only ASPM_STATE_L1 when driver disables L1Ajay Agarwal1-2/+1
2023-05-19PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-freeDing Hui1-9/+12
2023-04-21Merge branch 'pci/reset'Bjorn Helgaas1-2/+1
2023-04-12PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg1-2/+1
2023-04-08PCI/EDR: Add edr_handle_event() commentsBjorn Helgaas1-1/+10
2023-04-08PCI/EDR: Clear Device Status after EDR error recoveryKuppuswamy Sathyanarayanan1-0/+1
2023-02-25Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-52/+73
2023-02-22Merge branch 'pci/controller/vmd'Bjorn Helgaas1-0/+54
2023-02-22Merge branch 'pci/reset'Bjorn Helgaas1-2/+2
2023-02-22Merge branch 'pci/enumeration'Bjorn Helgaas1-2/+14
2023-02-11Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"Bjorn Helgaas1-40/+34
2023-02-11Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas1-37/+0
2023-02-09PCI/DPC: Await readiness of secondary bus after resetLukas Wunner1-2/+2
2023-02-02PCI/ASPM: Add pci_enable_link_state()Michael Bottini1-0/+54
2023-02-01PCI/portdrv: Prevent LS7A Bus Master clearing on shutdownHuacai Chen1-2/+14
2023-01-27PCI/AER: Remove redundant Device Control Error Reporting EnableBjorn Helgaas1-48/+0
2023-01-12PCI/AER: Configure ECRC only if AER is nativeVidya Sagar1-0/+3
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-286/+264
2022-12-10Merge branch 'pci/portdrv'Bjorn Helgaas4-284/+256
2022-12-10PCI/portdrv: Allow AER service only for Root Ports & RCECsBjorn Helgaas1-1/+3
2022-12-04PCI/AER: Add optional logging callback for correctable errorDave Jiang1-1/+7
2022-11-22PCI/portdrv: Set PCIE_PORT_SERVICE_HP for Root and Downstream Ports onlyRafael J. Wysocki1-0/+2