]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/omap_hsmmc.c
ARMV7: OMAP: Add new mmc driver compatible with CONFIG_GENERIC_MMC
authorSukumar Ghorai <s-ghorai@ti.com>
Sun, 19 Sep 2010 03:32:33 +0000 (20:32 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Oct 2010 18:14:10 +0000 (20:14 +0200)
commitde941241a0d6a5f00e3273112c2cf8535e4f15af
treed075a1bb9fa4144e2daf265404f167ae334d1638
parentd23e2c09a7900ec4c208e602b608ae2399e6d536
ARMV7: OMAP: Add new mmc driver compatible with CONFIG_GENERIC_MMC

OMAP boards currently use a legacy mmc driver. This patch adds a new
mmc driver which will work with the generic mmc driver in u-boot.

This new driver will work with both OMAP3 and OMAP4 boards.

This patch does not remove the old driver.  It should remain in the
tree until all boards that use it switch to the new driver.

Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com>
Tested-by: Steve Sakoman <steve@sakoman.com>
arch/arm/include/asm/arch-omap3/mmc_host_def.h
arch/arm/include/asm/arch-omap4/mmc_host_def.h
drivers/mmc/Makefile
drivers/mmc/omap_hsmmc.c [new file with mode: 0644]