Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-12 Thread Linus Walleij
On Tue, Jun 3, 2014 at 1:14 AM, Tony Lindgren wrote: > Looks like something like below fixes the issue. > > Regards, > > Tony > > 8< --- > From: Tony Lindgren > Date: Mon, 2 Jun 2014 16:13:46 -0700 > Subject: [PATCH] gpio: of: Fix handling for deferred probe for -gpio suffix

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-04 Thread Thierry Reding
On Mon, Jun 02, 2014 at 04:14:23PM -0700, Tony Lindgren wrote: > * Tony Lindgren [140602 16:06]: > > * Linus Walleij [140425 00:53]: > > > On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding > > > wrote: > > > > > > > From: Thierry Reding > > > > > > > > Many bindings use the -gpio suffix in prope

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-02 Thread Tony Lindgren
* Tony Lindgren [140602 16:06]: > * Linus Walleij [140425 00:53]: > > On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding > > wrote: > > > > > From: Thierry Reding > > > > > > Many bindings use the -gpio suffix in property names. Support this in > > > addition to the -gpios suffix when requesting

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-02 Thread Tony Lindgren
* Linus Walleij [140425 00:53]: > On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding > wrote: > > > From: Thierry Reding > > > > Many bindings use the -gpio suffix in property names. Support this in > > addition to the -gpios suffix when requesting GPIOs using the new > > descriptor-based API. > >

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-05-02 Thread Linus Walleij
On Fri, Apr 25, 2014 at 8:24 AM, Stephen Warren wrote: > On 04/24/2014 12:22 PM, Thierry Reding wrote: > ... >> The downside of not allowing the gpiod API to support the -gpio suffix >> is that we'll never be able to convert drivers that use such a binding >> and will forever have a hodgepodge of

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-25 Thread Stephen Warren
On 04/24/2014 12:22 PM, Thierry Reding wrote: ... > The downside of not allowing the gpiod API to support the -gpio suffix > is that we'll never be able to convert drivers that use such a binding > and will forever have a hodgepodge of GPIO APIs that we need to support. Perhaps rather than making

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-25 Thread Linus Walleij
On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding wrote: > From: Thierry Reding > > Many bindings use the -gpio suffix in property names. Support this in > addition to the -gpios suffix when requesting GPIOs using the new > descriptor-based API. > > Signed-off-by: Thierry Reding It appears this

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-25 Thread Alexandre Courbot
On Thu, Apr 24, 2014 at 11:06 PM, Rob Herring wrote: > On Thu, Apr 24, 2014 at 7:47 AM, Linus Walleij > wrote: >> On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding >> wrote: >> >>> From: Thierry Reding >>> >>> Many bindings use the -gpio suffix in property names. Support this in >>> addition to

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-24 Thread Thierry Reding
On Thu, Apr 24, 2014 at 09:06:24AM -0500, Rob Herring wrote: > On Thu, Apr 24, 2014 at 7:47 AM, Linus Walleij > wrote: > > On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding > > wrote: > > > >> From: Thierry Reding > >> > >> Many bindings use the -gpio suffix in property names. Support this in > >

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-24 Thread Rob Herring
On Thu, Apr 24, 2014 at 7:47 AM, Linus Walleij wrote: > On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding > wrote: > >> From: Thierry Reding >> >> Many bindings use the -gpio suffix in property names. Support this in >> addition to the -gpios suffix when requesting GPIOs using the new >> descripto

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-24 Thread Linus Walleij
On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding wrote: > From: Thierry Reding > > Many bindings use the -gpio suffix in property names. Support this in > addition to the -gpios suffix when requesting GPIOs using the new > descriptor-based API. > > Signed-off-by: Thierry Reding Are the DT bindi

[PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-04-23 Thread Thierry Reding
From: Thierry Reding Many bindings use the -gpio suffix in property names. Support this in addition to the -gpios suffix when requesting GPIOs using the new descriptor-based API. Signed-off-by: Thierry Reding --- drivers/gpio/gpiolib.c | 18 -- 1 file changed, 12 insertions(+),