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

Jaehoon Chung jh80.chung at samsung.com
Tue Jul 3 06:57:51 CEST 2012


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

-- 
1.7.4.1


More information about the U-Boot mailing list