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)
committerChris Ball <chris@printf.net>
Thu, 22 May 2014 12:40:40 +0000 (08:40 -0400)
commit19b7f796c375a8098924717b171ac5058129d2c4
tree32b294b521958457ad302c77ada715618ad0f202
parent6f243f6334f5f7126b3d91305b115d1628664440
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>
Signed-off-by: Chris Ball <chris@printf.net>
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]