* [U-Boot] [PATCH v2 0/3] mmc: support sdhci instead of s5p_mmc
@ 2012-03-30 2:39 Jaehoon Chung
0 siblings, 0 replies; only message in thread
From: Jaehoon Chung @ 2012-03-30 2:39 UTC (permalink / raw)
To: u-boot
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.
Changelog-v2:
- removed the s5p_mmc.c
- based-on u-boot-samsung repository.
Jaehoon Chung (3):
mmc: sdhci: fix the wrong operation when response type is R1b
mmc: use sdhci.c intead 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_mmc.c | 490 -------------------------------
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 +
13 files changed, 246 insertions(+), 599 deletions(-)
delete mode 100644 drivers/mmc/s5p_mmc.c
create mode 100644 drivers/mmc/s5p_sdhci.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-30 2:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30 2:39 [U-Boot] [PATCH v2 0/3] mmc: support sdhci instead of s5p_mmc Jaehoon Chung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox