mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
authorDavid Lanzendörfer <david.lanzendoerfer@o2s.ch>
Mon, 12 May 2014 12:04:48 +0000 (14:04 +0200)
committerMike Turquette <mturquette@linaro.org>
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 <david.lanzendoerfer@o2s.ch>
[hdegoede@redhat.com: various cleanups and fixes]
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Chris Ball <chris@printf.net>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
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]