summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorSeungwon Jeon2013-08-30 17:13:55 +0200
committerChris Ball2013-09-26 03:34:39 +0200
commitf1d2736c815629f3b43d8eebf73a81b581438e65 (patch)
treee8150b9c27571f4b1b541931f7cf8f3137f7c41d /include/linux/mmc
parentmmc: dw_mmc: adjust the fifoth with block size (diff)
downloadkernel-qcow2-linux-f1d2736c815629f3b43d8eebf73a81b581438e65.tar.gz
kernel-qcow2-linux-f1d2736c815629f3b43d8eebf73a81b581438e65.tar.xz
kernel-qcow2-linux-f1d2736c815629f3b43d8eebf73a81b581438e65.zip
mmc: dw_mmc: control card read threshold
Card Read Threshold should be ensured that the card clock does not stop in the middle of a block of data being transferred from the card to the Host. Specially, clock stop is allowed in fast transfer such as HS200 or SDR104 mode. And so, it should be enabled. Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com> Tested-by: Alim Akhtar <alim.akhtar@samsung.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/dw_mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index 4ec9dcc9460e..a829f7ee28c8 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -130,6 +130,7 @@ struct dw_mci {
struct mmc_command *cmd;
struct mmc_data *data;
unsigned int prev_blksz;
+ unsigned char timing;
struct workqueue_struct *card_workqueue;
/* DMA interface members*/