Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-12 Thread Benoit Parrot
Thanks for the quick feedback. Alexandre Courbot wrote on Fri [2014-Dec-12 17:54:06 +0900]: > On Thu, Dec 11, 2014 at 8:48 AM, Benoit Parrot wrote: > > Alexandre Courbot wrote on Wed [2014-Dec-10 20:19:51 > > +0900]: > >> On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot wrote: > >> > Based on

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-12 Thread Alexandre Courbot
On Thu, Dec 11, 2014 at 8:48 AM, Benoit Parrot wrote: > Alexandre Courbot wrote on Wed [2014-Dec-10 20:19:51 > +0900]: >> On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot wrote: >> > Based on Boris Brezillion's work this is a reworked patch >> > of his initial GPIO hogging mechanism. >> > This

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-12 Thread Alexandre Courbot
On Thu, Dec 11, 2014 at 8:48 AM, Benoit Parrot bpar...@ti.com wrote: Alexandre Courbot gnu...@gmail.com wrote on Wed [2014-Dec-10 20:19:51 +0900]: On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot bpar...@ti.com wrote: Based on Boris Brezillion's work this is a reworked patch of his initial

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-12 Thread Benoit Parrot
Thanks for the quick feedback. Alexandre Courbot gnu...@gmail.com wrote on Fri [2014-Dec-12 17:54:06 +0900]: On Thu, Dec 11, 2014 at 8:48 AM, Benoit Parrot bpar...@ti.com wrote: Alexandre Courbot gnu...@gmail.com wrote on Wed [2014-Dec-10 20:19:51 +0900]: On Fri, Dec 5, 2014 at 6:02 AM,

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-10 Thread Benoit Parrot
Alexandre Courbot wrote on Wed [2014-Dec-10 20:19:51 +0900]: > On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot wrote: > > Based on Boris Brezillion's work this is a reworked patch > > of his initial GPIO hogging mechanism. > > This patch provides a way to initally configure specific GPIO > > when

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-10 Thread Alexandre Courbot
On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot wrote: > Based on Boris Brezillion's work this is a reworked patch > of his initial GPIO hogging mechanism. > This patch provides a way to initally configure specific GPIO > when the gpio controller is probed. > > The actual DT scanning to collect the

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-10 Thread Alexandre Courbot
On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot bpar...@ti.com wrote: Based on Boris Brezillion's work this is a reworked patch of his initial GPIO hogging mechanism. This patch provides a way to initally configure specific GPIO when the gpio controller is probed. The actual DT scanning to

Re: [Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-10 Thread Benoit Parrot
Alexandre Courbot gnu...@gmail.com wrote on Wed [2014-Dec-10 20:19:51 +0900]: On Fri, Dec 5, 2014 at 6:02 AM, Benoit Parrot bpar...@ti.com wrote: Based on Boris Brezillion's work this is a reworked patch of his initial GPIO hogging mechanism. This patch provides a way to initally configure

[Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-04 Thread Benoit Parrot
Based on Boris Brezillion's work this is a reworked patch of his initial GPIO hogging mechanism. This patch provides a way to initally configure specific GPIO when the gpio controller is probed. The actual DT scanning to collect the GPIO specific data is performed as part of the gpiochip_add().

[Patch v3 1/2] gpio: add GPIO hogging mechanism

2014-12-04 Thread Benoit Parrot
Based on Boris Brezillion's work this is a reworked patch of his initial GPIO hogging mechanism. This patch provides a way to initally configure specific GPIO when the gpio controller is probed. The actual DT scanning to collect the GPIO specific data is performed as part of the gpiochip_add().