Re: [PATCH v1 2/4] gpio: add parameter to allow the use named gpios

2015-01-23 Thread Alexandre Courbot
On Thu, Jan 22, 2015 at 6:44 AM, Olliver Schinagl wrote: > Hey Alexandre, > > On 01/19/2015 05:04 AM, Alexandre Courbot wrote: >> >> On Wed, Jan 7, 2015 at 6:08 PM, Olliver Schinagl >> wrote: >>> >>> From: Olliver Schinagl >>> >>> The gpio binding document says that new code should always use na

Re: [PATCH v1 2/4] gpio: add parameter to allow the use named gpios

2015-01-21 Thread Olliver Schinagl
Hey Alexandre, On 01/19/2015 05:04 AM, Alexandre Courbot wrote: On Wed, Jan 7, 2015 at 6:08 PM, Olliver Schinagl wrote: From: Olliver Schinagl The gpio binding document says that new code should always use named gpios. Patch 40b73183 added support to parse a list of gpios from child nodes, b

Re: [PATCH v1 2/4] gpio: add parameter to allow the use named gpios

2015-01-18 Thread Alexandre Courbot
On Wed, Jan 7, 2015 at 6:08 PM, Olliver Schinagl wrote: > From: Olliver Schinagl > > The gpio binding document says that new code should always use named > gpios. Patch 40b73183 added support to parse a list of gpios from child > nodes, but does not make it possible to use named gpios. This patch

Re: [PATCH v1 2/4] gpio: add parameter to allow the use named gpios

2015-01-14 Thread Linus Walleij
On Wed, Jan 7, 2015 at 10:08 AM, Olliver Schinagl wrote: > From: Olliver Schinagl > > The gpio binding document says that new code should always use named > gpios. Patch 40b73183 added support to parse a list of gpios from child > nodes, but does not make it possible to use named gpios. This pat

Re: [PATCH v1 2/4] gpio: add parameter to allow the use named gpios

2015-01-07 Thread Dmitry Torokhov
On Wed, Jan 07, 2015 at 10:08:40AM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > The gpio binding document says that new code should always use named > gpios. Patch 40b73183 added support to parse a list of gpios from child > nodes, but does not make it possible to use named gpios.

[PATCH v1 2/4] gpio: add parameter to allow the use named gpios

2015-01-07 Thread Olliver Schinagl
From: Olliver Schinagl The gpio binding document says that new code should always use named gpios. Patch 40b73183 added support to parse a list of gpios from child nodes, but does not make it possible to use named gpios. This patch adds the con_id property and implements it is done in gpiolib.c,