]> git.sur5r.net Git - u-boot/commit
mmc: Add Marvell Xenon SDHCI controller driver
authorStefan Roese <sr@denx.de>
Fri, 9 Dec 2016 14:03:28 +0000 (15:03 +0100)
committerStefan Roese <sr@denx.de>
Wed, 25 Jan 2017 06:03:49 +0000 (07:03 +0100)
commitb6acb5f1d993320ad53bb39b9742a3a44648442f
treef4df78905bbda0ebbe0dad8af645ed79745d14ab
parent210841c690546dd9b7faeee47c56851dc508f131
mmc: Add Marvell Xenon SDHCI controller driver

This driver implementes platform specific code for the Xenon SDHCI
controller which is integrated in the Marvell MVEBU Armada 37xx and
Armada 7k / 8K SoCs.

History:
This driver is ported from the Marvell U-Boot version 2015.01 which is
written by Victor Gu <xigu@marvell.com> with minor changes ported from
the Linux driver which is written by Ziji Hu <huziji@marvell.com>.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/xenon_sdhci.c [new file with mode: 0644]