]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
S5P: support mmc driver
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 6 Jul 2010 11:26:06 +0000 (20:26 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 3 Aug 2010 01:18:15 +0000 (10:18 +0900)
commit5000284872585e27fa1af57325fe36c4588eccdc
tree8bb2b8207416c8dd594a0e6d06e812e4a9d47edc
parent1a4106dd207c1e3a20d8cc587822637026d5e196
S5P: support mmc driver

This patch adds support mmc driver for s5p SoC

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