summaryrefslogtreecommitdiffstats
path: root/drivers/mci/bcm2835-sdhost.c
Commit message (Collapse)AuthorAgeFilesLines
* mci: add driver for BCM283x sdhost coreLucas Stach2019-05-061-0/+638
The sdhost is a simple MMC controller found on the Broadcom BCM283x line of SoCs. The driver code was ported from U-Boot and then simplified a bit, by dropping a lot of the state tracking. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>