summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add T_PVPERL macroYoshihiro Shimoda2023-10-201-0/+3
* Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-301-21/+20
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-21/+14
| |\
| | * PCI: Fix code formatting inconsistenciesBjorn Helgaas2023-08-251-21/+14
| * | PCI: Add PCIE_PME_TO_L2_TIMEOUT_US L2 ready timeout valueFrank Li2023-08-241-0/+6
| |/
* / PCI: Create device tree node for bridgeLizhi Hou2023-08-221-0/+12
|/
* Merge branch 'pci/pm'Bjorn Helgaas2023-06-261-7/+0
|\
| * PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg2023-06-061-7/+0
* | Merge branch 'pci/enumeration'Bjorn Helgaas2023-06-261-0/+8
|\ \
| * | PCI: Work around PCIe link training failuresMaciej W. Rozycki2023-06-201-0/+5
| * | PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki2023-06-201-1/+1
| * | PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki2023-06-201-0/+1
| * | PCI: Export PCIe link retrain timeoutMaciej W. Rozycki2023-06-201-0/+2
| |/
* / PCI: Unexport pci_save_aer_state()Bjorn Helgaas2023-06-121-0/+4
|/
* Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-04-301-0/+11
|\
| * PCI/DOE: Create mailboxes on device enumerationLukas Wunner2023-04-181-0/+11
* | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-8/+1
|\ \
| * | PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg2023-04-111-8/+1
| |/
* / PCI: Restrict device disabled status check to DTRob Herring2023-04-201-2/+2
|/
* Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-241-31/+28
|\
| * Merge branch 'pci/reset'Bjorn Helgaas2023-02-221-1/+15
| |\
| | * PCI/DPC: Await readiness of secondary bus after resetLukas Wunner2023-02-091-0/+6
| | * PCI: Unify delay handling for reset and resumeLukas Wunner2023-02-071-1/+9
| * | PCI: hotplug: Allow marking devices as disconnected during bind/unbindLukas Wunner2023-02-151-30/+13
| |/
* / Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas2023-02-101-4/+0
|/
* PCI: Access Link 2 registers only for devices with LinksMaciej W. Rozycki2022-11-041-0/+1
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2022-10-051-0/+45
|\
| * PCI: Add standard PCI Config Address macrosPali Rohár2022-09-271-0/+45
* | Merge branch 'pci/pm'Bjorn Helgaas2022-10-051-8/+6
|\ \
| * | PCI/PTM: Consolidate PTM interface declarationsBjorn Helgaas2022-09-121-6/+2
| * | PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas2022-09-121-2/+4
| |/
* / PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar2022-10-041-0/+4
|/
* PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng2022-07-121-2/+0
* PCI: Add function for parsing 'slot-power-limit-milliwatt' DT propertyPali Rohár2022-04-251-0/+15
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-0/+1
|\
| * PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao2021-10-191-0/+1
* | PCI: PM: Drop struct pci_platform_pm_opsRafael J. Wysocki2021-10-051-39/+0
* | PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIRafael J. Wysocki2021-09-291-1/+37
* | PCI: PM: Do not use pci_platform_pm_ops for Intel MID PMRafael J. Wysocki2021-09-271-0/+19
|/
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-6/+41
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2021-09-021-2/+21
| |\
| | * PCI: Make saved capability state private to coreBjorn Helgaas2021-08-201-2/+21
| * | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-6/+6
| * | PCI: Add support for ACPI _RST reset methodShanker Donthineni2021-08-181-0/+6
| * | PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni2021-08-181-0/+2
| * | PCI: Allow userspace to query and set device reset mechanismAmey Narkhede2021-08-181-0/+2
| * | PCI: Add array to track reset method orderingAmey Narkhede2021-08-171-1/+7
| |/
* / Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes2021-08-241-3/+0
|/
* Merge branch 'pci/kernel-doc'Bjorn Helgaas2021-07-061-2/+2
|\
| * PCI: Fix kernel-doc formattingKrzysztof Wilczyński2021-07-061-2/+2