From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Courbot Subject: Re: [PATCH v3 1/6] ARM: tegra: add gpiod_lookup table for paz00 Date: Wed, 27 Nov 2013 11:28:58 +0900 Message-ID: <529558EA.9090206@nvidia.com> References: <1385460350-17543-1-git-send-email-mika.westerberg@linux.intel.com> <1385460350-17543-2-git-send-email-mika.westerberg@linux.intel.com> <52950585.2080802@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from hqemgate16.nvidia.com ([216.228.121.65]:8455 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757951Ab3K0C3E (ORCPT ); Tue, 26 Nov 2013 21:29:04 -0500 In-Reply-To: <52950585.2080802@wwwdotorg.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Stephen Warren , Mika Westerberg , "linux-acpi@vger.kernel.org" Cc: "Rafael J. Wysocki" , Linus Walleij , Chris Ball , Johannes Berg , Rhyland Klein , Adrian Hunter , Mathias Nyman , Rob Landley , Heikki Krogerus , Thierry Reding , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" On 11/27/2013 05:33 AM, Stephen Warren wrote: > On 11/26/2013 03:05 AM, Mika Westerberg wrote: >> From: Heikki Krogerus >> >> This makes it possible to request the gpio descriptors in >> rfkill_gpio driver regardless of the platform. > > V2 of the series did the following: > > static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { > .name = "wifi_rfkill", > - .reset_gpio = 25, /* PD1 */ > - .shutdown_gpio = 85, /* PK5 */ > .type = RFKILL_TYPE_WLAN, > }; > > I assume that will happen sometime, along with removing those two fields > from the struct definition. This needs to happen after patch 2 of this series, but would be nice to have indeed. Would suggest to do it in a separate patch if this series needs no more revision. Reviewed-by: Alexandre Courbot