]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:13 +0000 (10:19 +0200)
commitfe975c914b3f27019606f510b205af895d39ddbd
treeb6e56fa17922ed7e47f0a30ee6faf1ff70afc306
parent9d8d6825ff327661153cd470926133012fff16ef
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]