public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv2 00/10] mmc: code cleanup and support DDR mode
@ 2014-04-02  6:17 Jaehoon Chung
  2014-04-02  6:17 ` [U-Boot] [PATCHv2 01/10] mmc: s5p_sdhci: add the s5p_sdhci_core_init function Jaehoon Chung
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Jaehoon Chung @ 2014-04-02  6:17 UTC (permalink / raw)
  To: u-boot

If card and host are supported DDR mode, then it can be used the DDR mode.
This patch-set has dependency about beomho's patch-set.
(Based-on u-boot-samsung repository)

http://patchwork.ozlabs.org/patch/331986/
http://patchwork.ozlabs.org/patch/331987/
http://patchwork.ozlabs.org/patch/331989/
http://patchwork.ozlabs.org/patch/331988/

It's result for loading image.

sdhci controller ->5260488 bytes read in 259 ms (19.4 MiB/s)
dwmmc controller without DDR mode -> 5260488 bytes read in 202 ms (24.8 MiB/s)
dwmmc controller with DDR mode -> 5260488 bytes read in 118 ms (42.5 MiB/s)

Download the 400M image with lthor.
sdhci controller -> 59.4sec (Avg 6.95 MB/s)
dwmmc controller without DDR mode -> 61.6sec (Avg 6.72MB/s)
dwmmc controller with DDR mode -> 60.4sec (Avg 6.85MB/s)

Jaehoon Chung (10):
  mmc: s5p_sdhci: add the s5p_sdhci_core_init function
  ARM: exynos: board: change the mmc/sd init sequence
  ARM: exynos: clock: modify the set_mmc_clk for exynos4
  mmc: exynos_dw_mmc: restore the property into host
  mmc: remove the unnecessary define and fix the wrong bit control
  mmc: support the DDR mode for eMMC
  mmc: dw_mmc: support the DDR mode
  ARM: dts: exnyos: enable dw-mmc controller
  mmc: exynos_dw_mmc: enable the DDR mode
  ARM: exynos4: enable the dwmmc configuration

 arch/arm/cpu/armv7/exynos/clock.c      |   16 ++-
 arch/arm/dts/exynos4412-trats2.dts     |    6 +-
 arch/arm/include/asm/arch-exynos/clk.h |    5 +
 board/samsung/common/board.c           |   13 +-
 drivers/mmc/dw_mmc.c                   |   10 +-
 drivers/mmc/exynos_dw_mmc.c            |  221 ++++++++++++++++++++------------
 drivers/mmc/mmc.c                      |   16 ++-
 drivers/mmc/s5p_sdhci.c                |   42 +++---
 include/configs/exynos4-dt.h           |    3 +
 include/dwmmc.h                        |    5 +
 include/mmc.h                          |   25 ++--
 11 files changed, 225 insertions(+), 137 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-04-02 10:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02  6:17 [U-Boot] [PATCHv2 00/10] mmc: code cleanup and support DDR mode Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 01/10] mmc: s5p_sdhci: add the s5p_sdhci_core_init function Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 02/10] ARM: exynos: board: change the mmc/sd init sequence Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 03/10] ARM: exynos: clock: modify the set_mmc_clk for exynos4 Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 04/10] mmc: exynos_dw_mmc: restore the property into host Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 05/10] mmc: remove the unnecessary define and fix the wrong bit control Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 06/10] mmc: support the DDR mode for eMMC Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 07/10] mmc: dw_mmc: support the DDR mode Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 08/10] ARM: dts: exnyos: enable dw-mmc controller Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 09/10] mmc: exynos_dw_mmc: enable the DDR mode Jaehoon Chung
2014-04-02  6:17 ` [U-Boot] [PATCHv2 10/10] ARM: exynos4: enable the dwmmc configuration Jaehoon Chung
2014-04-02  6:51 ` [U-Boot] [PATCHv2 00/10] mmc: code cleanup and support DDR mode Lukasz Majewski
2014-04-02 10:39 ` Pantelis Antoniou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox