Re: [PATCHv4] ARM: tegra: add gpiod_lookup table for paz00

2013-12-11 Thread Linus Walleij
On Tue, Dec 3, 2013 at 1:49 PM, Heikki Krogerus wrote: > This makes it possible to request the gpio descriptors in > rfkill_gpio driver regardless of the platform. > > Signed-off-by: Heikki Krogerus Applied this v4 version to the devel branch in the GPIO tree with Stephen's ACK, thanks! Yours,

Re: [PATCHv4] ARM: tegra: add gpiod_lookup table for paz00

2013-12-03 Thread Alex Courbot
On 12/03/2013 09:49 PM, Heikki Krogerus wrote: This makes it possible to request the gpio descriptors in rfkill_gpio driver regardless of the platform. Signed-off-by: Heikki Krogerus --- arch/arm/mach-tegra/board-paz00.c | 11 +++ 1 file changed, 11 insertions(+) Changes since v3: -

Re: [PATCHv4] ARM: tegra: add gpiod_lookup table for paz00

2013-12-03 Thread Stephen Warren
On 12/03/2013 05:49 AM, Heikki Krogerus wrote: > This makes it possible to request the gpio descriptors in > rfkill_gpio driver regardless of the platform. Acked-by: Stephen Warren (I haven't retested V4. The previous versions worked fine...) -- To unsubscribe from this list: send the line "unsu

Re: [PATCHv4] ARM: tegra: add gpiod_lookup table for paz00

2013-12-03 Thread Mika Westerberg
On Tue, Dec 03, 2013 at 02:49:58PM +0200, Heikki Krogerus wrote: > This makes it possible to request the gpio descriptors in > rfkill_gpio driver regardless of the platform. > > Signed-off-by: Heikki Krogerus > --- > arch/arm/mach-tegra/board-paz00.c | 11 +++ > 1 file changed, 11 insert

[PATCHv4] ARM: tegra: add gpiod_lookup table for paz00

2013-12-03 Thread Heikki Krogerus
This makes it possible to request the gpio descriptors in rfkill_gpio driver regardless of the platform. Signed-off-by: Heikki Krogerus --- arch/arm/mach-tegra/board-paz00.c | 11 +++ 1 file changed, 11 insertions(+) Changes since v3: - Rebased on top of Alexandre's patc