Re: [PATCH v2] gpio: pl061: convert to use generic irq chip

2012-01-02 Thread Rob Herring
Grant, On 01/02/2012 02:54 AM, Grant Likely wrote: > On Mon, Dec 19, 2011 at 02:52:07PM -0600, Rob Herring wrote: >> From: Rob Herring >> >> Convert the pl061 irq_chip code to use the generic irq chip code. >> >> This has the side effect of using 32-bit accesses rather than 8-bit >> accesses to i

Re: [PATCH v2] gpio: pl061: convert to use generic irq chip

2012-01-02 Thread Grant Likely
On Mon, Dec 19, 2011 at 02:52:07PM -0600, Rob Herring wrote: > From: Rob Herring > > Convert the pl061 irq_chip code to use the generic irq chip code. > > This has the side effect of using 32-bit accesses rather than 8-bit > accesses to interrupt registers. The h/w TRM and testing seem to indica

Re: [PATCH v2] gpio: pl061: convert to use generic irq chip

2011-12-24 Thread Linus Walleij
On Mon, Dec 19, 2011 at 9:52 PM, Rob Herring wrote: > From: Rob Herring > > Convert the pl061 irq_chip code to use the generic irq chip code. > > This has the side effect of using 32-bit accesses rather than 8-bit > accesses to interrupt registers. The h/w TRM and testing seem to indicate > this

[PATCH v2] gpio: pl061: convert to use generic irq chip

2011-12-19 Thread Rob Herring
From: Rob Herring Convert the pl061 irq_chip code to use the generic irq chip code. This has the side effect of using 32-bit accesses rather than 8-bit accesses to interrupt registers. The h/w TRM and testing seem to indicate this is fine. Signed-off-by: Rob Herring Acked-by: Grant Likely Cc: