summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/cadence
AgeCommit message (Expand)AuthorFilesLines
2025-06-19PCI: cadence: Replace private message routing enums with PCI core definitionsHans Zhang2-21/+1
2025-06-04Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas1-5/+1
2025-06-04Merge branch 'pci/controller/cadence'Bjorn Helgaas6-36/+197
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-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 Cassel1-5/+3
2025-05-29PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel1-1/+2
2025-05-29PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...Niklas Cassel1-1/+1
2025-05-29PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...Niklas Cassel1-1/+1
2025-05-29PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel1-2/+3
2025-05-13PCI: cadence: Simplify J721e link status checkHans Zhang1-5/+1
2025-04-23PCI: cadence: Fix runtime atomic count underflowHans Zhang1-10/+1
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas1-4/+4
2025-03-27Merge branch 'pci/controller/j721e'Bjorn Helgaas1-2/+3
2025-03-26PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4Siddharth Vadapalli1-2/+3
2025-03-09PCI: Fix typosBjorn Helgaas1-4/+4
2025-03-04PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2024-11-25Merge branch 'pci/controller/j721e'Bjorn Helgaas1-14/+23
2024-11-25Merge branch 'pci/controller/cadence'Bjorn Helgaas1-2/+2
2024-11-13PCI: cadence: Lower severity of message when phy-names property is absent in DTSBartosz Wawrzyniak1-2/+2
2024-11-04PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS millisecondsSiddharth Vadapalli1-14/+12
2024-11-03PCI: j721e: Add PCIe support for J722S SoCSiddharth Vadapalli1-0/+11
2024-10-04PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-09-19Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-09-19Merge branch 'pci/controller/j721e'Bjorn Helgaas3-35/+181
2024-09-19PCI: Fix typosBjorn Helgaas1-1/+1
2024-09-04PCI: j721e: Add suspend and resume supportThéo Lebrun1-6/+92
2024-09-04PCI: j721e: Use T_PERST_CLK_US macroThomas Richard1-1/+1
2024-09-04PCI: cadence: Drop excess cdns_pcie_rc.dev kerneldoc descriptionBjorn Helgaas1-1/+0
2024-09-03PCI: j721e: Add reset GPIO to struct j721e_pcieThéo Lebrun1-0/+2
2024-09-03PCI: j721e: Use dev_err_probe() in the probe() functionThomas Richard1-11/+8
2024-09-03PCI: cadence: Set cdns_pcie_host_init() globalThomas Richard2-3/+8
2024-09-03PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()Thomas Richard2-13/+32
2024-08-31PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" existsSiddharth Vadapalli1-1/+38
2024-05-17Merge branch 'pci/controller/dwc'Bjorn Helgaas1-0/+2
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam1-0/+2
2024-04-10PCI: cadence: Set a 64-bit BAR if requestedNiklas Cassel1-4/+1
2024-03-10PCI: cadence: Clear the ARI Capability Next Function Number of the last functionJasko-EXT Wojciech2-1/+19
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas2-16/+15
2024-01-06PCI: j721e: Make TI J721E depend on ARCH_K3Peter Robinson1-0/+2
2024-01-06PCI: j721e: Add TI J784S4 PCIe configurationMatt Ranostay1-0/+22
2023-12-19PCI: cadence: Use INTX instead of legacyDamien Le Moal2-11/+11
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-5/+4
2023-12-13PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay1-2/+8
2023-12-13PCI: j721e: Add per platform maximum lane settingsMatt Ranostay1-3/+10
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-4/+5