summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-141-7/+48
|\
| * Merge branch 'pci/sysfs'Bjorn Helgaas2024-03-121-5/+14
| |\
| | * PCI: Remove obsolete pci_cleanup_rom() declarationLukas Wunner2024-03-051-1/+0
| | * PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner2024-03-051-4/+14
| * | Merge branch 'pci/devres'Bjorn Helgaas2024-03-121-0/+21
| |\ \
| | * | PCI: Move devres code from pci.c to devres.cPhilipp Stanner2024-02-121-0/+21
| | |/
| * | Merge branch 'pci/aspm'Bjorn Helgaas2024-03-121-1/+12
| |\ \
| | * | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box2024-03-121-0/+3
| | * | PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box2024-03-071-0/+5
| | * | PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box2024-03-071-1/+4
| | |/
| * / PCI/AER: Generalize TLP Header Log readingIlpo Järvinen2024-03-081-1/+1
| |/
* | PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao2024-03-061-5/+0
* | PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-2/+2
|/
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-1/+3
|\
| * Merge branch 'pci/enumeration-logging'Bjorn Helgaas2024-01-151-0/+2
| |\
| | * PCI: Update BAR # and window messagesPuranjay Mohan2023-12-151-0/+2
| * | PCI: Fix 64GT/s effective data rate calculationIlpo Järvinen2024-01-021-1/+1
| |/
* / Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas2024-01-021-0/+2
|/
* 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
|/