mmc: msm_sdcc: Reset SDCC in case of data transfer errors
authorSahitya Tummala <stummala@codeaurora.org>
Wed, 8 Dec 2010 09:33:05 +0000 (15:03 +0530)
committerDavid Brown <davidb@codeaurora.org>
Mon, 20 Dec 2010 20:28:31 +0000 (12:28 -0800)
commitb08bb35d1a5ee5426198eb3a2861008c2e9e6fc4
treeb721ec64e16b9197322b15833f301604fe52aa85
parentd5137bdd91b8267ada3973806443013f4bf079f6
mmc: msm_sdcc: Reset SDCC in case of data transfer errors

SDCC uses an asynchronous FIFOs for data synchronization (one for TX
and one for RX).  For any error when DPSM (Data path state machine) is
involved the transfer is terminated with the remaining data stuck inside
FIFOs. Reset the controller in case of data errors to ensure that
any left over data in FIFOs is flushed out and DPSM is in good state.

The following problems are observed without this reset functionality -

1. After the card is removed in an unsafe way (removed when there
is an on going data transfer), the card will not be detected upon
its next insertion.  This is because the controller wouldn't respond
to few initialization commands.

2. When an error occurs for a data transfer in non-DMA mode, sometimes
we get spurious PIO interrupt after the request is processed.

Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
drivers/mmc/host/msm_sdcc.c