Re: [PATCH] UHS-SD card for Hisilicon Hikey

2016-08-03 Thread Jaehoon Chung
Hi, On 08/03/2016 07:22 PM, Jin Guojun wrote: > mmc: dw_mmc-k3: Hisilicon Hikey have no tuning function in dw_mmc-k3.c,so we > must do the tuning function stub when we init UHS card. Refer to Shawn's previous comment. "No, please amend the commit title line as "mmc: dw_mmc: x" And add "linux

[PATCH] UHS-SD card for Hisilicon Hikey

2016-08-03 Thread Jin Guojun
mmc: dw_mmc-k3: Hisilicon Hikey have no tuning function in dw_mmc-k3.c,so we must do the tuning function stub when we init UHS card. Signed-off-by: Jin Guojun --- drivers/mmc/host/dw_mmc-k3.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mmc/host/dw_mmc-k3.c b/drivers/mmc/ho