Re: [U-Boot] [PATCH] mmc: dw_mmc: remove the exynos specific code in dw-mmc.c

2013-12-02 Thread Minkyu Kang
On 29/11/13 21:01, Pantelis Antoniou wrote: > Hi Jaehoon, > > Looks good > > On Nov 29, 2013, at 1:08 PM, Jaehoon Chung wrote: > >> dw-mmc.c is the general driver file. >> So, remove the exynos specific code at dw-mmc.c. >> Instead, exynos specific cod can be move into exynos-dw_mmc.c. >> >> Sig

Re: [U-Boot] [PATCH] mmc: dw_mmc: remove the exynos specific code in dw-mmc.c

2013-11-29 Thread Pantelis Antoniou
Hi Jaehoon, Looks good On Nov 29, 2013, at 1:08 PM, Jaehoon Chung wrote: > dw-mmc.c is the general driver file. > So, remove the exynos specific code at dw-mmc.c. > Instead, exynos specific cod can be move into exynos-dw_mmc.c. > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/dw_mmc.c

Re: [U-Boot] [PATCH] mmc: dw_mmc: remove the exynos specific code in dw-mmc.c

2013-11-29 Thread Rajeshwari Birje
Hi, Had raised this point when I had got comments for the patch "[10/10,V4] DWMMC: SMDK5420: Disable SMU for eMMC" https://patches.linaro.org/20666/ Acked-by:Rajeshwari Shinde Regards, Rajeshwari Shinde On Fri, Nov 29, 2013 at 4:53 PM, Alexey Brodkin wrote: > Acked-by: Alexey Brodkin > > On

Re: [U-Boot] [PATCH] mmc: dw_mmc: remove the exynos specific code in dw-mmc.c

2013-11-29 Thread Alexey Brodkin
Acked-by: Alexey Brodkin On Fri, 2013-11-29 at 20:08 +0900, Jaehoon Chung wrote: > dw-mmc.c is the general driver file. > So, remove the exynos specific code at dw-mmc.c. > Instead, exynos specific cod can be move into exynos-dw_mmc.c. > > Signed-off-by: Jaehoon Chung _

[U-Boot] [PATCH] mmc: dw_mmc: remove the exynos specific code in dw-mmc.c

2013-11-29 Thread Jaehoon Chung
dw-mmc.c is the general driver file. So, remove the exynos specific code at dw-mmc.c. Instead, exynos specific cod can be move into exynos-dw_mmc.c. Signed-off-by: Jaehoon Chung --- drivers/mmc/dw_mmc.c| 12 ++-- drivers/mmc/exynos_dw_mmc.c | 14 ++ include/dwmmc.