]> git.sur5r.net Git - u-boot/commit
mmc: Add bcm2835 sdhost controller
authorAlexander Graf <agraf@suse.de>
Tue, 23 Jan 2018 17:05:22 +0000 (18:05 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 17:27:32 +0000 (12:27 -0500)
commitc8a73a26d6dd9b7d489e66529fe1412425d8f2d1
treeab13d769f9e70fc70995e366cf76d00ccf7943d7
parentcaf2233b281c03e3e359061a3dfa537d8a25c273
mmc: Add bcm2835 sdhost controller

The BCM2835 family of SoCs has 2 different SD controllers: One based on
the SDHCI spec and a custom, home-grown one.

This patch implements a driver for the latter based on the Linux driver.
This is needed so that we can make use of device trees that assume driver
presence of both SD controllers.

Signed-off-by: Alexander Graf <agraf@suse.de>
MAINTAINERS
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/bcm2835_sdhost.c [new file with mode: 0644]