From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754833AbdFWSwu (ORCPT ); Fri, 23 Jun 2017 14:52:50 -0400 Received: from mail-yb0-f195.google.com ([209.85.213.195]:34809 "EHLO mail-yb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754327AbdFWSws (ORCPT ); Fri, 23 Jun 2017 14:52:48 -0400 Date: Fri, 23 Jun 2017 13:52:45 -0500 From: Rob Herring To: Kishon Vijay Abraham I Cc: Ulf Hansson , Tony Lindgren , nsekhar@ti.com, Russell King , Ravikumar Kattekola , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 12/16] mmc: host: omap_hsmmc: Add support to set IODELAY values Message-ID: <20170623185245.e4frut72cf6jhzb4@rob-hp-laptop> References: <20170616124544.15046-1-kishon@ti.com> <20170616124544.15046-13-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170616124544.15046-13-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, Jun 16, 2017 at 06:15:40PM +0530, Kishon Vijay Abraham I wrote: > The data manual of J6/J6 Eco recommends to set different IODELAY values > depending on the mode in which the MMC/SD is enumerated in order to > ensure IO timings are met. > > Add support to set the IODELAY values depending on the various MMC > modes using the pinctrl APIs. > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori > --- > .../devicetree/bindings/mmc/ti-omap-hsmmc.txt | 5 + Acked-by: Rob Herring > drivers/mmc/host/omap_hsmmc.c | 152 ++++++++++++++++++++- > 2 files changed, 154 insertions(+), 3 deletions(-)