From mboxrd@z Thu Jan 1 00:00:00 1970 From: antoine.tenart@free-electrons.com (=?UTF-8?q?Antoine=20T=C3=A9nart?=) Date: Wed, 16 Apr 2014 14:40:07 +0200 Subject: [PATCH 0/4] ARM: berlin: add SDHCI support Message-ID: <1397652011-21284-1-git-send-email-antoine.tenart@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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