From: Jaehoon Chung Date: Thu, 17 Mar 2011 11:32:33 +0000 (+0900) Subject: mmc: dw_mmc: fix suspend/resume operation X-Git-Tag: v2.6.39-rc1~412^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61cf1184d72e574460492fd6c6b6d8a3ace2089;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed