Re: [PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain

2012-12-04 Thread Lee Jones
On Sat, 01 Dec 2012, Linus Walleij wrote: > On Fri, Nov 23, 2012 at 4:19 PM, Lee Jones wrote: > > > The STMPE GPIO driver can be used as an IRQ controller by some > > related devices. Here we provide it with its very own IRQ Domain > > so that IRQs can be issued dynamically. This will stand the

Re: [PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain

2012-12-01 Thread Linus Walleij
On Fri, Nov 23, 2012 at 4:19 PM, Lee Jones wrote: > The STMPE GPIO driver can be used as an IRQ controller by some > related devices. Here we provide it with its very own IRQ Domain > so that IRQs can be issued dynamically. This will stand the > driver in good stead when it is enabled for Device

Re: [PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain

2012-11-30 Thread Lee Jones
On Fri, 23 Nov 2012, Lee Jones wrote: > The STMPE GPIO driver can be used as an IRQ controller by some > related devices. Here we provide it with its very own IRQ Domain > so that IRQs can be issued dynamically. This will stand the > driver in good stead when it is enabled for Device Tree, as this

[PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain

2012-11-23 Thread Lee Jones
The STMPE GPIO driver can be used as an IRQ controller by some related devices. Here we provide it with its very own IRQ Domain so that IRQs can be issued dynamically. This will stand the driver in good stead when it is enabled for Device Tree, as this it a prerequisite. Cc: Grant Likely Reviewed

Re: [PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain

2012-11-23 Thread Viresh Kumar
On 23 November 2012 18:14, Lee Jones wrote: > The STMPE GPIO driver can be used as an IRQ controller by some > related devices. Here we provide it with its very own IRQ Domain > so that IRQs can be issued dynamically. This will stand the > driver in good stead when it is enabled for Device Tree, a

[PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain

2012-11-23 Thread Lee Jones
The STMPE GPIO driver can be used as an IRQ controller by some related devices. Here we provide it with its very own IRQ Domain so that IRQs can be issued dynamically. This will stand the driver in good stead when it is enabled for Device Tree, as this it a prerequisite. Cc: Grant Likely Signed-o