Re: [Patch v6 0/2] gpio: add GPIO hogging mechanism

2015-03-04 Thread Linus Walleij
On Thu, Feb 19, 2015 at 10:46 PM, Michael Welling mwell...@ieee.org wrote: On Wed, Feb 18, 2015 at 11:23:42AM -0600, Benoit Parrot wrote: Gentle ping. Is there any chance this will make it in 3.21? Benoit Is there a reason that the pin has to be hogged? Couldn't the pin be released

Re: [Patch v6 0/2] gpio: add GPIO hogging mechanism

2015-02-26 Thread Alexandre Courbot
Linus, this looks good to me in its current form, what are your thoughts? On Tue, Feb 3, 2015 at 2:44 AM, Benoit Parrot bpar...@ti.com wrote: This patch set re-introduces the gpio hogging concept first presented by Boris Brezillion. This patch set provides a way to initially configure specific

Re: [Patch v6 0/2] gpio: add GPIO hogging mechanism

2015-02-19 Thread Michael Welling
On Wed, Feb 18, 2015 at 11:23:42AM -0600, Benoit Parrot wrote: Gentle ping. Is there any chance this will make it in 3.21? Benoit Is there a reason that the pin has to be hogged? Couldn't the pin be released after configuration for eventual use in the userspace? Parrot, Benoit

Re: [Patch v6 0/2] gpio: add GPIO hogging mechanism

2015-02-19 Thread Alexandre Courbot
On Thu, Feb 19, 2015 at 2:23 AM, Benoit Parrot bpar...@ti.com wrote: Gentle ping. Is there any chance this will make it in 3.21? I'm good with it - Linus will probably come to it after the 3.20 merge window closes. -- To unsubscribe from this list: send the line unsubscribe devicetree in the

Re: [Patch v6 0/2] gpio: add GPIO hogging mechanism

2015-02-18 Thread Benoit Parrot
Gentle ping. Is there any chance this will make it in 3.21? Benoit Parrot, Benoit bpar...@ti.com wrote on Wed [2015-Feb-02 17:44:43 -0600]: This patch set re-introduces the gpio hogging concept first presented by Boris Brezillion. This patch set provides a way to initially configure specific

[Patch v6 0/2] gpio: add GPIO hogging mechanism

2015-02-02 Thread Benoit Parrot
This patch set re-introduces the gpio hogging concept first presented by Boris Brezillion. This patch set provides a way to initially configure specific GPIO when the GPIO controller is probed. The actual DT scanning to collect the GPIO specific data is performed as part of of_gpiochip_add().