On Fri, Dec 20, 2024 at 02:52:05PM -0800, Douglas Anderson wrote: > Like other PCIe drivers, the mediatek-gen3 driver has a fairly slow > probe. Turn on async probe since there's no reason to block the rest > of the system. > > Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> - Mani > --- > > drivers/pci/controller/pcie-mediatek-gen3.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/controller/pcie-mediatek-gen3.c b/drivers/pci/controller/pcie-mediatek-gen3.c > index be52e3a123ab..49512786d5e4 100644 > --- a/drivers/pci/controller/pcie-mediatek-gen3.c > +++ b/drivers/pci/controller/pcie-mediatek-gen3.c > @@ -1301,6 +1301,7 @@ static struct platform_driver mtk_pcie_driver = { > .name = "mtk-pcie-gen3", > .of_match_table = mtk_pcie_of_match, > .pm = &mtk_pcie_pm_ops, > + .probe_type = PROBE_PREFER_ASYNCHRONOUS, > }, > }; > > -- > 2.47.1.613.gc27f4b7a9f-goog > -- மணிவண்ணன் சதாசிவம்