Patch "mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS

to the 6.1-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-6.1 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
@@ -2456,6 +2456,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-6.1/mmc-core-disable-trim-on-kingston-emmc04g-m627.patch
queue-6.1/memstick-r592-make-memstick_debug_get_tpc_name-stati.patch
queue-6.1/mmc-mediatek-avoid-ugly-error-message-when-sdio-wake.patch
queue-6.1/mmc-mmci-set-probe_prefer_asynchronous.patch
queue-6.1/pm-domains-move-the-verification-of-in-params-from-g.patch
queue-6.1/pm-domains-fix-integer-overflow-issues-in-genpd_pars.patch
queue-6.1/mmc-add-mmc_quirk_broken_sd_cache-for-kingston-canva.patch
queue-6.1/mmc-core-disable-trim-on-micron-mtfc4gacajcn-1m.patch
queue-6.1/mmc-sdhci-fix-dma-configure-compatibility-issue-when-64bit-dma-mode-is-used.patch



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux