Re: [PATCH] mmc: dw_mmc: add support for use_hold_reg

2012-12-14 Thread Dinh Nguyen
On Fri, 2012-12-14 at 08:33 +0900, Jaehoon Chung wrote: > Hi Dinh, > > According to DesignWare Spec, we need to check which bus-mode use. > You can refer to "https://patchwork.kernel.org/patch/1379521/";. > I know that hold_reg didn't use always, although hold_reg is set. Hi Jaehoon, Thanks for

Re: [PATCH] mmc: dw_mmc: add support for use_hold_reg

2012-12-13 Thread Jaehoon Chung
Hi Dinh, According to DesignWare Spec, we need to check which bus-mode use. You can refer to "https://patchwork.kernel.org/patch/1379521/";. I know that hold_reg didn't use always, although hold_reg is set. Best Regards, Jaehoon Chung On 12/14/2012 05:03 AM, dingu...@altera.com wrote: > From: D

[PATCH] mmc: dw_mmc: add support for use_hold_reg

2012-12-13 Thread dinguyen
From: Dinh Nguyen Add code to read value of the use_hold_reg in the cmd register so that the cmdflags can be correct. Signed-off-by: Dinh Nguyen --- drivers/mmc/host/dw_mmc.c |6 ++ drivers/mmc/host/dw_mmc.h |1 + include/linux/mmc/dw_mmc.h |3 +++ 3 files changed, 10 inserti