summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.h
AgeCommit message (Expand)Author
2024-11-25Merge branch 'pci/tph'Bjorn Helgaas
2024-11-25Merge branch 'pci/reset'Bjorn Helgaas
2024-11-25Merge branch 'pci/pwrctl'Bjorn Helgaas
2024-11-25Merge branch 'pci/locking'Bjorn Helgaas
2024-11-21PCI/pwrctl: Create pwrctl device only if at least one power supply is presentManivannan Sadhasivam
2024-11-16PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarationsBjorn Helgaas
2024-11-16PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link SpeedIlpo Järvinen
2024-11-16PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen
2024-11-13PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch
2024-11-11PCI: Unexport pci_walk_bus_locked()Keith Busch
2024-11-11PCI: Refactor pcie_update_link_speed()Ilpo Järvinen
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen
2024-11-11PCI: Make pci_destroy_dev() concurrent safeKeith Busch
2024-11-11PCI: Make pci_stop_dev() concurrent safeKeith Busch
2024-10-02PCI: Add TLP Processing Hints (TPH) supportWei Huang
2024-09-19Merge branch 'pci/misc'Bjorn Helgaas
2024-09-19Merge branch 'pci/controller/j721e'Bjorn Helgaas
2024-09-19Merge branch 'pci/npem'Bjorn Helgaas
2024-09-19Merge branch 'pci/enumeration'Bjorn Helgaas
2024-09-19Merge branch 'pci/devres'Bjorn Helgaas
2024-09-10PCI: Rename CRS Completion Status to RRSBjorn Helgaas
2024-09-10PCI: Wait for device readiness with Configuration RRSBjorn Helgaas
2024-09-09PCI: Use an error code with PCIe failed link retrainingMaciej W. Rozycki
2024-09-04PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk
2024-09-04PCI: Add T_PERST_CLK_US macroThomas Richard
2024-08-28PCI/VPD: Remove pci_vpd_release() unused declarationsYue Haibing
2024-08-28PCI/PM: Remove __pci_pme_wakeup() unused declarationsYue Haibing
2024-08-09PCI: Make pcim_request_region() a public functionPhilipp Stanner
2024-07-19Merge branch 'pci/controller/rockchip'Bjorn Helgaas
2024-07-19Merge branch 'pci/controller/qcom'Bjorn Helgaas
2024-07-19Merge branch 'pci/controller/microchip'Bjorn Helgaas
2024-07-19Merge branch 'pci/controller/dwc'Bjorn Helgaas
2024-07-19Merge branch 'pci/enumeration'Bjorn Helgaas
2024-07-11PCI: Remove legacy pcim_release()Philipp Stanner
2024-07-11PCI: Add managed pcim_intx()Philipp Stanner
2024-07-10PCI: Give pcim_set_mwi() its own devres cleanup callbackPhilipp Stanner
2024-07-10PCI: Move struct pci_devres.pinned bit to struct pci_devPhilipp Stanner
2024-07-10PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner
2024-07-10PCI: Add managed pcim_request_region()Philipp Stanner
2024-07-10PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner
2024-07-09PCI: rockchip-host: Wait 100ms after reset before starting configurationDamien Le Moal
2024-07-09PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macroFrank Li
2024-07-09PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macrosYoshihiro Shimoda
2024-07-09PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru
2024-06-03PCI: of: Add of_pci_preserve_config() for per-host bridge supportVidya Sagar
2024-06-03PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar
2024-05-28PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time valueKevin Xie
2024-05-08PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-12Merge branch 'pci/sysfs'Bjorn Helgaas