
1 Aug
2014
1 Aug
'14
6:26 p.m.
Hi Marek,
On Jul 22, 2014, at 3:34 AM, Marek Vasut wrote:
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
arch/arm/include/asm/arch-s3c24x0/s3c24x0.h | 6 + drivers/mmc/Makefile | 1 + drivers/mmc/s3c_sdi.c | 321 ++++++++++++++++++++++++++++ 3 files changed, 328 insertions(+) create mode 100644 drivers/mmc/s3c_sdi.c
[snip]
Applied, thanks.
-- Pantelis