[PATCH 0/4] ARM: berlin: add SDHCI support

From: Antoine TÃnart
Date: Wed Apr 16 2014 - 08:42:07 EST


This series adds the support for the SDHCI controller for Marvell Berlin
SoCs and enable the SD card reader and eMMC for the BG2Q DMP. The
controller supports 3 sockets.

Tested on the BG2Q DMP.

This series applies on top of Alexandre's patches for the Berlin's pll:
https://patchwork.kernel.org/patch/3890341/
https://patchwork.kernel.org/patch/3876271/

Antoine TÃnart (4):
mmc: sdhci: add a driver for Berlin SoCs
Documentation: bindings: add the sdhci-berlin
ARM: dts: berlin: add the SDHCI nodes for the BG2Q
ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP

.../devicetree/bindings/mmc/sdhci-berlin.txt | 18 +++
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 8 ++
arch/arm/boot/dts/berlin2q.dtsi | 40 +++++++
drivers/mmc/host/Kconfig | 11 ++
drivers/mmc/host/Makefile | 1 +
drivers/mmc/host/sdhci-berlin.c | 129 +++++++++++++++++++++
6 files changed, 207 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-berlin.txt
create mode 100644 drivers/mmc/host/sdhci-berlin.c

--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/