summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/cadence
AgeCommit message (Expand)Author
2025-10-13PCI: cadence: Search for MSI Capability with correct IDHans Zhang
2025-10-03Merge branch 'pci/controller/sophgo'Bjorn Helgaas
2025-10-03Merge branch 'pci/controller/j721e'Bjorn Helgaas
2025-10-03Merge branch 'pci/endpoint'Bjorn Helgaas
2025-09-29PCI: j721e: Fix incorrect error message in probe()Alok Tiwari
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang
2025-09-08PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli
2025-09-01PCI: j721e: Fix module autoloadingSiddharth Vadapalli
2025-08-20PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsetsHans Zhang
2025-08-20PCI: cadence: Implement capability search using PCI core APIsHans Zhang
2025-08-14PCI: endpoint: Drop superfluous pci_epc_features initializationNiklas Cassel
2025-06-19PCI: cadence: Replace private message routing enums with PCI core definitionsHans Zhang
2025-06-04Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas
2025-06-04Merge branch 'pci/controller/cadence'Bjorn Helgaas
2025-06-02PCI: j721e: Fix host/endpoint dependenciesArnd Bergmann
2025-06-02PCI: j721e: Add support to build as a loadable moduleSiddharth Vadapalli
2025-06-02PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanupSiddharth Vadapalli
2025-06-02PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanupSiddharth Vadapalli
2025-06-02PCI: cadence: Add support to build pcie-cadence library as a kernel moduleKishon Vijay Abraham I
2025-05-28PCI: cadence: Remove duplicate message code definitionsHans Zhang
2025-05-28PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...Niklas Cassel
2025-05-28PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel
2025-05-28PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...Niklas Cassel
2025-05-28PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...Niklas Cassel
2025-05-28PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel
2025-05-13PCI: cadence: Simplify J721e link status checkHans Zhang
2025-04-23PCI: cadence: Fix runtime atomic count underflowHans Zhang
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas
2025-03-27Merge branch 'pci/controller/j721e'Bjorn Helgaas
2025-03-26PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4Siddharth Vadapalli
2025-03-08PCI: Fix typosBjorn Helgaas
2025-03-04PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang
2024-11-25Merge branch 'pci/controller/j721e'Bjorn Helgaas
2024-11-25Merge branch 'pci/controller/cadence'Bjorn Helgaas
2024-11-13PCI: cadence: Lower severity of message when phy-names property is absent in DTSBartosz Wawrzyniak
2024-11-04PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS millisecondsSiddharth Vadapalli
2024-11-03PCI: j721e: Add PCIe support for J722S SoCSiddharth Vadapalli
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos
2024-09-19Merge branch 'pci/misc'Bjorn Helgaas
2024-09-19Merge branch 'pci/controller/j721e'Bjorn Helgaas
2024-09-19PCI: Fix typosBjorn Helgaas
2024-09-04PCI: j721e: Add suspend and resume supportThéo Lebrun
2024-09-04PCI: j721e: Use T_PERST_CLK_US macroThomas Richard
2024-09-03PCI: cadence: Drop excess cdns_pcie_rc.dev kerneldoc descriptionBjorn Helgaas
2024-09-03PCI: j721e: Add reset GPIO to struct j721e_pcieThéo Lebrun
2024-09-03PCI: j721e: Use dev_err_probe() in the probe() functionThomas Richard
2024-09-03PCI: cadence: Set cdns_pcie_host_init() globalThomas Richard
2024-09-03PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()Thomas Richard
2024-08-31PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" existsSiddharth Vadapalli