]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
authorIlya Yanok <yanok@emcraft.com>
Mon, 8 Jun 2009 00:12:49 +0000 (04:12 +0400)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Aug 2009 21:47:38 +0000 (23:47 +0200)
commitba3dbaf281130029ecb970a922551902c1d80b50
treeca8741a8a948a84cb62ab86cfadabdcb26c99f7e
parent642d7b63c343633dcafc4e23a20e32604a05ff13
mxc-mmc: sdhc host driver for MX2 and MX3 proccessor

This is a port of Linux driver for SDHC host controller hardware
found on Freescale's MX2 and MX3 processors. Uses new generic MMC
framework (CONFIG_GENERIC_MMC) and it looks like there are some
problems with a framework (at least on LE cpus). Some of these
problems are addressed in the following patches.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
cpu/arm926ejs/mx27/generic.c
drivers/mmc/Makefile
drivers/mmc/mxcmmc.c [new file with mode: 0644]
include/asm-arm/arch-mx27/mxcmmc.h [new file with mode: 0644]