Re: [PATCH 5/5] mmc: dw_mmc: use the mmc regulator API into core.c

2014-05-14 Thread Yuvaraj Cd
On Mon, May 12, 2014 at 4:44 PM, Jaehoon Chung wrote: > Use the mmc regulator API into core.c instead of enabling locally. > It can use the "vmmc", and optional "vqmmc". > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/host/dw_mmc.c | 61 > ++--- >

Re: [PATCH 5/5] mmc: dw_mmc: use the mmc regulator API into core.c

2014-05-13 Thread Jaehoon Chung
On 05/13/2014 02:41 AM, Dinh Nguyen wrote: > On Mon, 2014-05-12 at 20:14 +0900, Jaehoon Chung wrote: >> Use the mmc regulator API into core.c instead of enabling locally. >> It can use the "vmmc", and optional "vqmmc". >> >> Signed-off-by: Jaehoon Chung >> --- >> drivers/mmc/host/dw_mmc.c | 61

Re: [PATCH 5/5] mmc: dw_mmc: use the mmc regulator API into core.c

2014-05-12 Thread Dinh Nguyen
On Mon, 2014-05-12 at 20:14 +0900, Jaehoon Chung wrote: > Use the mmc regulator API into core.c instead of enabling locally. > It can use the "vmmc", and optional "vqmmc". > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/host/dw_mmc.c | 61 > ++--- >

[PATCH 5/5] mmc: dw_mmc: use the mmc regulator API into core.c

2014-05-12 Thread Jaehoon Chung
Use the mmc regulator API into core.c instead of enabling locally. It can use the "vmmc", and optional "vqmmc". Signed-off-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc.c | 61 ++--- 1 file changed, 24 insertions(+), 37 deletions(-) diff --git a/drivers