[PATCH] mmc: host: sdhci: prevent mmcqd from becoming locked on mmc timeout

2013-11-14 Thread Neal Buckendahl
fixed a condition where device issues a status cmd to sdcard but no response comes from sdcard. The sdhci irq fires and we hit a timeout case which calls sdhci_finish_data(). sdhci_finish_data eventually attempt to reset controller and issues stop cmd. However mmcdq is wait_for_completion(&mrq->com

[PATCH] mmc: host: sdhci: prevent mmcqd from becoming locked on mmc timeout

2013-11-13 Thread Neal Buckendahl
fixed a condition where device issues a status cmd to sdcard but no response comes from sdcard. The sdhci irq fires and we hit a timeout case which calls sdhci_finish_data(). sdhci_finish_data eventually attempt to reset controller and issues stop cmd. However mmcdq is wait_for_completion(&mrq->com

[PATCH] mmc: host: sdhci: prevent mmcqd from becoming locked on mmc timeout

2013-11-09 Thread Neal Buckendahl
fixed a condition where device issues a status cmd to sdcard but no response comes from sdcard. The sdhci irq fires and we hit a timeout case which calls sdhci_finish_data(). sdhci_finish_data eventually attempt to reset controller and issues stop cmd. However mmcdq is wait_for_completion(&mrq->com