Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-26 Thread Stephen Warren
On 06/26/2013 05:46 AM, Christian Ruppert wrote: > On Wed, Jun 19, 2013 at 04:27:44PM -0600, Stephen Warren wrote: >> On 06/18/2013 03:29 AM, Christian Ruppert wrote: >>> This patch adds the infrastructure required to register non-linear gpio >>> ranges through gpiolib and the standard GPIO device

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-26 Thread Stephen Warren
On 06/26/2013 05:42 AM, Christian Ruppert wrote: > On Wed, Jun 19, 2013 at 12:15:13PM -0600, Stephen Warren wrote: >> On 06/19/2013 06:03 AM, Linus Walleij wrote: >>> On Tue, Jun 18, 2013 at 11:29 AM, Christian Ruppert >>> wrote: >>> This patch adds the infrastructure required to register non

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-26 Thread Christian Ruppert
On Wed, Jun 19, 2013 at 04:27:44PM -0600, Stephen Warren wrote: > On 06/18/2013 03:29 AM, Christian Ruppert wrote: > > This patch adds the infrastructure required to register non-linear gpio > > ranges through gpiolib and the standard GPIO device tree bindings. > > I review this in case we decide

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-26 Thread Christian Ruppert
On Wed, Jun 19, 2013 at 12:15:13PM -0600, Stephen Warren wrote: > On 06/19/2013 06:03 AM, Linus Walleij wrote: > > On Tue, Jun 18, 2013 at 11:29 AM, Christian Ruppert > > wrote: > > > >> This patch adds the infrastructure required to register non-linear gpio > >> ranges through gpiolib and the st

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-19 Thread Stephen Warren
On 06/18/2013 03:29 AM, Christian Ruppert wrote: > This patch adds the infrastructure required to register non-linear gpio > ranges through gpiolib and the standard GPIO device tree bindings. I review this in case we decide to go with it anyway. > diff --git a/Documentation/devicetree/bindings/gp

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-19 Thread Stephen Warren
On 06/19/2013 06:03 AM, Linus Walleij wrote: > On Tue, Jun 18, 2013 at 11:29 AM, 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 >

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-19 Thread Linus Walleij
On Tue, Jun 18, 2013 at 11:29 AM, 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'm basically fine with this, but would like Stephen's A

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-18 Thread Christian Ruppert
On Tue, Jun 18, 2013 at 10:09:47AM +0200, Linus Walleij wrote: > On Mon, Jun 17, 2013 at 6:04 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:

Re: [PATCH 1/4] Make non-linear GPIO ranges accesible from gpiolib

2013-06-18 Thread Linus Walleij
On Mon, Jun 17, 2013 at 6:04 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 > Documentation/devicetree/bindings/gpio/gpio.txt | 44