Re: [PATCH 08/12] gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support

2012-03-12 Thread Grant Likely
On Wed, 7 Mar 2012 13:57:05 +0100, Cousson, Benoit b-cous...@ti.com wrote: Hi Grant, That fix is tightly coupled with the previous twl4030-irq change, so it will be good to pulled it with the twl series through MFD if you are OK with that? Care to ack this one and the next one?

Re: [PATCH 08/12] gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support

2012-03-09 Thread Cousson, Benoit
Hi Grant, Gentle ping for these patches. Thanks, Benoit On 3/7/2012 1:57 PM, Cousson, Benoit wrote: Hi Grant, That fix is tightly coupled with the previous twl4030-irq change, so it will be good to pulled it with the twl series through MFD if you are OK with that? Care to ack this one and

Re: [PATCH 08/12] gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support

2012-03-07 Thread Cousson, Benoit
Hi Grant, That fix is tightly coupled with the previous twl4030-irq change, so it will be good to pulled it with the twl series through MFD if you are OK with that? Care to ack this one and the next one? Thanks, Benoit On 3/2/2012 5:50 PM, Benoit Cousson wrote: Do not use the board pdata

[PATCH 08/12] gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ support

2012-03-02 Thread Benoit Cousson
Do not use the board pdata for irq_base, but allocate them dynamically to allow a proper support of SPARSE_IRQ. Fix an unneeded line wrap. Signed-off-by: Benoit Cousson b-cous...@ti.com Acked-by: Felipe Balbi ba...@ti.com --- drivers/gpio/gpio-twl4030.c | 33 +