Hi The issue fixed by recent patch: https://lore.kernel.org/lkml/20181206073318.049065a8@xdu1-desk/ also affects other drivers. Here are fixes, compile tested only. Adrian Hunter (3): mmc: sdhci-of-esdhc: Fix timeout checks mmc: sdhci-omap: Fix timeout checks mmc: sdhci-xenon: Fix timeout checks drivers/mmc/host/sdhci-of-esdhc.c | 16 ++++++++++++---- drivers/mmc/host/sdhci-omap.c | 16 ++++++++++++---- drivers/mmc/host/sdhci-xenon-phy.c | 10 +++++++--- drivers/mmc/host/sdhci-xenon.c | 10 +++++++--- 4 files changed, 38 insertions(+), 14 deletions(-) Regards Adrian