]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: support the sdhci instead of s5p_mmc for samsung-soc
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 23 Apr 2012 02:36:28 +0000 (02:36 +0000)
committerAndy Fleming <afleming@freescale.com>
Tue, 8 May 2012 23:02:22 +0000 (18:02 -0500)
commit442d55685e1e2310d546044a6519ae73e4ba348a
treee68bf2ac2fc9348b0d92a4404d64aac4458d02d6
parent236bfecff8091356d81e79da3281b9e4af967468
mmc: support the sdhci instead of s5p_mmc for samsung-soc

In driver mmc, generic s5p_sdhci code is implemented.
s5p_mmc file  is dupulicated.
we are good that use the generic sdhci.
This patch supported the sdhci  for Samsung-SoC.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Lei Wen<leiwen@marvell.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-exynos/mmc.h
arch/arm/include/asm/arch-s5pc1xx/mmc.h
drivers/mmc/Makefile
drivers/mmc/s5p_mmc.c [deleted file]
drivers/mmc/s5p_sdhci.c [new file with mode: 0644]