aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/cadence
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds12-13/+516
2026-08-21Merge branch 'pci/controller/misc'Bjorn Helgaas2-7/+4
2026-08-06PCI: cadence: Fix host/endpoint dependencies for cadence-plat driverAksh Garg1-2/+2
2026-07-29PCI: Use standard wait times for PCIe link monitoringThierry Reding2-7/+4
2026-07-22PCI: j721e: Fix incorrect max_lanes for J7200Takuma Fujiwara1-2/+2
2026-07-15PCI: cadence: Add LGA IP debugfs for LTSSM statusHans Zhang4-4/+112
2026-07-15PCI: cadence: Add HPA IP debugfs for LTSSM statusHans Zhang6-1/+395
2026-07-15PCI: cadence: Add HPA architecture flagHans Zhang2-0/+3
2026-07-09PCI: cadence: Add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-23Merge branch 'pci/controller/tlp_macros'Bjorn Helgaas1-5/+7
2026-06-23Merge branch 'pci/controller/rescan_lock'Bjorn Helgaas1-0/+2
2026-06-23PCI: cadence-hpa: Add post-link delayHans Zhang1-0/+8
2026-06-18PCI: cadence: Protect root bus removal with rescan lockHans Zhang1-0/+2
2026-06-09PCI: cadence: Add post-link delay for LGA and j721e glue driverHans Zhang4-0/+11
2026-06-09PCI: cadence: Use common TLP type macrosHans Zhang1-5/+7
2026-04-13Merge branch 'pci/controller/cadence-sky1'Bjorn Helgaas1-2/+4
2026-04-13Merge branch 'pci/controller/cadence-sg2042'Bjorn Helgaas3-0/+28
2026-04-13Merge branch 'pci/controller/cadence'Bjorn Helgaas1-31/+25
2026-04-09PCI: sg2042: Avoid L0s and L1 on Sophgo 2042 PCIe Root PortsYao Zi1-0/+2
2026-04-09PCI: cadence: Add flags for disabling ASPM capability for broken Root PortsYao Zi2-0/+26
2026-04-04PCI: cadence: Use cdns_pcie_read_sz() for byte or word read accessAksh Garg1-31/+25
2026-03-27PCI: j721e: Validate max-link-speed from DTHans Zhang1-1/+2
2026-03-26PCI: sky1: Use boolean true for is_rc fieldHans Zhang1-1/+1
2026-03-24PCI: sky1: Fix missing cleanup of ECAM config on probe failureFelix Gu1-1/+3
2026-02-06Merge branch 'pci/controller/dwc'Bjorn Helgaas1-2/+2
2026-02-06Merge branch 'pci/controller/cadence-j721e'Bjorn Helgaas1-16/+25
2025-12-26PCI: cadence: Avoid signed 64-bit truncation and invalid sortIan Rogers1-1/+11
2025-12-18PCI: j721e: Add config guards for Cadence Host and Endpoint library APIsSiddharth Vadapalli1-16/+25
2025-12-18PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu1-2/+2
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds15-541/+1765
2025-12-03Merge branch 'pci/controller/sky1'Bjorn Helgaas13-516/+1754
2025-12-03Merge branch 'pci/controller/sg2042'Bjorn Helgaas1-3/+0
2025-12-02PCI: sky1: Add PCIe host support for CIX Sky1Hans Zhang3-0/+254
2025-12-02PCI: cadence: Add support for High Perf Architecture (HPA) controllerManikandan K Pillai7-21/+913
2025-11-14PCI: cadence: Move PCIe RP common functions to a separate fileManikandan K Pillai4-273/+349
2025-11-14PCI: cadence: Split PCIe controller header fileManikandan K Pillai2-220/+232
2025-11-14PCI: cadence: Add module support for platform controller driverManikandan K Pillai3-4/+8
2025-11-13PCI: j721e: Use 'pcie->reset_gpio' directly and drop the local variableAnand Moon1-7/+6
2025-11-13PCI: j721e: Use devm_clk_get_optional_enabled() to get and enable the clockAnand Moon1-15/+5
2025-10-20PCI: sg2042: Fix a reference count issue in sg2042_pcie_remove()Christophe JAILLET1-3/+0
2025-10-13PCI: cadence: Search for MSI Capability with correct IDHans Zhang1-1/+1
2025-10-03Merge branch 'pci/controller/sophgo'Bjorn Helgaas6-6/+151
2025-10-03Merge branch 'pci/controller/j721e'Bjorn Helgaas1-1/+27
2025-10-03Merge branch 'pci/endpoint'Bjorn Helgaas1-2/+0
2025-09-29PCI: j721e: Fix incorrect error message in probe()Alok Tiwari1-1/+1
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang3-0/+145
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang3-6/+6
2025-09-08PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli1-0/+25
2025-09-01PCI: j721e: Fix module autoloadingSiddharth Vadapalli1-0/+1