]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Davinci MMCSD Support
authorSandeep Paulraj <s-paulraj@ti.com>
Tue, 21 Dec 2010 01:01:21 +0000 (20:01 -0500)
committerAlbert Aribaud <albert.aribaud@free.fr>
Tue, 1 Feb 2011 23:54:44 +0000 (00:54 +0100)
commit57418d2139f032f9dae8cea38917aa90fdd673d8
treef14c2061d406b8a56bf0c77fa16540eef0de0a34
parent36b4e2dddd3ee481411fa50e1c34dbf823eb5f5d
Davinci MMCSD Support

Added support for MMC/SD cards for Davinci.  This feature is enabled by
CONFIG_DAVINCI_MMC and is dependant on CONFIG_MMC and CONFIG_GENERIC_MMC
options. This is tested on DM355 and DM365 EVMs with both the available mmc
controllers.

Signed-off-by: Alagu Sankar <alagusankar@embwise.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-davinci/sdmmc_defs.h [new file with mode: 0644]
drivers/mmc/Makefile
drivers/mmc/davinci_mmc.c [new file with mode: 0644]
include/mmc.h