Re: [PATCH 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC

2015-07-06 Thread Ludovic Desroches
On Sat, Jul 04, 2015 at 10:06:49PM +0200, Arnd Bergmann wrote: > On Friday 03 July 2015 16:17:16 Ludovic Desroches wrote: > > Introduce driver for he Atmel SDMMC available on sama5d2. It is a sdhci > > compliant controller. > > > > Signed-off-by: Ludovic Desroches > > --- > > .../devicetree/bind

Re: [PATCH 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC

2015-07-06 Thread Ludovic Desroches
On Sat, Jul 04, 2015 at 10:30:28AM +0200, Paul Bolle wrote: > A nit only: a license mismatch. Thanks Paul, I'll correct it. > > On vr, 2015-07-03 at 16:17 +0200, Ludovic Desroches wrote: > > --- /dev/null > > +++ b/drivers/mmc/host/sdhci-of-at91.c > > > > + * This program is free software; you

Re: [PATCH 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC

2015-07-05 Thread Arnd Bergmann
On Friday 03 July 2015 16:17:16 Ludovic Desroches wrote: > Introduce driver for he Atmel SDMMC available on sama5d2. It is a sdhci > compliant controller. > > Signed-off-by: Ludovic Desroches > --- > .../devicetree/bindings/mmc/sdhci-atmel.txt| 21 +++ > drivers/mmc/host/Kconfig

Re: [PATCH 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC

2015-07-05 Thread Paul Bolle
A nit only: a license mismatch. On vr, 2015-07-03 at 16:17 +0200, Ludovic Desroches wrote: > --- /dev/null > +++ b/drivers/mmc/host/sdhci-of-at91.c > > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published

[PATCH 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC

2015-07-03 Thread Ludovic Desroches
Introduce driver for he Atmel SDMMC available on sama5d2. It is a sdhci compliant controller. Signed-off-by: Ludovic Desroches --- .../devicetree/bindings/mmc/sdhci-atmel.txt| 21 +++ drivers/mmc/host/Kconfig | 8 + drivers/mmc/host/Makefile