]> Git Repo - linux.git/commit
mmc: core: Fix busy polling for MMC_SEND_OP_COND again
authorUlf Hansson <[email protected]>
Tue, 17 May 2022 10:10:46 +0000 (12:10 +0200)
committerUlf Hansson <[email protected]>
Thu, 19 May 2022 13:46:46 +0000 (15:46 +0200)
commite949dee3625e1b0ef2e40d9aa09c2995281b12f6
treeb7ef42d2e8f9b10497c570df00111f6ca7ea00b3
parent3e5a8e8494a8122fe4eb3f167662f406cab753b9
mmc: core: Fix busy polling for MMC_SEND_OP_COND again

It turned out that polling period for MMC_SEND_OP_COND, that currently is
set to 1ms, still isn't sufficient. In particular a Micron eMMC on a
Beaglebone platform, is reported to sometimes fail to initialize.

Additional test, shows that extending the period to 4ms is working fine, so
let's make that change.

Reported-by: Jean Rene Dawin <[email protected]>
Tested-by: Jean Rene Dawin <[email protected]>
Fixes: 1760fdb6fe9f (mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_COND")
Fixes: 76bfc7ccc2fa ("mmc: core: adjust polling interval for CMD1")
Cc: [email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/mmc/core/mmc_ops.c
This page took 0.055253 seconds and 4 git commands to generate.