]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: s3c: Add SD driver
authorMarek Vasut <marex@denx.de>
Tue, 22 Jul 2014 00:34:52 +0000 (02:34 +0200)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Fri, 1 Aug 2014 16:24:34 +0000 (19:24 +0300)
commitdae0f5c644c0f76e67306bd49c09d95373b7357a
tree4c0e4a526666e30f6cd2e6f00a839e373252a4eb
parent7eca6b6327e3a33f9c2185321034c9ae7a70662e
mmc: s3c: Add SD driver

Implement SD driver for the S3C24xx family. This implementation
is currently only capable of using the PIO transfers, DMA is not
supported.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
drivers/mmc/Makefile
drivers/mmc/s3c_sdi.c [new file with mode: 0644]