mmc: atmel: Add atmel sdhci support
authorWenyou Yang <wenyou.yang@atmel.com>
Mon, 2 Nov 2015 02:57:09 +0000 (10:57 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 3 Nov 2015 13:21:31 +0000 (14:21 +0100)
commita3b59b1523727da932b284737fbfc93a7f962125
treee4d78fe2f089d8b2d933433895a2453ef8709213
parentc19000556e1d21bc5830464b6b9964a977ab1e32
mmc: atmel: Add atmel sdhci support

The SDHCI is introduced by sama5d2, named as Secure Digital Multimedia
Card Controller(SDMMC). It supports the embedded MultiMedia Card (e.MMC)
Specification V4.41, the SD Memory Card Specification V3.0, and the SDIO
V3.0 specification. It is compliant with the SD Host Controller Standard
V3.0 specification.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/mach-at91/include/mach/atmel_sdhci.h [new file with mode: 0644]
drivers/mmc/Makefile
drivers/mmc/atmel_sdhci.c [new file with mode: 0644]