Re: [PATCH] sdhci: vmmc regulator should be explicitly enabled/disabled

2012-08-07 Thread Chris Ball
Hi, On Mon, Jul 23 2012, philipspatc...@gmail.com wrote: > From: Philip Rakity > > The vmmc regulator should not rely on it being enabled in > the platform code. Expliciitly enable and disable the > regulator. > > Signed-off-by: Philip Rakity > --- > drivers/mmc/host/sdhci.c |7 +-- >

[PATCH] sdhci: vmmc regulator should be explicitly enabled/disabled

2012-07-23 Thread philipspatches
From: Philip Rakity The vmmc regulator should not rely on it being enabled in the platform code. Expliciitly enable and disable the regulator. Signed-off-by: Philip Rakity --- drivers/mmc/host/sdhci.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/h