aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2025-06-04 15:50:44 +0000
committerBjorn Helgaas <[email protected]>2025-06-04 15:50:44 +0000
commitdb847adbf99f80088b5e545855c1bc7ea52973d1 (patch)
treeda95d7e96629ec63205ff03301565ab1dc5ebb0f /drivers/pci/controller/dwc/pcie-designware-host.c
parentMerge branch 'pci/controller/tegra194' (diff)
parentPCI: qcom-ep: Mask PTM_UPDATING interrupt (diff)
downloadkernel-db847adbf99f80088b5e545855c1bc7ea52973d1.tar.gz
kernel-db847adbf99f80088b5e545855c1bc7ea52973d1.zip
Merge branch 'pci/ptm-debugfs'
- Add debugfs support for exposing DWC device-specific PTM context (Manivannan Sadhasivam) * pci/ptm-debugfs: PCI: qcom-ep: Mask PTM_UPDATING interrupt PCI: dwc: Add debugfs support for PTM context PCI: dwc: Pass DWC PCIe mode to dwc_pcie_debugfs_init() PCI: Add debugfs support for exposing PTM context
Diffstat (limited to 'drivers/pci/controller/dwc/pcie-designware-host.c')
-rw-r--r--drivers/pci/controller/dwc/pcie-designware-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/pcie-designware-host.c b/drivers/pci/controller/dwc/pcie-designware-host.c
index d40c06c515ce..906277f9ffaf 100644
--- a/drivers/pci/controller/dwc/pcie-designware-host.c
+++ b/drivers/pci/controller/dwc/pcie-designware-host.c
@@ -574,7 +574,7 @@ int dw_pcie_host_init(struct dw_pcie_rp *pp)
if (pp->ops->post_init)
pp->ops->post_init(pp);
- dwc_pcie_debugfs_init(pci);
+ dwc_pcie_debugfs_init(pci, DW_PCIE_RC_TYPE);
return 0;