This is a note to let you know that I've just added the patch titled mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: mmc-mmci-set-probe_prefer_asynchronous.patch and it can be found in the queue-5.15 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 3108eb2e8aa7e955a9dd3a4c1bf19a7898961822 Mon Sep 17 00:00:00 2001 From: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Date: Mon, 12 Jun 2023 16:37:30 +0200 Subject: mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS From: Ulf Hansson <ulf.hansson@xxxxxxxxxx> commit 3108eb2e8aa7e955a9dd3a4c1bf19a7898961822 upstream. All mmc host drivers should have the asynchronous probe option enabled, but it seems like we failed to set it for mmci, so let's do that now. Fixes: 21b2cec61c04 ("mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4") Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Tested-by: Yann Gautier <yann.gautier@xxxxxxxxxxx> Cc: stable@xxxxxxxxxxxxxxx Link: https://lore.kernel.org/r/20230612143730.210390-1-ulf.hansson@xxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/mmc/host/mmci.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -2449,6 +2449,7 @@ static struct amba_driver mmci_driver = .drv = { .name = DRIVER_NAME, .pm = &mmci_dev_pm_ops, + .probe_type = PROBE_PREFER_ASYNCHRONOUS, }, .probe = mmci_probe, .remove = mmci_remove, Patches currently in stable-queue which might be from ulf.hansson@xxxxxxxxxx are queue-5.15/mmc-core-disable-trim-on-kingston-emmc04g-m627.patch queue-5.15/memstick-r592-make-memstick_debug_get_tpc_name-stati.patch queue-5.15/mmc-mmci-set-probe_prefer_asynchronous.patch queue-5.15/pm-domains-fix-integer-overflow-issues-in-genpd_pars.patch queue-5.15/mmc-core-disable-trim-on-micron-mtfc4gacajcn-1m.patch queue-5.15/mmc-sdhci-fix-dma-configure-compatibility-issue-when-64bit-dma-mode-is-used.patch