summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/cadence
AgeCommit message (Expand)AuthorFilesLines
2025-11-24PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang3-6/+6
2025-10-23PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli1-0/+25
2025-10-23PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" existsSiddharth Vadapalli1-1/+38
2025-06-27PCI: cadence-ep: Correct PBA offset in .set_msix() callbackNiklas Cassel1-2/+3
2025-06-19PCI: cadence: Fix runtime atomic count underflowHans Zhang1-10/+1
2025-04-10PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payloadHans Zhang2-3/+2
2024-12-09PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS millisecondsSiddharth Vadapalli1-14/+12
2024-12-09PCI: j721e: Add suspend and resume supportThéo Lebrun1-6/+92
2024-12-09PCI: j721e: Use T_PERST_CLK_US macroThomas Richard1-1/+1
2024-12-09PCI: j721e: Add reset GPIO to struct j721e_pcieThéo Lebrun1-0/+2
2024-12-09PCI: cadence: Set cdns_pcie_host_init() globalThomas Richard2-3/+8
2024-12-09PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()Thomas Richard2-13/+32
2024-12-09PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay1-2/+8
2024-12-09PCI: j721e: Add per platform maximum lane settingsMatt Ranostay1-3/+10
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-1/+1
2023-07-18PCI: Explicitly include correct DT includesRob Herring3-3/+3
2023-06-26Merge branch 'pci/controller/remove-void-callbacks'Bjorn Helgaas1-4/+2
2023-06-24PCI: j721e: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-08PCI: cadence: Fix Gen2 Link Retraining processSiddharth Vadapalli1-0/+27
2023-04-21PCI: Use consistent controller Kconfig menu entry languageBjorn Helgaas1-5/+5
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas1-1/+0
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas1-4/+2
2022-05-13PCI: cadence: Clear FLR in device capabilities registerParshuram Thombare3-1/+23
2022-05-13PCI: cadence: Allow PTM Responder to be enabledChristian Gmeiner2-0/+14
2022-04-08PCI: cadence: Fix find_first_zero_bit() limitDan Carpenter1-2/+1
2022-02-01PCI: j721e: Initialize pcie->cdns_pcie before using itBjorn Helgaas1-43/+42
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas2-14/+10
2022-01-08PCI: Correct misspelled wordsKrzysztof Wilczyński1-1/+1
2022-01-04PCI: j721e: Drop redundant struct device *Bjorn Helgaas1-8/+6
2022-01-04PCI: j721e: Drop pointless of_device_get_match_data() castBjorn Helgaas1-2/+2
2022-01-04PCI: cadence: Prefer of_device_get_match_data()Fan Fei1-4/+2
2021-11-03PCI: cadence: Add cdns_plat_pcie_probe() missing returnLi Chen1-0/+2
2021-11-03PCI: j721e: Fix j721e_pcie_probe() error pathChristophe JAILLET1-1/+1
2021-09-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2-53/+155
2021-08-19PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I1-0/+19
2021-08-19PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I1-4/+36
2021-08-19PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani4-0/+38
2021-08-19PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2-2/+2
2021-08-19PCI: cadence: Add support to configure virtual functionsKishon Vijay Abraham I2-21/+128
2021-08-19PCI: cadence: Simplify code to get register base address for configuring BARKishon Vijay Abraham I2-14/+7
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I1-21/+23
2021-07-06PCI: Fix kernel-doc formattingKrzysztof Wilczyński1-2/+5
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+22
2021-05-04Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas1-1/+21
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-23PCI: j721e: Add support to provide refclk to PCIe connectorKishon Vijay Abraham I1-1/+21
2021-03-12PCI: Fix kernel-doc errorsKrzysztof Wilczyński1-1/+1
2021-02-24Merge branch 'pci/ntb'Bjorn Helgaas1-6/+54
2021-02-24Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas3-19/+76
2021-02-23PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I1-6/+1