Re: [PATCH 1/4] mmc: sdhci: add a driver for Berlin SoCs

2014-04-18 Thread Antoine Ténart
Hi all, On Wed, Apr 16, 2014 at 02:40:08PM +0200, Antoine Ténart wrote: Add a Driver to support the SDHCI controller of the Marvell Berlin SoCs. This controller supports 3 sockets. After talking a bit with Sebastian and Jisheng I decided to have a look on the pxav3 driver. I gave it a try

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

2014-04-16 Thread Antoine Ténart
/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

[PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q

2014-04-16 Thread Antoine Ténart
Add the SDHCI nodes for the Marvell Berlin BG2Q, using the berlin-sdhci driver. Signed-off-by: Antoine Ténart antoine.ten...@free-electrons.com --- arch/arm/boot/dts/berlin2q.dtsi | 40 1 file changed, 40 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH 1/4] mmc: sdhci: add a driver for Berlin SoCs

2014-04-16 Thread Antoine Ténart
Add a Driver to support the SDHCI controller of the Marvell Berlin SoCs. This controller supports 3 sockets. Signed-off-by: Antoine Ténart antoine.ten...@free-electrons.com --- drivers/mmc/host/Kconfig| 11 drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-berlin.c

[PATCH 2/4] Documentation: bindings: add the sdhci-berlin

2014-04-16 Thread Antoine Ténart
Add the binding documentation for the Marvell Berlin SDHCI driver. Signed-off-by: Antoine Ténart antoine.ten...@free-electrons.com --- Documentation/devicetree/bindings/mmc/sdhci-berlin.txt | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree

[PATCH 4/4] ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP

2014-04-16 Thread Antoine Ténart
Enable the SD Card reader and the internal eMMC on the Berlin BG2Q DMP using two of the SDHCI nodes of the Berlin BG2Q. Signed-off-by: Antoine Ténart antoine.ten...@free-electrons.com --- arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch

Re: [PATCH 1/4] mmc: sdhci: add a driver for Berlin SoCs

2014-04-16 Thread Antoine Ténart
Joe, On Wed, Apr 16, 2014 at 05:56:34AM -0700, Joe Perches wrote: On Wed, 2014-04-16 at 14:40 +0200, Antoine Ténart wrote: Add a Driver to support the SDHCI controller of the Marvell Berlin SoCs. This controller supports 3 sockets. trivial notes: diff --git a/drivers/mmc/host/sdhci

Re: [PATCH 3/4] ARM: dts: berlin: add the SDHCI nodes for the BG2Q

2014-04-16 Thread Antoine Ténart
Hi Andrew, On Wed, Apr 16, 2014 at 03:09:15PM +0200, Andrew Lunn wrote: On Wed, Apr 16, 2014 at 02:40:10PM +0200, Antoine Ténart wrote: Add the SDHCI nodes for the Marvell Berlin BG2Q, using the berlin-sdhci driver. Signed-off-by: Antoine Ténart antoine.ten...@free-electrons.com