]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 30 Jul 2015 17:55:22 +0000 (18:55 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:48:01 +0000 (20:48 -0400)
commit447da58b576db418080867183f31a6957ccbbd7a
treed72ac4bba1f12ec6be3f94c2f9c085edf1e95776
parent242b2f0c7adc932196e91e922ce4980d31800b0c
mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.

This patch adds the glue code for hi6220 SoC which has 2x synopsis
dw_mmc controllers. This will be used by the hikey board support
in subsequent patches.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-hi6220/dwmmc.h [new file with mode: 0644]
drivers/mmc/Makefile
drivers/mmc/hi6220_dw_mmc.c [new file with mode: 0644]