mmc: add BCM2835 driver
authorStephen Warren <swarren@wwwdotorg.org>
Thu, 3 Jan 2013 05:34:49 +0000 (22:34 -0700)
committerChris Ball <cjb@laptop.org>
Mon, 28 Jan 2013 11:51:33 +0000 (06:51 -0500)
commitaae66f3849433299ec1850f1ec4cfdf25929587c
tree08277118988b07723c24dc4e8b9718a77ab7337b
parent6035d9730d5825e6e3c225b721a5847a521d6556
mmc: add BCM2835 driver

Add a very simple driver for the BCM2835 SoC, which is used in the
Raspberry Pi board.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt [new file with mode: 0644]
drivers/mmc/host/Kconfig
drivers/mmc/host/Makefile
drivers/mmc/host/sdhci-bcm2835.c [new file with mode: 0644]