]> Git Repo - J-u-boot.git/commit
mmc: meson: add MMC driver for Meson GX (S905)
authorCarlo Caione <[email protected]>
Wed, 12 Apr 2017 18:30:42 +0000 (20:30 +0200)
committerJaehoon Chung <[email protected]>
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 <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Heiner Kallweit <[email protected]>
Tested-by: Vagrant Cascadian <[email protected]>
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]
This page took 0.031852 seconds and 4 git commands to generate.