]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: mediatek-gen3: Enable async probe by default
authorDouglas Anderson <dianders@chromium.org>
Fri, 20 Dec 2024 22:52:05 +0000 (14:52 -0800)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Mon, 13 Jan 2025 07:12:44 +0000 (07:12 +0000)
commit17bd5e4dc96c953257eadce111d7b6ef458c6187
tree146bd7fcd13746db886a0232253559d5ba062e09
parent491cb9c5084790aafa02e843349492c284373231
PCI: mediatek-gen3: Enable async probe by default

The mediatek-gen3 driver can run its probe routine fairly slow on some
hardware, which adds to the total time it takes for the system start up.

Thus, turn on async mode for the probe to avoid blocking the rest of the
system.

Link: https://lore.kernel.org/r/20241220145205.1.Ibf2563896c3b1fc133bb46d3fc96ad0041763922@changeid
Signed-off-by: Douglas Anderson <dianders@chromium.org>
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/pci/controller/pcie-mediatek-gen3.c