Re: [PATCH 11/13] gpio: Support for unified device properties interface

2014-10-08 Thread Rafael J. Wysocki
On Wednesday, October 08, 2014 11:55:08 AM Alexandre Courbot wrote: > On Wed, Oct 8, 2014 at 9:09 AM, Rafael J. Wysocki wrote: > > On Tuesday, October 07, 2014 07:52:02 PM Alexandre Courbot wrote: > >> On Tue, Oct 7, 2014 at 7:40 PM, Mika Westerberg > >> wrote: > >> > On Tue, Oct 07, 2014 at 07:2

Re: [PATCH 11/13] gpio: Support for unified device properties interface

2014-10-07 Thread Alexandre Courbot
On Wed, Oct 8, 2014 at 9:09 AM, Rafael J. Wysocki wrote: > On Tuesday, October 07, 2014 07:52:02 PM Alexandre Courbot wrote: >> On Tue, Oct 7, 2014 at 7:40 PM, Mika Westerberg >> wrote: >> > On Tue, Oct 07, 2014 at 07:22:13PM +0900, Alexandre Courbot wrote: >> >> On Tue, Oct 7, 2014 at 9:18 AM, R

Re: [PATCH 11/13] gpio: Support for unified device properties interface

2014-10-07 Thread Rafael J. Wysocki
On Tuesday, October 07, 2014 07:52:02 PM Alexandre Courbot wrote: > On Tue, Oct 7, 2014 at 7:40 PM, Mika Westerberg > wrote: > > On Tue, Oct 07, 2014 at 07:22:13PM +0900, Alexandre Courbot wrote: > >> On Tue, Oct 7, 2014 at 9:18 AM, Rafael J. Wysocki > >> wrote: > >> > From: Mika Westerberg > >

Re: [PATCH 11/13] gpio: Support for unified device properties interface

2014-10-07 Thread Alexandre Courbot
On Tue, Oct 7, 2014 at 7:40 PM, Mika Westerberg wrote: > On Tue, Oct 07, 2014 at 07:22:13PM +0900, Alexandre Courbot wrote: >> On Tue, Oct 7, 2014 at 9:18 AM, Rafael J. Wysocki wrote: >> > From: Mika Westerberg >> > >> > Some drivers need to deal with only firmware representation of its >> > GPI

Re: [PATCH 11/13] gpio: Support for unified device properties interface

2014-10-07 Thread Mika Westerberg
On Tue, Oct 07, 2014 at 07:22:13PM +0900, Alexandre Courbot wrote: > On Tue, Oct 7, 2014 at 9:18 AM, Rafael J. Wysocki wrote: > > From: Mika Westerberg > > > > Some drivers need to deal with only firmware representation of its > > GPIOs. An example would be a GPIO button array driver where each b

Re: [PATCH 11/13] gpio: Support for unified device properties interface

2014-10-07 Thread Alexandre Courbot
On Tue, Oct 7, 2014 at 9:18 AM, Rafael J. Wysocki wrote: > From: Mika Westerberg > > Some drivers need to deal with only firmware representation of its > GPIOs. An example would be a GPIO button array driver where each button > is described as a separate firmware node in device tree. Typically th

[PATCH 11/13] gpio: Support for unified device properties interface

2014-10-06 Thread Rafael J. Wysocki
From: Mika Westerberg Some drivers need to deal with only firmware representation of its GPIOs. An example would be a GPIO button array driver where each button is described as a separate firmware node in device tree. Typically these child nodes do not have physical representation in the Linux de