From: Guennadi Liakhovetski Date: Mon, 22 Apr 2013 08:29:26 +0000 (+0200) Subject: mmc: tmio: postpone controller reset during resume X-Git-Tag: v3.11-rc1~50^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22ffdcd25d67a07f2b5a75a7805826bfe8597f1;p=pandora-kernel.git mmc: tmio: postpone controller reset during resume When resuming, the tmio_mmc_host_resume() function is run when the controller might still be powered down. Issuing a reset command to it at that time has no effect. This patch postpones resetting the controller until the first powering-up .set_ios() call. Reported-by: Nguyen Viet Dung Signed-off-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed