Re: [PATCH 1/2] mmc: arasan: Add driver for Arasan SDHCI

From: SÃren Brinkmann
Date: Mon Oct 28 2013 - 18:50:56 EST


On Mon, Oct 28, 2013 at 11:19:13PM +0100, Tomasz Figa wrote:
> On Monday 28 of October 2013 14:47:38 SÃren Brinkmann wrote:
> > On Mon, Oct 28, 2013 at 10:16:49PM +0100, Tomasz Figa wrote:
> > > Hi Soren,
> > >
> > > On Tuesday 15 of October 2013 12:08:04 Soren Brinkmann wrote:
> > > > Add a driver for Arasan's SDHCI controller core.
> > > >
> > > > Signed-off-by: Soren Brinkmann <soren.brinkmann@xxxxxxxxxx>
> > > > ---
> > > >
> > > > .../devicetree/bindings/mmc/arasan,sdhci.txt | 23 +++
> > > > MAINTAINERS | 1 +
> > > > drivers/mmc/host/Kconfig | 12 ++
> > > > drivers/mmc/host/Makefile | 1 +
> > > > drivers/mmc/host/sdhci-of-arasan.c | 224
> > > >
> > > > +++++++++++++++++++++ 5 files changed, 261 insertions(+)
> > > >
> > > > create mode 100644
> > > >
> > > > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt create mode
> > > > 100644 drivers/mmc/host/sdhci-of-arasan.c
> > > >
> > > > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> > > > b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt new file
> > > > mode
> > > > 100644
> > > > index 000000000000..20f0fc25e270
> > > > --- /dev/null
> > > > +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> > > > @@ -0,0 +1,23 @@
> > > > +Device Tree Bindings for the Arasan SDCHI Controller
> > > > +
> > > > + The bindings follow the mmc[1] and the clock bindings[2]. Only
> > > > deviations are + documented here.
> > > > +
> > > > + [1] Documentation/devicetree/bindings/mmc/mmc.txt
> > > > + [2] Documentation/devicetree/bindings/clock/clock-bindings.txt
> > > > +
> > >
> > > > +Required Properties:
> > > According to the example below, the list of required properties lacks
> > > interrupt-related properties.
> >
> > Well, the interrupt bindings seem to differ between platforms and
> > architecture and looking at documentation for other sdhci bindings it
> > seemed to be okay to avoid documenting them in this place.
>
> Sure, but I believe that this controller always has an interrupt signal,
> so at least it should be marked that interrupts need to be specified.
Okay, I'll add these lines:
- interrupts: Interrupt specifier
- interrupt-parent: Phandle for the interrupt controller that services
interrupts for this device.

SÃren


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/