[PATCH 1/4] mmc: atmel-mci: add device tree support

2012-07-24 Thread ludovic.desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/atmel-hsmci.txt| 68 drivers/mmc/host/atmel-mci.c | 85 +++- 2 files changed, 151 insertions(+), 2 deletions(-) create mode 100644 Documen

Re: [PATCH 1/4] mmc: atmel-mci: add device tree support

2012-03-23 Thread Ludovic Desroches
On Thu, Mar 22, 2012 at 03:50:48PM +0100, Nicolas Ferre wrote: > On 03/21/2012 07:03 PM, ludovic.desroc...@atmel.com : [...] > > diff --git a/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt > > b/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt > > new file mode 100644 > > index 0

Re: [PATCH 1/4] mmc: atmel-mci: add device tree support

2012-03-22 Thread Nicolas Ferre
On 03/21/2012 07:03 PM, ludovic.desroc...@atmel.com : > From: Ludovic Desroches > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre > --- > .../devicetree/bindings/mmc/atmel-hsmci.txt| 55 +++ > drivers/mmc/host/atmel-mci.c | 74 > +

[PATCH 1/4] mmc: atmel-mci: add device tree support

2012-03-21 Thread ludovic . desroches
From: Ludovic Desroches Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/atmel-hsmci.txt| 55 +++ drivers/mmc/host/atmel-mci.c | 74 +++- 2 files changed, 126 insertions(+), 3 deletions(-) create mode 100644 Document