Re: [PATCH v6] mmc: dw_mmc-k3: add sd support for hi3660

2017-07-27 Thread Shawn Lin
Trim the CC list On 2017/7/6 15:28, liwei wrote: From: Li Wei Add sd card support for hi3660 soc Signed-off-by: Li Wei Signed-off-by: Chen Jun Major changes in v3: - solve review comments from Heiner Kallweit. *use the GENMASK and FIELD_PREP macros replace the bit shift operation.

[PATCH v6] mmc: dw_mmc-k3: add sd support for hi3660

2017-07-06 Thread liwei
From: Li Wei Add sd card support for hi3660 soc Signed-off-by: Li Wei Signed-off-by: Chen Jun Major changes in v3: - solve review comments from Heiner Kallweit. *use the GENMASK and FIELD_PREP macros replace the bit shift operation. *use usleep_range() replace udelay() and mdelay(). M