]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: meson: add MMC driver for Meson GX (S905)
authorCarlo Caione <carlo@caione.org>
Wed, 12 Apr 2017 18:30:42 +0000 (20:30 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 14 Apr 2017 06:16:06 +0000 (15:16 +0900)
commit937386204dab93bc8362230aa5fa899e302177af
treec50be2bc1d26fa63e8638a1895092f01d6262007
parenta3b02a1d49269c769d1890ee05b74dc067538ed7
mmc: meson: add MMC driver for Meson GX (S905)

This driver implements MMC support on Meson GX (S905) based systems.
It's based on Carlo Caione's work, changes:
- BLK support added
- general refactoring

Signed-off-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Tested-by: Vagrant Cascadian <vagrant@debian.org>
arch/arm/include/asm/arch-meson/sd_emmc.h [new file with mode: 0644]
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/meson_gx_mmc.c [new file with mode: 0644]