summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge branch 'pci/enumeration'Bjorn Helgaas1-144/+0
2024-03-12Merge branch 'pci/devres'Bjorn Helgaas1-249/+0
2024-03-12Merge branch 'pci/aspm'Bjorn Helgaas1-65/+10
2024-03-12PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas1-13/+3
2024-03-12PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()David E. Box1-7/+7
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box1-2/+15
2024-03-09PCI/AER: Generalize TLP Header Log readingIlpo Järvinen1-0/+28
2024-03-07PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box1-40/+0
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box1-18/+0
2024-02-12PCI: Move devres code from pci.c to devres.cPhilipp Stanner1-249/+0
2024-01-30PCI: Place interrupt related code into irq.cIlpo Järvinen1-144/+0
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-2/+36
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+74
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-01-03Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas1-0/+6
2023-12-23cxl: Calculate and store PCI link latency for the downstream portsDave Jiang1-2/+36
2023-12-16PCI: Use resource names in PCI log messagesPuranjay Mohan1-11/+14
2023-12-16PCI: Update BAR # and window messagesPuranjay Mohan1-0/+60
2023-11-18PCI: Add debug print for device ready delayIdo Schimmel1-0/+3
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-30/+28
2023-10-28Merge branch 'pci/config-errs'Bjorn Helgaas1-3/+6
2023-10-24PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas1-4/+4
2023-10-24PCI: Use FIELD_GET()Bjorn Helgaas1-23/+22
2023-10-18PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+2
2023-10-11PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen1-3/+6
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen1-1/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-16/+12
2023-08-29Merge branch 'pci/vpd'Bjorn Helgaas1-7/+16
2023-08-29Merge branch 'pci/pm'Bjorn Helgaas1-4/+9
2023-08-26PCI/PM: Only read PCI_PM_CTRL register when availableFeiyang Chen1-4/+9
2023-08-25PCI: Tidy config space save/restore messagesBjorn Helgaas1-2/+2
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-1/+1
2023-08-25PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas1-6/+6
2023-08-25PCI: Simplify pci_pio_to_address()Bjorn Helgaas1-7/+3
2023-08-11PCI: Fix runtime PM race with PME pollingAlex Williamson1-7/+16
2023-08-10PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen1-6/+2
2023-06-26Merge branch 'pci/pm'Bjorn Helgaas1-17/+42
2023-06-26Merge branch 'pci/enumeration'Bjorn Helgaas1-21/+112
2023-06-23PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary1-5/+5
2023-06-20PCI: Add failed link recovery for device reset eventsMaciej W. Rozycki1-5/+24
2023-06-20PCI: Work around PCIe link training failuresMaciej W. Rozycki1-0/+2
2023-06-20PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay()Maciej W. Rozycki1-14/+3
2023-06-20PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki1-8/+20
2023-06-20PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki1-0/+49
2023-06-20PCI: Export PCIe link retrain timeoutMaciej W. Rozycki1-1/+1
2023-06-07PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg1-12/+37
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-21Merge branch 'pci/resource'Bjorn Helgaas1-2/+1
2023-04-12PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg1-6/+12
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-2/+1