Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757503Ab3J1VQy (ORCPT ); Mon, 28 Oct 2013 17:16:54 -0400 Received: from mail-ee0-f42.google.com ([74.125.83.42]:59695 "EHLO mail-ee0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751475Ab3J1VQw (ORCPT ); Mon, 28 Oct 2013 17:16:52 -0400 From: Tomasz Figa To: Soren 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 Subject: Re: [PATCH 1/2] mmc: arasan: Add driver for Arasan SDHCI Date: Mon, 28 Oct 2013 22:16:49 +0100 Message-ID: <1587218.cW45zK0ty2@flatron> User-Agent: KMail/4.11.2 (Linux/3.11.6-gentoo; KDE/4.11.2; x86_64; ; ) In-Reply-To: <1381864085-8806-1-git-send-email-soren.brinkmann@xilinx.com> References: <1381864085-8806-1-git-send-email-soren.brinkmann@xilinx.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1749 Lines: 47 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 > --- > .../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. Except this minor issue, the binding is trivial and looks fine to me. Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/