From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] mmc: support sdhci instead of s5p_mmc
Date: Thu, 29 Mar 2012 17:25:22 +0900 [thread overview]
Message-ID: <4F741C72.3020102@samsung.com> (raw)
This patchset is supported the sdhci controller for Samsung-SoC.
In mmc driver, already implemented the generic sdhci.
There is no reason that didn't use sdhci.c.
So, use the sdhci instead of s5p_mmc.
Jaehoon Chung (3):
mmc: sdhci: fix the wrong operation when response type is R1b
mmc: use sdhci.c instead of s5p_mmc.c
ARM: SAMSUNG: support sdhci controller
arch/arm/include/asm/arch-exynos/mmc.h | 93 +++++++++++++++--------------
arch/arm/include/asm/arch-s5pc1xx/mmc.h | 93 +++++++++++++++--------------
drivers/mmc/Makefile | 2 +-
drivers/mmc/s5p_sdhci.c | 98 +++++++++++++++++++++++++++++++
drivers/mmc/sdhci.c | 45 +++++++++++---
include/configs/origen.h | 3 +-
include/configs/s5p_goni.h | 3 +-
include/configs/s5pc210_universal.h | 3 +-
include/configs/smdk5250.h | 3 +-
include/configs/smdkv310.h | 3 +-
include/configs/trats.h | 3 +-
include/sdhci.h | 6 ++
12 files changed, 246 insertions(+), 109 deletions(-)
create mode 100644 drivers/mmc/s5p_sdhci.c
--
1.7.4.1
next reply other threads:[~2012-03-29 8:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-29 8:25 Jaehoon Chung [this message]
2012-03-29 14:24 ` [U-Boot] [PATCH 0/3] mmc: support sdhci instead of s5p_mmc Minkyu Kang
2012-03-30 2:07 ` Jaehoon Chung
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=4F741C72.3020102@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox