summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/cadence
AgeCommit message (Expand)Author
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
2024-05-16Merge branch 'pci/controller/dwc'Bjorn Helgaas
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam
2024-04-10PCI: cadence: Set a 64-bit BAR if requestedNiklas Cassel
2024-03-10PCI: cadence: Clear the ARI Capability Next Function Number of the last functionJasko-EXT Wojciech
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas
2024-01-06PCI: j721e: Make TI J721E depend on ARCH_K3Peter Robinson
2024-01-06PCI: j721e: Add TI J784S4 PCIe configurationMatt Ranostay
2023-12-19PCI: cadence: Use INTX instead of legacyDamien Le Moal
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-12-13PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay
2023-12-13PCI: j721e: Add per platform maximum lane settingsMatt Ranostay
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas
2023-10-18PCI: cadence: Use FIELD_GET()Ilpo Järvinen