From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030709AbdEWOoi (ORCPT ); Tue, 23 May 2017 10:44:38 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:35409 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937442AbdEWOoa (ORCPT ); Tue, 23 May 2017 10:44:30 -0400 Date: Tue, 23 May 2017 09:44:24 -0500 From: Rob Herring To: Kishon Vijay Abraham I Cc: Ulf Hansson , Tony Lindgren , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , Mark Rutland , Russell King , nsekhar@ti.com Subject: Re: [PATCH 11/41] mmc: host: omap_hsmmc: Add new compatible string to support dra7 Message-ID: <20170523144424.5aj5xl3vlwyuj6ws@rob-hp-laptop> References: <20170519081541.26753-1-kishon@ti.com> <20170519081541.26753-12-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170519081541.26753-12-kishon@ti.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 19, 2017 at 01:45:11PM +0530, Kishon Vijay Abraham I wrote: > Add a new compatible string "ti,dra7-hsmmc" to support > dra7 and dra72 controllers. Also create a new controller flag > "OMAP_HSMMC_REQUIRE_IODELAY" to specify all controllers that use > "ti,dra7-hsmmc" require iodealy configuration to be set. > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt | 1 + > drivers/mmc/host/omap_hsmmc.c | 10 ++++++++++ > include/linux/platform_data/hsmmc-omap.h | 1 + > 3 files changed, 12 insertions(+) Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 11/41] mmc: host: omap_hsmmc: Add new compatible string to support dra7 Date: Tue, 23 May 2017 09:44:24 -0500 Message-ID: <20170523144424.5aj5xl3vlwyuj6ws@rob-hp-laptop> References: <20170519081541.26753-1-kishon@ti.com> <20170519081541.26753-12-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170519081541.26753-12-kishon@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Kishon Vijay Abraham I Cc: Mark Rutland , devicetree@vger.kernel.org, Ulf Hansson , linux-doc@vger.kernel.org, Tony Lindgren , nsekhar@ti.com, Jonathan Corbet , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, May 19, 2017 at 01:45:11PM +0530, Kishon Vijay Abraham I wrote: > Add a new compatible string "ti,dra7-hsmmc" to support > dra7 and dra72 controllers. Also create a new controller flag > "OMAP_HSMMC_REQUIRE_IODELAY" to specify all controllers that use > "ti,dra7-hsmmc" require iodealy configuration to be set. > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt | 1 + > drivers/mmc/host/omap_hsmmc.c | 10 ++++++++++ > include/linux/platform_data/hsmmc-omap.h | 1 + > 3 files changed, 12 insertions(+) Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Tue, 23 May 2017 09:44:24 -0500 Subject: [PATCH 11/41] mmc: host: omap_hsmmc: Add new compatible string to support dra7 In-Reply-To: <20170519081541.26753-12-kishon@ti.com> References: <20170519081541.26753-1-kishon@ti.com> <20170519081541.26753-12-kishon@ti.com> Message-ID: <20170523144424.5aj5xl3vlwyuj6ws@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 19, 2017 at 01:45:11PM +0530, Kishon Vijay Abraham I wrote: > Add a new compatible string "ti,dra7-hsmmc" to support > dra7 and dra72 controllers. Also create a new controller flag > "OMAP_HSMMC_REQUIRE_IODELAY" to specify all controllers that use > "ti,dra7-hsmmc" require iodealy configuration to be set. > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt | 1 + > drivers/mmc/host/omap_hsmmc.c | 10 ++++++++++ > include/linux/platform_data/hsmmc-omap.h | 1 + > 3 files changed, 12 insertions(+) Acked-by: Rob Herring