Re: [RFC 0/5] New descriptor-based GPIO interface

2013-09-23 Thread Mika Westerberg
On Fri, Sep 20, 2013 at 08:06:00PM +0200, Linus Walleij wrote: > On Wed, Sep 4, 2013 at 1:29 PM, Alexandre Courbot wrote: > > > Here is a first RFC for the new GPIO interface. > > I'm quite happy with this, and given that all DT-implementations will start > to use it from day 1 I'll happily merg

Re: [RFC 0/5] New descriptor-based GPIO interface

2013-09-21 Thread Alexandre Courbot
On Sat, Sep 21, 2013 at 6:23 AM, Linus Walleij wrote: > On Fri, Sep 20, 2013 at 9:32 PM, Thierry Reding > wrote: > >> Given that it seems like there won't be a linux-next from September 28 >> until close to the next merge window, it would be good to get this into >> linux-next before that so that

Re: [RFC 0/5] New descriptor-based GPIO interface

2013-09-20 Thread Linus Walleij
On Fri, Sep 20, 2013 at 9:32 PM, Thierry Reding wrote: > Given that it seems like there won't be a linux-next from September 28 > until close to the next merge window, it would be good to get this into > linux-next before that so that the series can receive broader testing. Good point. Alexandre

Re: [RFC 0/5] New descriptor-based GPIO interface

2013-09-20 Thread Thierry Reding
On Fri, Sep 20, 2013 at 08:06:00PM +0200, Linus Walleij wrote: > On Wed, Sep 4, 2013 at 1:29 PM, Alexandre Courbot wrote: > > > Here is a first RFC for the new GPIO interface. > > I'm quite happy with this, and given that all DT-implementations will start > to use it from day 1 I'll happily merg

Re: [RFC 0/5] New descriptor-based GPIO interface

2013-09-20 Thread Linus Walleij
On Wed, Sep 4, 2013 at 1:29 PM, Alexandre Courbot wrote: > Here is a first RFC for the new GPIO interface. I'm quite happy with this, and given that all DT-implementations will start to use it from day 1 I'll happily merge it when you think it's tested enough. On my wishlist is to also switch o

Re: [RFC 0/5] New descriptor-based GPIO interface

2013-09-20 Thread Linus Walleij
On Wed, Sep 4, 2013 at 1:29 PM, Alexandre Courbot wrote: > Another point that definitely needs more attention is the documentation. I am > not sure whether the new interface should be described as a couple of sections > in the existing GPIO documentation (the current approach) or as a new > docum

[RFC 0/5] New descriptor-based GPIO interface

2013-09-04 Thread Alexandre Courbot
Here is a first RFC for the new GPIO interface. It's terribly overdue, and in order to avoid delaying it further I decided to send it as-is instead of being even more perfectionist. The main issue I have with it is that it highlights some points that could be simplified in gpiolib, some of which re