Messages in this thread |  | | Date | Wed, 27 Nov 2013 11:28:58 +0900 | From | Alex Courbot <> | Subject | Re: [PATCH v3 1/6] ARM: tegra: add gpiod_lookup table for paz00 |
| |
On 11/27/2013 05:33 AM, Stephen Warren wrote: > On 11/26/2013 03:05 AM, Mika Westerberg wrote: >> From: Heikki Krogerus <heikki.krogerus@linux.intel.com> >> >> 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 <acourbot@nvidia.com>
|  |