mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
authorDavid Lanzendörfer <[email protected]>
Mon, 12 May 2014 12:04:48 +0000 (14:04 +0200)
committerMike Turquette <[email protected]>
Tue, 3 Jun 2014 23:52:34 +0000 (16:52 -0700)
commit3cbcb16095f916f50a5a55066fcc4be06946ce1e
treea3eca87f8fb0b3358388a84d726c7c681621b8f3
parent1cdf8ee2f88bbc14c697a0b8a2f25f58ed57d591
mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

The Allwinner sunxi mmc host uses dma in bus-master mode using a built-in
designware idmac controller, which is identical to the one found in the mmc-dw
hosts. However the rest of the host is not identical to mmc-dw, it deals with
sending stop commands in hardware which makes it significantly different
from the mmc-dw devices.

Signed-off-by: David Lanzendörfer <[email protected]>
[[email protected]: various cleanups and fixes]
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Acked-by: Chris Ball <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
Documentation/devicetree/bindings/mmc/sunxi-mmc.txt [new file with mode: 0644]
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sunxi-mmc.c [new file with mode: 0644]