Re: [PATCH v3 1/6] ARM: tegra: add gpiod_lookup table for paz00

From: Alex Courbot
Date: Tue Nov 26 2013 - 21:29:12 EST


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@xxxxxxxxxxxxxxx>

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@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/