From 87a74d399a165510b053c406699992af9add0da9 Mon Sep 17 00:00:00 2001 From: Kyoungil Kim Date: Tue, 22 Jan 2013 16:46:30 +0900 Subject: [PATCH] mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio mode In dwc manual, the below contents are described: "During end of packet, interrupt is not generated if threshold programming is larger than any remaining data. It is responsibility of host to read remaining bytes on seeing Data Transfer Done interrupt" We also have seen the data cannot be read fully when "sg_miter->length" is less than FIFO size. Signed-off-by: Kyoungil Kim Signed-off-by: Seungwon Jeon Acked-by: Jaehoon Chung Signed-off-by: Chris Ball --- Reading git-format-patch failed