]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MMC: add sdhci generic framework
authorLei Wen <leiwen@marvell.com>
Tue, 28 Jun 2011 21:50:06 +0000 (21:50 +0000)
committerAndy Fleming <afleming@freescale.com>
Sat, 16 Jul 2011 01:29:18 +0000 (20:29 -0500)
commitaf62a55785b95c1d52fc538387aaf66ffae1513c
treecc4d8eae982c6dd157091a456b00109c178c5347
parente6f99a5611e1ff59555f93de88e527070f8548af
MMC: add sdhci generic framework

Nowdays, there are plenty of mmc driver in uboot adopt the sd standard
host design, aka as sdhci. It is better to centralize the common logic
together to better maintenance.

Signed-off-by: Lei Wen <leiwen@marvell.com>
Acked-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/Makefile
drivers/mmc/sdhci.c [new file with mode: 0644]
include/sdhci.h [new file with mode: 0644]