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

2013-11-29 Thread Thierry Reding
On Thu, Nov 28, 2013 at 01:54:10PM +0100, Marc Dietrich wrote: [...] > Yes, rfkill is just an interface for userspace to able to control the gpio. > E.g. backlight of medcom-wide seems to be related to the pwm controller, but > is not a subnode of it. Instead it is a device of its own without par

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

2013-11-28 Thread Marc Dietrich
Am Donnerstag, 28. November 2013, 12:06:37 schrieb Thierry Reding: > On Thu, Nov 28, 2013 at 11:20:19AM +0100, Marc Dietrich wrote: > > Am Donnerstag, 28. November 2013, 10:32:41 schrieb Thierry Reding: > > > On Thu, Nov 28, 2013 at 10:09:14AM +0100, Marc Dietrich wrote: > > > > The real problem wi

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

2013-11-28 Thread Thierry Reding
On Thu, Nov 28, 2013 at 11:20:19AM +0100, Marc Dietrich wrote: > Am Donnerstag, 28. November 2013, 10:32:41 schrieb Thierry Reding: > > On Thu, Nov 28, 2013 at 10:09:14AM +0100, Marc Dietrich wrote: > > > The real problem with the rfkill driver is that it does not support DT. A > > > naive attempt

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

2013-11-28 Thread Marc Dietrich
Am Donnerstag, 28. November 2013, 10:32:41 schrieb Thierry Reding: > On Thu, Nov 28, 2013 at 10:09:14AM +0100, Marc Dietrich wrote: > > The real problem with the rfkill driver is that it does not support DT. A > > naive attempt to convert it was made some year ago, but got rejected > > because rfki

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

2013-11-28 Thread Thierry Reding
On Thu, Nov 28, 2013 at 10:09:14AM +0100, Marc Dietrich wrote: > Hi, > > Am Donnerstag, 28. November 2013, 11:47:34 schrieb Alexandre Courbot: > > On Thu, Nov 28, 2013 at 1:47 AM, Rhyland Klein wrote: > > > On 11/26/2013 5:05 AM, Mika Westerberg wrote: > > >> From: Heikki Krogerus > > >> > > >>

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

2013-11-28 Thread Marc Dietrich
Hi, Am Donnerstag, 28. November 2013, 11:47:34 schrieb Alexandre Courbot: > On Thu, Nov 28, 2013 at 1:47 AM, Rhyland Klein wrote: > > On 11/26/2013 5:05 AM, Mika Westerberg wrote: > >> From: Heikki Krogerus > >> > >> This makes it possible to request the gpio descriptors in > >> rfkill_gpio dri

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

2013-11-27 Thread Alexandre Courbot
On Thu, Nov 28, 2013 at 1:47 AM, Rhyland Klein wrote: > On 11/26/2013 5: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. >> >> Signed-off-by: Heikki Krogerus >> Signed-off-by:

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

2013-11-27 Thread Rhyland Klein
On 11/26/2013 5: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. > > Signed-off-by: Heikki Krogerus > Signed-off-by: Mika Westerberg > Tested-by: Stephen Warren > --- > arch/ar

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

2013-11-26 Thread Alex Courbot
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_platfor

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

2013-11-26 Thread Stephen Warren
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 = {

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

2013-11-26 Thread Mika Westerberg
From: Heikki Krogerus This makes it possible to request the gpio descriptors in rfkill_gpio driver regardless of the platform. Signed-off-by: Heikki Krogerus Signed-off-by: Mika Westerberg Tested-by: Stephen Warren --- arch/arm/mach-tegra/board-paz00.c | 7 +++ 1 file changed, 7 insertio