* [U-Boot] [PATCH 0/2] EXYNOS: support the DesignWare MMC Controller
@ 2012-07-03 4:57 Jaehoon Chung
0 siblings, 0 replies; only message in thread
From: Jaehoon Chung @ 2012-07-03 4:57 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-03 4:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 4:57 [U-Boot] [PATCH 0/2] EXYNOS: support the DesignWare MMC Controller Jaehoon Chung
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.