[RFC v1 18/18] PCI: visconti: Allow asynchronous probing for background link training
Anand Moon
linux.amoon at gmail.com
Thu Mar 5 00:52:01 AEDT 2026
Establishing a PCIe link can take a while, allow asynchronous probing so
that link establishment can happen in the background while other devices
are being probed.
Signed-off-by: Anand Moon <linux.amoon at gmail.com>
---
drivers/pci/controller/dwc/pcie-visconti.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pci/controller/dwc/pcie-visconti.c b/drivers/pci/controller/dwc/pcie-visconti.c
index cdeac6177143..f21cc95fe89f 100644
--- a/drivers/pci/controller/dwc/pcie-visconti.c
+++ b/drivers/pci/controller/dwc/pcie-visconti.c
@@ -324,6 +324,7 @@ static struct platform_driver visconti_pcie_driver = {
.name = "visconti-pcie",
.of_match_table = visconti_pcie_match,
.suppress_bind_attrs = true,
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};
builtin_platform_driver(visconti_pcie_driver);
--
2.50.1
More information about the Linuxppc-dev
mailing list