summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-061-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-111-6/+12
|/
* Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-241-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
|/
* PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin2022-11-111-0/+2
* PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár2022-11-081-43/+60
* Merge branch 'pci/pm'Bjorn Helgaas2022-10-051-33/+11
|\
| * PCI/PM: Reduce D3hot delay with usleep_range()Sajid Dalvi2022-09-291-7/+9
| * PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas2022-09-121-26/+2
| * PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas2022-09-121-2/+2
* | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar2022-10-041-0/+7
|/
* Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas2022-08-041-0/+2
|\
| * PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-0/+2
* | PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng2022-07-121-6/+0
|/
* PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299Bjorn Helgaas2022-05-311-0/+2