summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2025-08-20PCI: dw-rockchip: Delay link training after hot reset in EP modeWilfred Mallawa1-3/+12
2025-08-15PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel1-0/+1
2025-08-15PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel1-0/+1
2025-08-15PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel1-1/+1
2025-08-15PCI: rockchip-host: Fix "Unexpected Completion" log messageHans Zhang1-1/+1
2025-07-20Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+20
2025-07-15PCI: hv: Use the correct hypercall for unmasking interrupts on nestedStanislav Kinsburskii1-2/+16
2025-07-10PCI: hv: Don't load the driver for baremetal root partitionMukesh Rathor1-0/+3
2025-07-10PCI: hv: Fix warnings for missing export.h header inclusionNaman Jain1-0/+1
2025-06-30PCI: host-generic: Set driver_data before calling gen_pci_init()Geert Uytterhoeven1-2/+2
2025-06-30PCI: apple: Add tracking of probed root portsMarc Zyngier1-4/+49
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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...Linus Torvalds1-21/+78
2025-06-03PCI: j721e: Fix host/endpoint dependenciesArnd Bergmann2-4/+4
2025-06-03PCI: j721e: Add support to build as a loadable moduleSiddharth Vadapalli2-4/+32
2025-06-03PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanupSiddharth Vadapalli2-0/+16
2025-06-03PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanupSiddharth Vadapalli2-0/+109
2025-06-03PCI: cadence: Add support to build pcie-cadence library as a kernel moduleKishon Vijay Abraham I5-5/+32
2025-05-31PCI: qcom: Replace PERST# sleep time with proper macroNiklas Cassel1-1/+1
2025-05-31PCI: 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-29PCI: cadence: Remove duplicate message code definitionsHans Zhang2-13/+3
2025-05-29PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...Niklas Cassel2-9/+6
2025-05-29PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel4-8/+11
2025-05-29PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...Niklas Cassel2-2/+2
2025-05-29PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...Niklas Cassel4-5/+5
2025-05-29PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel1-2/+3
2025-05-29PCI: 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/g...Linus 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