From: Adrian Hunter Date: Tue, 24 Feb 2009 12:48:16 +0000 (+0200) Subject: omap_hsmmc: do not re-power when powering off MMC X-Git-Tag: v2.6.30-rc1~209^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e57d60829f5c00ebf44df65a4b709359e285c20;p=pandora-kernel.git omap_hsmmc: do not re-power when powering off MMC Remove code that turns MMC1 power back on after it has been powered off (when the voltage is 1.8V). The offending code is not necessary because the host controller bus voltage is initialized to 3V when probing or resuming. Note that MMC powers up with the highest voltage available (see mmc_power_up()) which will be 3V also. Signed-off-by: Adrian Hunter Acked-by: Tony Lindgren Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed