summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/controller/rockchip'Bjorn Helgaas2024-07-191-0/+7
|\
| * PCI: rockchip-host: Wait 100ms after reset before starting configurationDamien Le Moal2024-07-101-0/+7
* | Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-07-191-0/+22
|\ \
| * | PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru2024-07-091-0/+22
* | | Merge branch 'pci/controller/microchip'Bjorn Helgaas2024-07-191-0/+15
|\ \ \
| * | | PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time valueKevin Xie2024-05-281-0/+15
| |/ /
* | | Merge branch 'pci/controller/dwc'Bjorn Helgaas2024-07-191-0/+21
|\ \ \ | | |/ | |/|
| * | PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macroFrank Li2024-07-101-0/+3
| * | PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macrosYoshihiro Shimoda2024-07-101-0/+18
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2024-07-191-0/+11
|\ \
| * | PCI: of: Add of_pci_preserve_config() for per-host bridge supportVidya Sagar2024-06-031-0/+6
| * | PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar2024-06-031-0/+5
| |/
* | PCI: Remove legacy pcim_release()Philipp Stanner2024-07-111-16/+0
* | PCI: Add managed pcim_intx()Philipp Stanner2024-07-111-6/+7
* | PCI: Give pcim_set_mwi() its own devres cleanup callbackPhilipp Stanner2024-07-101-1/+0
* | PCI: Move struct pci_devres.pinned bit to struct pci_devPhilipp Stanner2024-07-101-1/+0
* | PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner2024-07-101-1/+0
* | PCI: Add managed pcim_request_region()Philipp Stanner2024-07-101-6/+5
* | PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner2024-07-101-0/+5
|/
* PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen2024-05-091-2/+0
* 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-181-1/+3
|\
| * Merge branch 'pci/enumeration-logging'Bjorn Helgaas2024-01-151-0/+2
| |\
| | * PCI: Update BAR # and window messagesPuranjay Mohan2023-12-161-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-031-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-311-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-071-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