summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-171-15/+22
|\
| * PCI: Fix active state requirement in PME pollingAlex Williamson2024-02-091-15/+22
* | PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-26/+52
|/
* Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-01-191-2/+36
|\
| * cxl: Calculate and store PCI link latency for the downstream portsDave Jiang2023-12-221-2/+36
* | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-181-11/+74
|\ \
| * | PCI: Use resource names in PCI log messagesPuranjay Mohan2023-12-161-11/+14
| * | PCI: Update BAR # and window messagesPuranjay Mohan2023-12-161-0/+60
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-051-0/+6
|\ \
| * | Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas2024-01-031-0/+6
| |/
* / PCI: Add debug print for device ready delayIdo Schimmel2023-11-181-0/+3
|/
* Merge branch 'pci/field-get'Bjorn Helgaas2023-10-281-30/+28
|\
| * PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas2023-10-241-4/+4
| * PCI: Use FIELD_GET()Bjorn Helgaas2023-10-241-23/+22
| * PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-10-181-3/+2
* | Merge branch 'pci/config-errs'Bjorn Helgaas2023-10-281-3/+6
|\ \
| * | PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen2023-10-101-3/+6
| |/
* / PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-10-031-1/+1
|/
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-16/+12
|\
| * PCI: Tidy config space save/restore messagesBjorn Helgaas2023-08-251-2/+2
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-1/+1
| * PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas2023-08-251-6/+6
| * PCI: Simplify pci_pio_to_address()Bjorn Helgaas2023-08-251-7/+3
* | Merge branch 'pci/vpd'Bjorn Helgaas2023-08-291-7/+16
|\ \
| * | PCI: Fix runtime PM race with PME pollingAlex Williamson2023-08-111-7/+16
| |/
* | Merge branch 'pci/pm'Bjorn Helgaas2023-08-291-4/+9
|\ \
| * | PCI/PM: Only read PCI_PM_CTRL register when availableFeiyang Chen2023-08-251-4/+9
| |/
* / PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-101-6/+2
|/
* Merge branch 'pci/pm'Bjorn Helgaas2023-06-261-17/+42
|\
| * PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary2023-06-231-5/+5
| * PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg2023-06-071-12/+37
* | Merge branch 'pci/enumeration'Bjorn Helgaas2023-06-261-21/+112
|\ \ | |/ |/|
| * PCI: Add failed link recovery for device reset eventsMaciej W. Rozycki2023-06-201-5/+24
| * PCI: Work around PCIe link training failuresMaciej W. Rozycki2023-06-201-0/+2
| * PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay()Maciej W. Rozycki2023-06-201-14/+3
| * PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki2023-06-201-8/+20
| * PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki2023-06-201-0/+49
| * PCI: Export PCIe link retrain timeoutMaciej W. Rozycki2023-06-201-1/+1
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-2/+2
|\
| * driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-2/+2
* | Merge branch 'pci/resource'Bjorn Helgaas2023-04-201-2/+1
|\ \
| * | PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko2023-04-051-2/+1
| |/
* / PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg2023-04-121-6/+12
|/
* Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-251-34/+35
|\
| * Merge branch 'pci/reset'Bjorn Helgaas2023-02-221-34/+25
| |\
| | * PCI/DPC: Await readiness of secondary bus after resetLukas Wunner2023-02-091-3/+0
| | * PCI: Unify delay handling for reset and resumeLukas Wunner2023-02-071-30/+24
| | * PCI/PM: Observe reset delay irrespective of bridge_d3Lukas Wunner2023-02-071-1/+1
| * | PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen2023-02-011-0/+10
| |/
* / Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas2023-02-101-7/+0
|/