From: Kim Kyuwon Date: Fri, 20 Feb 2009 12:10:08 +0000 (+0100) Subject: omap_hsmmc: Initialize hsmmc controller registers when resuming X-Git-Tag: v2.6.30-rc1~209^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b331e69a2313f6e857890c7c2c40e3e2a74367a;p=pandora-kernel.git omap_hsmmc: Initialize hsmmc controller registers when resuming Most registers lose its state when the processor wakes up from sleep state. Thus registers should be initialized, when the processor wakes up. However the current hsmmc 'resume' function doesn't consider this issue and finally makes deadlock. So this patch fixes this problem. Signed-off-by: Kim Kyuwon Signed-off-by: Adrian Hunter Acked-by: Tony Lindgren Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed