Hi Here are a couple of fixes for sdhci error handling. I came accoss these while forcing the controller to produce CRC errors. AFAIK they do not address problems seen in the wild, so I haven't marked the patches for stable. Adrian Hunter (3): mmc: sdhci: Fix data command CRC error handling mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERR mmc: sdhci: Handle auto-command errors drivers/mmc/host/sdhci-esdhc-imx.c | 12 +++--- drivers/mmc/host/sdhci.c | 79 +++++++++++++++++++++++++------------- drivers/mmc/host/sdhci.h | 11 ++++-- 3 files changed, 66 insertions(+), 36 deletions(-) Regards Adrian