mmc: sdhci: vmmc regulator should be explicitly enabled/disabled
authorPhilip Rakity <prakity@marvell.com>
Tue, 24 Jul 2012 00:25:18 +0000 (17:25 -0700)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:13 +0000 (13:58 -0400)
commit77dcb3f4c344d4c9619803848f1aba4d271dac7b
treef65cd13ee8f89702dabe7c05189bb35eccbb686c
parent6231f3de1332b2a8a90e0c598ab6acc8f1eff7c1
mmc: sdhci: vmmc regulator should be explicitly enabled/disabled

The vmmc regulator should not rely on the platform code to enable it.
Expliciitly enable and disable the regulator inside the driver.

Signed-off-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c