Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC fix from Ulf Hansson:
"Revert in order to fix card init for some eMMCs that need retries for
CMD6"

* tag 'mmc-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
Revert "mmc: core: do not retry CMD6 in __mmc_switch()"

+1 -1
+1 -1
drivers/mmc/core/mmc_ops.c
··· 564 564 if (index == EXT_CSD_SANITIZE_START) 565 565 cmd.sanitize_busy = true; 566 566 567 - err = mmc_wait_for_cmd(host, &cmd, 0); 567 + err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); 568 568 if (err) 569 569 goto out; 570 570