Re: [PATCH] mmc: mxs-mmc: enable regulator for mmc slot

2012-07-03 Thread Chris Ball
Hi, On Tue, Jun 26 2012, Shawn Guo wrote: > If bootloader or platform initialization code does not enable the > power supply to mmc slot, we need to do it in mmc driver. > > Signed-off-by: Shawn Guo > --- > drivers/mmc/host/mxs-mmc.c | 11 +++ > 1 files changed, 11 insertions(+), 0 del

Re: [PATCH] mmc: mxs-mmc: enable regulator for mmc slot

2012-07-03 Thread Shawn Guo
Hi Chris, Ping. Regards, Shawn On Tue, Jun 26, 2012 at 04:38:57PM +0800, Shawn Guo wrote: > If bootloader or platform initialization code does not enable the > power supply to mmc slot, we need to do it in mmc driver. > > Signed-off-by: Shawn Guo > --- > drivers/mmc/host/mxs-mmc.c | 11

[PATCH] mmc: mxs-mmc: enable regulator for mmc slot

2012-06-26 Thread Shawn Guo
If bootloader or platform initialization code does not enable the power supply to mmc slot, we need to do it in mmc driver. Signed-off-by: Shawn Guo --- drivers/mmc/host/mxs-mmc.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/mxs-mmc.c b/dri