From: Seungwon Jeon Date: Wed, 1 Aug 2012 00:30:40 +0000 (+0900) Subject: mmc: dw_mmc: correct mishandling error interrupt X-Git-Tag: v3.6-rc5~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2026a12511439d906a5d8d302ae285ebe7378a;p=pandora-kernel.git mmc: dw_mmc: correct mishandling error interrupt Datasheet of SYNOPSYS mentions that DTO(Data Transfer Over) interrupt will be raised even if some error interrupts, however it is actually found that DTO does not occur. SYNOPSYS has confirmed this issue. Current implementation defers the call of tasklet_schedule until DTO when the error interrupts is happened. This patch fixes error handling. Signed-off-by: Seungwon Jeon Acked-by: Jaehoon Chung Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed