From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH 1/2] mmc: arasan: Add driver for Arasan SDHCI Date: Mon, 28 Oct 2013 23:19:13 +0100 Message-ID: <1873048.2t2L2zW4W9@flatron> References: <1381864085-8806-1-git-send-email-soren.brinkmann@xilinx.com> <1587218.cW45zK0ty2@flatron> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org To: =?ISO-8859-1?Q?S=F6ren?= Brinkmann Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Russell King , Chris Ball , Michal Simek , Grant Likely , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Monday 28 of October 2013 14:47:38 S=F6ren Brinkmann wrote: > On Mon, Oct 28, 2013 at 10:16:49PM +0100, Tomasz Figa wrote: > > Hi Soren, > >=20 > > On Tuesday 15 of October 2013 12:08:04 Soren Brinkmann wrote: > > > Add a driver for Arasan's SDHCI controller core. > > >=20 > > > Signed-off-by: Soren Brinkmann > > > --- > > >=20 > > > .../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 > > >=20 > > > +++++++++++++++++++++ 5 files changed, 261 insertions(+) > > >=20 > > > create mode 100644 > > >=20 > > > Documentation/devicetree/bindings/mmc/arasan,sdhci.txt create mod= e > > > 100644 drivers/mmc/host/sdhci-of-arasan.c > > >=20 > > > diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.t= xt > > > 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 > > > + > >=20 > > > +Required Properties: > > According to the example below, the list of required properties lac= ks > > interrupt-related properties. >=20 > 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= ,=20 so at least it should be marked that interrupts need to be specified. Best regards, Tomasz