]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.
authorWill Newton <will.newton@gmail.com>
Sun, 2 Jan 2011 06:11:59 +0000 (01:11 -0500)
committerChris Ball <cjb@laptop.org>
Sun, 9 Jan 2011 04:52:24 +0000 (23:52 -0500)
commit780124fd2224ed7d32f74f2124b88f1866afec57
tree2903746678fde809a1fcede6ce16cd9f45334214
parenta05bc5d0c590b38b5298fd0e4e20dbe756e5400a
mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.

This adds the mmc host driver for the Synopsys DesignWare mmc
host controller, found in a number of embedded SoC designs.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Reviewed-by: Matt Fleming <matt@console-pimps.org>
Reviewed-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/dw_mmc.c [new file with mode: 0644]
drivers/mmc/host/dw_mmc.h [new file with mode: 0644]
include/linux/mmc/dw_mmc.h [new file with mode: 0644]