omap_hsmmc: do not re-power when powering off MMC
authorAdrian Hunter <ext-adrian.hunter@nokia.com>
Tue, 24 Feb 2009 12:48:16 +0000 (14:48 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 24 Mar 2009 20:29:59 +0000 (21:29 +0100)
commit9e57d60829f5c00ebf44df65a4b709359e285c20
tree5338f14fd61fb8d7f66bf71d7ed3464c5ffb5af4
parent736bb6bb01a2a180b6f062e792bd03658d57ab7e
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 <ext-adrian.hunter@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/omap_hsmmc.c