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

2015-01-21 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,

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

2015-01-30 Thread Linus Walleij
On Wed, Jan 21, 2015 at 10:33 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 pa

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

2015-01-30 Thread Bryan Wu
On Fri, Jan 30, 2015 at 5:46 AM, Linus Walleij wrote: > On Wed, Jan 21, 2015 at 10:33 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 >>

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

2015-01-30 Thread Dmitry Torokhov
On Fri, Jan 30, 2015 at 11:12:53AM -0800, Bryan Wu wrote: > On Fri, Jan 30, 2015 at 5:46 AM, Linus Walleij > wrote: > > On Wed, Jan 21, 2015 at 10:33 PM, Olliver Schinagl > > wrote: > > > >> From: Olliver Schinagl > >> > >> The gpio binding document says that new code should always use named >

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

2015-01-30 Thread Dmitry Torokhov
On Fri, Jan 30, 2015 at 02:16:00PM -0800, Dmitry Torokhov wrote: > On Fri, Jan 30, 2015 at 11:12:53AM -0800, Bryan Wu wrote: > > On Fri, Jan 30, 2015 at 5:46 AM, Linus Walleij > > wrote: > > > On Wed, Jan 21, 2015 at 10:33 PM, Olliver Schinagl > > > wrote: > > > > > >> From: Olliver Schinagl >

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

2015-02-08 Thread Alexandre Courbot
On Fri, Jan 30, 2015 at 10:46 PM, Linus Walleij wrote: > On Wed, Jan 21, 2015 at 10:33 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 >

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

2015-03-04 Thread Linus Walleij
On Wed, Jan 21, 2015 at 10:33 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 pa