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.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC fix from Ulf Hansson:
"MMC core:

- Fix busy polling for MMC_SEND_OP_COND again"

* tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
mmc: core: Fix busy polling for MMC_SEND_OP_COND again

+1 -1
+1 -1
drivers/mmc/core/mmc_ops.c
··· 21 21 22 22 #define MMC_BKOPS_TIMEOUT_MS (120 * 1000) /* 120s */ 23 23 #define MMC_SANITIZE_TIMEOUT_MS (240 * 1000) /* 240s */ 24 - #define MMC_OP_COND_PERIOD_US (1 * 1000) /* 1ms */ 24 + #define MMC_OP_COND_PERIOD_US (4 * 1000) /* 4ms */ 25 25 #define MMC_OP_COND_TIMEOUT_MS 1000 /* 1s */ 26 26 27 27 static const u8 tuning_blk_pattern_4bit[] = {