aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/meson-mx-sdio.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2020-09-03 16:24:39 -0700
committerUlf Hansson <ulf.hansson@linaro.org>2020-09-07 14:24:21 +0200
commita1a489197a07ec1dbf3f6033b84755a74efc65dc (patch)
tree31d26a09bd3fbb87ce26aa454ab204ca12d82821 /drivers/mmc/host/meson-mx-sdio.c
parentmmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14 (diff)
downloadlinux-dev-a1a489197a07ec1dbf3f6033b84755a74efc65dc.tar.xz
linux-dev-a1a489197a07ec1dbf3f6033b84755a74efc65dc.zip
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19
This is like commit 3d3451124f3d ("mmc: sdhci-msm: Prefer asynchronous probe") but applied to a whole pile of drivers. This batch converts the drivers that appeared to be around in the v4.19 timeframe. Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20200903162412.4.I84eb3e0a738635d524c90d1a688087bc295f7c32@changeid Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/meson-mx-sdio.c')
-rw-r--r--drivers/mmc/host/meson-mx-sdio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/meson-mx-sdio.c b/drivers/mmc/host/meson-mx-sdio.c
index 703d5834f9a5..1c5299cd0cbe 100644
--- a/drivers/mmc/host/meson-mx-sdio.c
+++ b/drivers/mmc/host/meson-mx-sdio.c
@@ -755,6 +755,7 @@ static struct platform_driver meson_mx_mmc_driver = {
.remove = meson_mx_mmc_remove,
.driver = {
.name = "meson-mx-sdio",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(meson_mx_mmc_of_match),
},
};