]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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, 11 Feb 2013 18:28:49 +0000 (13:28 -0500)
commit1a94715d4db7b71f825cd5585bc8d653eae1faf4
treeb5d6303eb114e51493de38bffb631f93f16e60c7
parent2220eedfd7aea69008173a224975e10284fbe854
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]