From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beomho Seo Date: Wed, 05 Mar 2014 10:57:20 +0900 Subject: [U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc Message-ID: <53168480.1050003@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 on Trats2 board. Beomho Seo (3): board: samsung: trats2: Add DW MMC controller initialization arm: exynos: pinmux: Add sdmmc4 gpio confifuration arm: exynos: clock: Remove exynos4x12_set_mmc_clk function arch/arm/cpu/armv7/exynos/clock.c | 29 +---------------------------- arch/arm/cpu/armv7/exynos/pinmux.c | 20 +++++++++++++++----- board/samsung/trats2/trats2.c | 31 +++++++++++++++++++++---------- 3 files changed, 37 insertions(+), 43 deletions(-) -- Best Regards,