Re: [U-Boot] [PATCH 1/3] mmc: dw_mmc: fixed the wrong bit control

2015-02-23 Thread Pantelis Antoniou
Hi Jaehoon, > On Feb 4, 2015, at 08:48 , Jaehoon Chung wrote: > > If mode is not DDR-mode, then it needs to clear it. > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/dw_mmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc

[U-Boot] [PATCH 1/3] mmc: dw_mmc: fixed the wrong bit control

2015-02-04 Thread Jaehoon Chung
If mode is not DDR-mode, then it needs to clear it. Signed-off-by: Jaehoon Chung --- drivers/mmc/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index b18c75d..76fa0b0 100644 --- a/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_