aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-25PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel1-1/+1
2025-06-25PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel1-1/+1
2025-06-23PCI: brcmstb: Set MLW based on "num-lanes" DT property if presentJim Quinlan1-1/+26
2025-06-23PCI: vmd: Add VMD Device ID Support for Panther Lake (PTL)-H/P/UGeorge D Sworo1-0/+2
2025-06-19PCI: dw-rockchip: Delay link training after hot reset in EP modeWilfred Mallawa1-3/+12
2025-06-19PCI: rockchip: Remove redundant PCIe message routing definitionsHans Zhang1-14/+0
2025-06-19PCI: cadence: Replace private message routing enums with PCI core definitionsHans Zhang2-21/+1
2025-06-17PCI: hv: Allow dynamic MSI-X vector allocationShradha Gupta1-1/+2
2025-06-12PCI: rockchip-host: Remove unused header includesHans Zhang1-9/+0
2025-06-12PCI: rockchip-host: Correct non-fatal error log messageHans Zhang1-1/+1
2025-06-12PCI: rockchip-host: Fix "Unexpected Completion" log messageHans Zhang1-1/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds43-312/+1152
2025-06-04Merge branch 'pci/ptm-debugfs'Bjorn Helgaas6-5/+297
2025-06-04Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-9/+10
2025-06-04Merge branch 'pci/controller/rockchip'Bjorn Helgaas2-3/+5
2025-06-04Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas1-0/+1
2025-06-04Merge branch 'pci/controller/qcom'Bjorn Helgaas4-0/+92
2025-06-04Merge branch 'pci/controller/mvebu'Bjorn Helgaas1-17/+9
2025-06-04Merge branch 'pci/controller/mobiveil'Bjorn Helgaas1-2/+1
2025-06-04Merge branch 'pci/controller/imx6'Bjorn Helgaas1-31/+182
2025-06-04Merge branch 'pci/controller/dwc'Bjorn Helgaas1-4/+1
2025-06-04Merge branch 'pci/controller/dwc-ep'Bjorn Helgaas1-7/+6
2025-06-04Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas30-101/+137
2025-06-04Merge branch 'pci/controller/cadence'Bjorn Helgaas6-36/+197
2025-06-04Merge branch 'pci/controller/apple'Bjorn Helgaas2-75/+190
2025-06-04Merge branch 'pci/endpoint'Bjorn Helgaas4-22/+24
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-21/+78
2025-06-02PCI: j721e: Fix host/endpoint dependenciesArnd Bergmann2-4/+4
2025-06-02PCI: j721e: Add support to build as a loadable moduleSiddharth Vadapalli2-4/+32
2025-06-02PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanupSiddharth Vadapalli2-0/+16
2025-06-02PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanupSiddharth Vadapalli2-0/+109
2025-06-02PCI: cadence: Add support to build pcie-cadence library as a kernel moduleKishon Vijay Abraham I5-5/+32
2025-05-30PCI: qcom: Replace PERST# sleep time with proper macroNiklas Cassel1-1/+1
2025-05-30PCI: dw-rockchip: Replace PERST# sleep time with proper macroNiklas Cassel1-1/+2
2025-05-30PCI: host-common: Convert to library for host controller driversManivannan Sadhasivam9-6/+33
2025-05-28PCI: cadence: Remove duplicate message code definitionsHans Zhang2-13/+3
2025-05-28PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs encodingNiklas Cassel2-9/+6
2025-05-28PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel4-8/+11
2025-05-28PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value encodingNiklas Cassel2-2/+2
2025-05-28PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value encodingNiklas Cassel4-5/+5
2025-05-28PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel1-2/+3
2025-05-28PCI: dwc: ep: Correct PBA offset in .set_msix() callbackNiklas Cassel1-2/+3
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-133/+69
2025-05-23PCI: hv: Remove unnecessary flex array in struct pci_packetMichael Kelley1-15/+14
2025-05-23PCI: hv: Get vPCI MSI IRQ domain from DeviceTreeRoman Kisel1-6/+64
2025-05-20PCI: dwc: ep: Fix errno typoNiklas Cassel1-2/+2
2025-05-16PCI: tegra: Convert to MSI parent infrastructureMarc Zyngier2-44/+20
2025-05-16PCI: xgene: Convert to MSI parent infrastructureMarc Zyngier2-33/+21
2025-05-16PCI: apple: Convert to MSI parent infrastructureMarc Zyngier2-46/+24
2025-05-16Merge irq/cleanup fragments into irq/msiThomas Gleixner10-10/+10