All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] mmc: Support designWare Controller
Date: Tue, 03 Jul 2012 16:57:59 +0900	[thread overview]
Message-ID: <4FF2A607.6050605@samsung.com> (raw)

Include mmc:dw-mmc:support DesignWare MMC controller at this patchset.
dw-mmc.c is generic interface.(like sdhci.c)
For using dw-mmc controller, need to add the some samsung specific code.
Exynos specific code should be presented into exynos_dw_mmc.c

If want to use with exynos5, must enable the dw-mmc.c.

Changelog v2:
	- Fixed the wrong argument for exynos_dwmci_init()
	- Added CONFIG_DWMMC/CONFIG_EXYNOS_DWMMC at Makefile
	- Changed host->mmc_clk instead of host->get_mmc_clk
	- removed hard-coding value
		: if need, we can set to host->fifoth_val

Jaehoon Chung (4):
  mmc: dw-mmc: support DesignWare MMC Controller
  EXYNOS: clock: add the get_mmc_clk function
  EXYNOS: mmc: support DesignWare Controller for Samsung-SoC
  mmc: dw-mmc: add dw-mmc's confiuration at Makefile

 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/Makefile                     |    3 +
 drivers/mmc/dw_mmc.c                     |  400 ++++++++++++++++++++++++++++++
 drivers/mmc/exynos_dw_mmc.c              |   58 +++++
 include/dwmmc.h                          |  186 ++++++++++++++
 7 files changed, 762 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/dwmmc.h
 create mode 100644 drivers/mmc/dw_mmc.c
 create mode 100644 drivers/mmc/exynos_dw_mmc.c
 create mode 100644 include/dwmmc.h

             reply	other threads:[~2012-07-03  7:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03  7:57 Jaehoon Chung [this message]
2012-07-09  2:45 ` [U-Boot] [PATCH v2 0/4] mmc: Support designWare Controller Jaehoon Chung
2012-07-16  8:47   ` Minkyu Kang

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=4FF2A607.6050605@samsung.com \
    --to=jh80.chung@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.