From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 6/9] mmc: sdhci: host: add new f_sdh30 Date: Thu, 20 Nov 2014 12:18:17 -0600 Message-ID: References: <1416486442-25200-1-git-send-email-Vincent.Yang@tw.fujitsu.com> <1416487081-25467-1-git-send-email-Vincent.Yang@tw.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org To: Vincent Yang Cc: "devicetree@vger.kernel.org" , "linux-mmc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Arnd Bergmann , Olof Johansson , Russell King - ARM Linux , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "chris@printf.net" , Ulf Hansson , Andy Green , Linaro Patches , Jaswinder Singh , Vincent Yang , Tetsuya Takinishi List-Id: devicetree@vger.kernel.org On Thu, Nov 20, 2014 at 10:59 AM, Vincent Yang wrote: > 2014-11-20 23:22 GMT+08:00 Rob Herring : >> On Thu, Nov 20, 2014 at 6:38 AM, Vincent Yang >> wrote: >>> This patch adds new host controller driver for >>> Fujitsu SDHCI controller f_sdh30. >>> >>> Signed-off-by: Andy Green >>> Signed-off-by: Vincent Yang >>> Signed-off-by: Tetsuya Takinishi >>> --- >>> .../devicetree/bindings/mmc/sdhci-fujitsu.txt | 35 +++ >>> drivers/mmc/host/Kconfig | 9 + >>> drivers/mmc/host/Makefile | 1 + >>> drivers/mmc/host/sdhci_f_sdh30.c | 319 +++++++++++++++++++++ >>> 4 files changed, 364 insertions(+) >>> create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt >>> create mode 100644 drivers/mmc/host/sdhci_f_sdh30.c >>> >>> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt b/Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt >>> new file mode 100644 >>> index 0000000..a1e0b64 >>> --- /dev/null >>> +++ b/Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt >>> @@ -0,0 +1,35 @@ >>> +* Fujitsu SDHCI controller >>> + >>> +This file documents differences between the core properties in mmc.txt >>> +and the properties used by the sdhci_f_sdh30 driver. >>> + >>> +Required properties: >>> +- compatible: "fujitsu,mb86s70-sdh30" >> >> It would be nice to have sdhci in the name to indicate it is an SDHCI >> controller. > > Yes, we will update it to "fujitsu,sdhci-f-sdh30" > Thanks for your review! Not really what I had in mind as you are then dropping the chip name. Perhaps "fujitsu,mb86s70-sdhci-3.0". Is 3.0 the SD spec version or IP version? If the former, I think I'd drop it as IIRC that is available in a register. Rob