From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754651AbbCIP7C (ORCPT ); Mon, 9 Mar 2015 11:59:02 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:51802 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754453AbbCIP6z (ORCPT ); Mon, 9 Mar 2015 11:58:55 -0400 Message-ID: <54FDC33A.8040301@wwwdotorg.org> Date: Mon, 09 Mar 2015 09:58:50 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Linus Walleij CC: "linux-tegra@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Stephen Warren Subject: Re: [PATCH 3/4] pinctrl: tegra: support nvidia,io-hv DT property References: <1424811651-18660-1-git-send-email-swarren@wwwdotorg.org> <1424811651-18660-3-git-send-email-swarren@wwwdotorg.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/07/2015 01:10 PM, Linus Walleij wrote: > On Tue, Feb 24, 2015 at 10:00 PM, Stephen Warren wrote: > >> From: Stephen Warren >> >> Both nvidia,io-hv and nvidia,rcv-sel represent the fact that a particular >> pin's IO buffers are configured to accept "high voltage" input signals. >> The TRM for different chips names the register field rcv-sel on older >> SoCs and io_hv on newer SoCs. Add the new naming option into the pinctrl >> driver so that DT files can use naming consistent with the TRM. >> >> This new property name will be documented in the patch that adds support >> for the new SoC. >> >> Signed-off-by: Stephen Warren > > Patch applied. Thanks! For the record in the list archives, I see patch 4 in your git repo too, although I didn't get a "patch applied" email for that one.