diff options
author | 2024-04-04 11:12:45 +0200 | |
---|---|---|
committer | 2024-04-04 11:12:45 +0200 | |
commit | bce42d6108c9ff6de1381995dffa762730ce0756 (patch) | |
tree | 9ccfd611f4679b8f98d8613c502ee1b498256737 | |
parent | wifi: wfx: drop driver owner initialization (diff) | |
parent | mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128 (diff) | |
download | wireguard-linux-bce42d6108c9ff6de1381995dffa762730ce0756.tar.xz wireguard-linux-bce42d6108c9ff6de1381995dffa762730ce0756.zip |
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.9-rc[n] into the next branch, to allow them to
get tested together with the new mmc changes that are targeted for v6.10.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | drivers/mmc/host/sdhci-of-dwcmshc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-of-dwcmshc.c b/drivers/mmc/host/sdhci-of-dwcmshc.c index f29edb71f052..c6a20be12712 100644 --- a/drivers/mmc/host/sdhci-of-dwcmshc.c +++ b/drivers/mmc/host/sdhci-of-dwcmshc.c @@ -720,6 +720,7 @@ static int th1520_execute_tuning(struct sdhci_host *host, u32 opcode) /* perform tuning */ sdhci_start_tuning(host); + host->tuning_loop_count = 128; host->tuning_err = __sdhci_execute_tuning(host, opcode); if (host->tuning_err) { /* disable auto-tuning upon tuning error */ |