rockchip: Add an MMC driver
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:37 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:24 +0000 (21:28 -0600)
commita8cb4fb56ac53cab89657b7e8295ec001bbf78bf
treed49ff1bfee31be51cdccd627f32894d2dbf22029
parent5ff093ab9e7c3baff3b2ecd589315b5351e3969f
rockchip: Add an MMC driver

Add an MMC driver which supports RK3288, but may also support other SoCs.
It uses the Designware MMC device.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/rockchip_dw_mmc.c [new file with mode: 0644]