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 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 aft

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 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 GPIO > when

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 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 linux-kernel" in the body of a

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, Benoi

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 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 GPIO > when