summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/cadence
AgeCommit message (Expand)AuthorLines
2026-02-06Merge branch 'pci/controller/dwc'Bjorn Helgaas-2/+2
2026-02-06Merge branch 'pci/controller/cadence-j721e'Bjorn Helgaas-16/+25
2025-12-26PCI: cadence: Avoid signed 64-bit truncation and invalid sortIan Rogers-1/+11
2025-12-18PCI: j721e: Add config guards for Cadence Host and Endpoint library APIsSiddharth Vadapalli-16/+25
2025-12-18PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu-2/+2
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-541/+1765
2025-12-03Merge branch 'pci/controller/sky1'Bjorn Helgaas-516/+1754
2025-12-03Merge branch 'pci/controller/sg2042'Bjorn Helgaas-3/+0
2025-12-02PCI: sky1: Add PCIe host support for CIX Sky1Hans Zhang-0/+254
2025-12-02PCI: cadence: Add support for High Perf Architecture (HPA) controllerManikandan K Pillai-21/+913
2025-11-14PCI: cadence: Move PCIe RP common functions to a separate fileManikandan K Pillai-273/+349
2025-11-14PCI: cadence: Split PCIe controller header fileManikandan K Pillai-220/+232
2025-11-14PCI: cadence: Add module support for platform controller driverManikandan K Pillai-4/+8
2025-11-13PCI: j721e: Use 'pcie->reset_gpio' directly and drop the local variableAnand Moon-7/+6
2025-11-13PCI: j721e: Use devm_clk_get_optional_enabled() to get and enable the clockAnand Moon-15/+5
2025-10-20PCI: sg2042: Fix a reference count issue in sg2042_pcie_remove()Christophe JAILLET-3/+0
2025-10-13PCI: cadence: Search for MSI Capability with correct IDHans Zhang-1/+1
2025-10-03Merge branch 'pci/controller/sophgo'Bjorn Helgaas-6/+151
2025-10-03Merge branch 'pci/controller/j721e'Bjorn Helgaas-1/+27
2025-10-03Merge branch 'pci/endpoint'Bjorn Helgaas-2/+0
2025-09-29PCI: j721e: Fix incorrect error message in probe()Alok Tiwari-1/+1
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang-0/+145
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang-6/+6
2025-09-08PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli-0/+25
2025-09-01PCI: j721e: Fix module autoloadingSiddharth Vadapalli-0/+1
2025-08-20PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsetsHans Zhang-21/+22
2025-08-20PCI: cadence: Implement capability search using PCI core APIsHans Zhang-0/+48
2025-08-14PCI: endpoint: Drop superfluous pci_epc_features initializationNiklas Cassel-2/+0
2025-06-19PCI: cadence: Replace private message routing enums with PCI core definitionsHans Zhang-21/+1
2025-06-04Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas-5/+1
2025-06-04Merge branch 'pci/controller/cadence'Bjorn Helgaas-36/+197
2025-06-02PCI: j721e: Fix host/endpoint dependenciesArnd Bergmann-4/+4
2025-06-02PCI: j721e: Add support to build as a loadable moduleSiddharth Vadapalli-4/+32
2025-06-02PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanupSiddharth Vadapalli-0/+16
2025-06-02PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanupSiddharth Vadapalli-0/+109
2025-06-02PCI: cadence: Add support to build pcie-cadence library as a kernel moduleKishon Vijay Abraham I-5/+32
2025-05-28PCI: cadence: Remove duplicate message code definitionsHans Zhang-13/+3
2025-05-28PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...Niklas Cassel-5/+3
2025-05-28PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel-1/+2
2025-05-28PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...Niklas Cassel-1/+1
2025-05-28PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...Niklas Cassel-1/+1
2025-05-28PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel-2/+3
2025-05-13PCI: cadence: Simplify J721e link status checkHans Zhang-5/+1
2025-04-23PCI: cadence: Fix runtime atomic count underflowHans Zhang-10/+1
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas-4/+4
2025-03-27Merge branch 'pci/controller/j721e'Bjorn Helgaas-2/+3
2025-03-26PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4Siddharth Vadapalli-2/+3
2025-03-08PCI: Fix typosBjorn Helgaas-4/+4
2025-03-04PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang-3/+2
2024-11-25Merge branch 'pci/controller/j721e'Bjorn Helgaas-14/+23