Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Stephen Warren
On 05/08/2013 11:55 PM, Christian Daudt wrote: > Add SDHCI driver for the Broadcom 281xx SoCs. Also > add bindings for it into bcm281xx dts files. > Still missing: > - power managemement > diff --git a/drivers/mmc/host/sdhci-bcm-kona.c > b/drivers/mmc/host/sdhci-bcm-kona.c > + /* > + *

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:29 Fri 10 May , Christian Daudt wrote: > Thanks for the feedback. > > On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 22:55 Wed 08 May , Christian Daudt wrote: > >>Add SDHCI driver for the Broadcom 281xx SoCs. Also > >>add bindings for it into bcm281xx dts files.

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:29 Fri 10 May , Christian Daudt wrote: > Thanks for the feedback. > > On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 22:55 Wed 08 May , Christian Daudt wrote: > >>Add SDHCI driver for the Broadcom 281xx SoCs. Also > >>add bindings for it into bcm281xx dts files.

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Christian Daudt
Thanks for the feedback. On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:55 Wed 08 May , Christian Daudt wrote: Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still missing: - power managemement split the dts/dtsi in an

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Christian Daudt
Thanks for the feedback. On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:55 Wed 08 May , Christian Daudt wrote: Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still missing: - power managemement split the dts/dtsi in an

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Christian Daudt
Thanks for the feedback. On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 22:55 Wed 08 May , Christian Daudt wrote: Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still missing: - power managemement split the dts/dtsi in an

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:55 Wed 08 May , Christian Daudt wrote: > Add SDHCI driver for the Broadcom 281xx SoCs. Also > add bindings for it into bcm281xx dts files. > Still missing: > - power managemement split the dts/dtsi in an other patch > > Signed-off-by: Christian Daudt > > diff --git a/Documentation/de

[PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-08 Thread Christian Daudt
Add SDHCI driver for the Broadcom 281xx SoCs. Also add bindings for it into bcm281xx dts files. Still missing: - power managemement Signed-off-by: Christian Daudt diff --git a/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt b/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt ne