Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-25 Thread Linus Walleij
On Thu, Oct 24, 2013 at 6:23 PM, Christian Ruppert wrote: > Hi Linus, > > I didn't see this one pop up in the git repositories yet, are there any > issues left with the driver? No, just me running around at the kernel meetings and being busy, applied with Kumar's ACK now. Yours, Linus Walleij -

Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-24 Thread Kumar Gala
On Oct 8, 2013, at 7:25 AM, Christian Ruppert wrote: > The GPIO driver for the Abilis Systems TB10x series of SOCs based on ARC700 > CPUs. It supports GPIO control and GPIO interrupt generation. This driver > works in conjunction with the TB10x pinctrl driver. > > Signed-off-by: Sascha Leuenberg

Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-24 Thread Christian Ruppert
On Wed, Oct 16, 2013 at 02:58:55PM +0200, Christian Ruppert wrote: > On Wed, Oct 16, 2013 at 01:29:44PM +0200, Linus Walleij wrote: > > On Tue, Oct 15, 2013 at 3:45 PM, Christian Ruppert > > wrote: > > > On Wed, Oct 09, 2013 at 02:19:17PM +0200, Linus Walleij wrote: > > > > >> It's not like I'm 1

Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-16 Thread Christian Ruppert
On Wed, Oct 16, 2013 at 01:29:44PM +0200, Linus Walleij wrote: > On Tue, Oct 15, 2013 at 3:45 PM, Christian Ruppert > wrote: > > On Wed, Oct 09, 2013 at 02:19:17PM +0200, Linus Walleij wrote: > > >> It's not like I'm 100% certain on where to use one or the other > >> construct (a mechanism like t

Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-16 Thread Linus Walleij
On Tue, Oct 15, 2013 at 3:45 PM, Christian Ruppert wrote: > On Wed, Oct 09, 2013 at 02:19:17PM +0200, Linus Walleij wrote: >> It's not like I'm 100% certain on where to use one or the other >> construct (a mechanism like the above is needed for threaded >> IRQs I've noticed) but the chained handl

Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-15 Thread Christian Ruppert
On Wed, Oct 09, 2013 at 02:19:17PM +0200, Linus Walleij wrote: > On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert > wrote: > > Overall this driver is looking very nice, we just need to figure out this > group range concept in the other patch. > > > +Example: > > + > > + gpioa: gpio@FF1400

Re: [PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-09 Thread Linus Walleij
On Tue, Oct 8, 2013 at 2:25 PM, Christian Ruppert wrote: Overall this driver is looking very nice, we just need to figure out this group range concept in the other patch. > +Example: > + > + gpioa: gpio@FF14 { > + compatible = "abilis,tb10x-gpio"; > + interr

[PATCH 03/03] GPIO: Add TB10x GPIO driver

2013-10-08 Thread Christian Ruppert
The GPIO driver for the Abilis Systems TB10x series of SOCs based on ARC700 CPUs. It supports GPIO control and GPIO interrupt generation. This driver works in conjunction with the TB10x pinctrl driver. Signed-off-by: Sascha Leuenberger Signed-off-by: Christian Ruppert --- .../devicetree/binding