From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751875AbdFSGDD (ORCPT ); Mon, 19 Jun 2017 02:03:03 -0400 Received: from muru.com ([72.249.23.125]:49656 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751053AbdFSGDB (ORCPT ); Mon, 19 Jun 2017 02:03:01 -0400 Date: Sun, 18 Jun 2017 23:02:57 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: Ulf Hansson , Rob Herring , 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: <20170619060256.GK3730@atomide.com> 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: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kishon Vijay Abraham I [170616 05:47]: > 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. This does not seem to apply against Linux next for me for the binding. Fixing that, compile fails for me with: drivers/mmc/host/omap_hsmmc.c:2384:13: error: 'struct omap_hsmmc_platform_data' has no member named 'version' So will wait for updates before giving this a try. Regards, Tony