]> git.baikalelectronics.ru Git - kernel.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)
commit166c8cf490ed13edc502fe0e798b818d112a6205
treeb5d6303eb114e51493de38bffb631f93f16e60c7
parent7299515b35da2b5af8cbab9fd41ada25403a4827
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]