Re: [U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc

2014-03-06 Thread Lukasz Majewski
Hi Jaehoon, > On 03/05/2014 06:21 PM, Lukasz Majewski wrote: > > Hi Beomho, > > > >> This patch set for use dw mmc controller. > >> First, add dw mmc controller initialization. > >> And then, change exynos4 mmc gpio configuration. > >> Additionally, I have removed exynos4x12_set_mmc_clk function.

Re: [U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc

2014-03-05 Thread Jaehoon Chung
On 03/05/2014 06:21 PM, Lukasz Majewski wrote: > Hi Beomho, > >> This patch set for use dw mmc controller. >> First, add dw mmc controller initialization. >> And then, change exynos4 mmc gpio configuration. >> Additionally, I have removed exynos4x12_set_mmc_clk function. >> Because samsung_get_bas

Re: [U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc

2014-03-05 Thread Lukasz Majewski
Hi Beomho, > This patch set for use dw mmc controller. > First, add dw mmc controller initialization. > And then, change exynos4 mmc gpio configuration. > Additionally, I have removed exynos4x12_set_mmc_clk function. > Because samsung_get_base_clock() (exynos4x12/ exynos4) return same > value. Th

[U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc

2014-03-05 Thread Beomho Seo
This patch set for use dw mmc controller. First, add dw mmc controller initialization. And then, change exynos4 mmc gpio configuration. Additionally, I have removed exynos4x12_set_mmc_clk function. Because samsung_get_base_clock() (exynos4x12/ exynos4) return same value. This patch set is tested o