Message ID | 1393330950-7283-2-git-send-email-heikki.krogerus@linux.intel.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Hi Heikki, Am Dienstag, 25. Februar 2014, 14:22:26 schrieb Heikki Krogerus: > After moving to description based gpio interface in > rfkill-gpio, the gpio numbers are not used any more. > > Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Reviewed-by: Marc Dietrich <marvin24@gmx.de> Thanks for taking care! Marc > --- > arch/arm/mach-tegra/board-paz00.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/arch/arm/mach-tegra/board-paz00.c > b/arch/arm/mach-tegra/board-paz00.c index e4dec9f..9c6029b 100644 > --- a/arch/arm/mach-tegra/board-paz00.c > +++ b/arch/arm/mach-tegra/board-paz00.c > @@ -23,9 +23,7 @@ > #include "board.h" > > static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { > - .name = "wifi_rfkill", > - .reset_gpio = 25, /* PD1 */ > - .shutdown_gpio = 85, /* PK5 */ > + .name = "wifi_rfkill", > .type = RFKILL_TYPE_WLAN, > }; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, 2014-02-25 at 14:22 +0200, Heikki Krogerus wrote: > After moving to description based gpio interface in > rfkill-gpio, the gpio numbers are not used any more. > > Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> > --- > arch/arm/mach-tegra/board-paz00.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Hm, ok, I'm not sure I should take a tegra patch through the mac80211 -> wireless -> networking trees. OTOH, I suppose that the second patch depends on this. I can take it all I suppose, Thierry? Stephen? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 02/25/2014 05:22 AM, Heikki Krogerus wrote: > After moving to description based gpio interface in > rfkill-gpio, the gpio numbers are not used any more. Acked-by: Stephen Warren <swarren@nvidia.com> This shouldn't cause any conflicts since I really don't anticipate changing board-paz00.c in this kernel cycle other than this patch. If you want though, I can prepare a branch and signed tag in the Tegra tree, containing this patch, and you can merge it. I'm fine either way. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index e4dec9f..9c6029b 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c @@ -23,9 +23,7 @@ #include "board.h" static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { - .name = "wifi_rfkill", - .reset_gpio = 25, /* PD1 */ - .shutdown_gpio = 85, /* PK5 */ + .name = "wifi_rfkill", .type = RFKILL_TYPE_WLAN, };
After moving to description based gpio interface in rfkill-gpio, the gpio numbers are not used any more. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> --- arch/arm/mach-tegra/board-paz00.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)