Skip to content

Commit bce42d6

Browse files
author
Ulf Hansson
committed
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>
2 parents fbd4219 + ace323f commit bce42d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mmc/host/sdhci-of-dwcmshc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ static int th1520_execute_tuning(struct sdhci_host *host, u32 opcode)
720720

721721
/* perform tuning */
722722
sdhci_start_tuning(host);
723+
host->tuning_loop_count = 128;
723724
host->tuning_err = __sdhci_execute_tuning(host, opcode);
724725
if (host->tuning_err) {
725726
/* disable auto-tuning upon tuning error */

0 commit comments

Comments
 (0)