summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/dw_mmc.h
diff options
context:
space:
mode:
authorJaehoon Chung2011-03-17 12:32:33 +0100
committerChris Ball2011-03-17 20:35:20 +0100
commite61cf1184d72e574460492fd6c6b6d8a3ace2089 (patch)
tree2a95d08ee1b19a7cbeadc7ca0622f93bbcc9e3f2 /include/linux/mmc/dw_mmc.h
parentmmc: dw_mmc: add quirks for unreliable card detect, and capabilities (diff)
downloadkernel-qcow2-linux-e61cf1184d72e574460492fd6c6b6d8a3ace2089.tar.gz
kernel-qcow2-linux-e61cf1184d72e574460492fd6c6b6d8a3ace2089.tar.xz
kernel-qcow2-linux-e61cf1184d72e574460492fd6c6b6d8a3ace2089.zip
mmc: dw_mmc: fix suspend/resume operation
This patch is related to re-init processing on suspend/resume. When card is resuming, some register is reset. If card is removable, maybe controller should be rescan for card. But if assume card is non-removable, need to restore the old value at registers. We store the value of FIFOTH at probe time and then restore it in dw_mci_resume(). Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc/dw_mmc.h')
-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 f08163198877..6c324de20de2 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -140,6 +140,7 @@ struct dw_mci {
u32 bus_hz;
u32 current_speed;
u32 num_slots;
+ u32 fifoth_val;
struct platform_device *pdev;
struct dw_mci_board *pdata;
struct dw_mci_slot *slot[MAX_MCI_SLOTS];