]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 8 Aug 2012 02:57:16 +0000 (22:57 -0400)
commit980a97e38f713da393a3f9789aa990b259d1c7d5
tree6b09039d5b9e865c773f039456b686dbf57fb6cd
parente8b78b6003345aaffe04dc7da2f52ed0dde2d735
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