[U-Boot] [PATCH 0/2] EXYNOS: support the DesignWare MMC Controller

These patches is depend on [PATCH]mmc: dw-mmc: support DesignWare MMC controller. For using dw-mmc controller, need to add the some samsung specific code. Exynos specific code should be presented into exynos_dw_mmc.c
Jaehoon Chung (2): EXYNOS: clock: add the get_mmc_clk function EXYNOS: mmc: support DesignWare Controller for Samsung-SoC
arch/arm/cpu/armv7/exynos/clock.c | 78 ++++++++++++++++++++++++++++++ arch/arm/include/asm/arch-exynos/clk.h | 1 + arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++++++++++++++ drivers/mmc/exynos_dw_mmc.c | 60 +++++++++++++++++++++++ 4 files changed, 175 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm/arch-exynos/dwmmc.h create mode 100644 drivers/mmc/exynos_dw_mmc.c
participants (1)
-
Jaehoon Chung