commit | ceb6143b2df81c8a554bd5de898087926568cc51 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue Dec 27 15:48:41 2011 +0200 |
committer | Chris Ball <cjb@laptop.org> | Wed Jan 11 23:58:47 2012 -0500 |
tree | d424e582d5d8ea0e350a30e0c4516345b86950ce | |
parent | 17e9ff559a7dbb7a6df332007d2ffcd3e7d83fba [diff] |
mmc: sdhci: fix vmmc handling Presently the vmmc regulator is enabled when the host controller is added and disabled when it is removed. However, the vmmc regulator should be under the control of the upper layers via ->set_ios(). Make it so. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>