Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-15 Thread Christian Ruppert
On Wed, Oct 09, 2013 at 04:01:05PM +0200, Linus Walleij wrote: > On Wed, Oct 9, 2013 at 3:28 PM, Christian Ruppert > wrote: > > On Wed, Oct 09, 2013 at 01:58:35PM +0200, Linus Walleij wrote: > >> On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert > >> wrote: > >> > +In addition, named groups of pi

Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-11 Thread Linus Walleij
On Thu, Oct 10, 2013 at 10:49 PM, Stephen Warren wrote: > On 10/09/2013 08:01 AM, Linus Walleij wrote: >> On Wed, Oct 9, 2013 at 3:28 PM, Christian Ruppert >> wrote: >>> On Wed, Oct 09, 2013 at 01:58:35PM +0200, Linus Walleij wrote: On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert wro

Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-10 Thread Stephen Warren
On 10/09/2013 08:01 AM, Linus Walleij wrote: > On Wed, Oct 9, 2013 at 3:28 PM, Christian Ruppert > wrote: >> On Wed, Oct 09, 2013 at 01:58:35PM +0200, Linus Walleij wrote: >>> On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert >>> wrote: ... >> Obviously, a driver (no matter for which OS) must be

Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-10 Thread Stephen Warren
On 10/09/2013 05:58 AM, Linus Walleij wrote: > On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert > wrote: >> This patch adds the infrastructure required to register non-linear gpio >> ranges through gpiolib and the standard GPIO device tree bindings. ... >> +Example: >> + >> + gpio_pio_i: gp

Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-09 Thread Linus Walleij
On Wed, Oct 9, 2013 at 3:28 PM, Christian Ruppert wrote: > On Wed, Oct 09, 2013 at 01:58:35PM +0200, Linus Walleij wrote: >> On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert >> wrote: >> > +In addition, named groups of pins can be mapped to pin groups of a given >> > +pin controller using the gp

Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-09 Thread Christian Ruppert
On Wed, Oct 09, 2013 at 01:58:35PM +0200, Linus Walleij wrote: > On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert > wrote: > > > This patch adds the infrastructure required to register non-linear gpio > > ranges through gpiolib and the standard GPIO device tree bindings. > > > > Signed-off-by: C

Re: [PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-09 Thread Linus Walleij
On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert wrote: > This patch adds the infrastructure required to register non-linear gpio > ranges through gpiolib and the standard GPIO device tree bindings. > > Signed-off-by: Christian Ruppert I understand the goal of this patch, and why you want it t

[PATCH 01/03] Make non-linear GPIO ranges accesible from gpiolib

2013-10-08 Thread Christian Ruppert
This patch adds the infrastructure required to register non-linear gpio ranges through gpiolib and the standard GPIO device tree bindings. Signed-off-by: Christian Ruppert --- Documentation/devicetree/bindings/gpio/gpio.txt | 40 +++ drivers/gpio/gpiolib-of.c