All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc
Date: Wed, 05 Mar 2014 10:21:51 +0100	[thread overview]
Message-ID: <20140305102151.679b8182@amdc2363> (raw)
In-Reply-To: <53168480.1050003@samsung.com>

Hi Beomho,

> 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.

Thank you for supporting the DW_MMC on Trats2.

I've got following comments:

1. Piotr Wilczek (added to CC) is moving the Trats/Trats2 board to
support configuration via device tree. From device tree it is easier to
seamlessly enable support for DW_MMC (SDMMC4 controller) - at least we
would avoid adding new #ifdefs. The way to enable it is almost
identical to Exynos5250 (board "snow").

Now the v4 has been sent, so please look (and probably rebase your work)
on them:

"[PATCH V4 00/12] Exynos4: add support for device tree"
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/181576/match=exynos4+add+support+device+tree


2. We did some rough tests for the DW_MMC implementation on Trats2 (with
clock phase settings similar to the one in the kernel) and it turned
out that SDHCI is faster. 

Two possible explanations:
- DDR is not supported by memory embedded on Trats2
- We did something wrong, so as a result the DDR mode for
  DW_MMC/eMMC memory was not working properly.

However, I still believe, that DW_MMC with properly enabled DDR could
outperform SDHCI. 

Why this speedup is important? 

We struggle to reduce time needed for flashing large images (like
rootfs - e.g. 400 MiB in size).

Any help is more than welcome :-).


3. u-boot general advice:

When you alter things related to a particular board (like
trats2 in this case) it is welcome to add the board's maintainer to CC.
You can find them at boards.cfg.

> 
> 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,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

  reply	other threads:[~2014-03-05  9:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05  1:57 [U-Boot] [PATCH 0/3] samsung: Add mmc controller to use dw mmc Beomho Seo
2014-03-05  9:21 ` Lukasz Majewski [this message]
2014-03-06  4:42   ` Jaehoon Chung
2014-03-06  8:17     ` Lukasz Majewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140305102151.679b8182@amdc2363 \
    --to=l.majewski@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.