[PATCH v2] gpio: pl061: convert to use generic irq chip
From: Linus Walleij <hidden>
Date: 2011-12-24 23:26:14
Also in:
linux-devicetree, lkml
From: Linus Walleij <hidden>
Date: 2011-12-24 23:26:14
Also in:
linux-devicetree, lkml
On Mon, Dec 19, 2011 at 9:52 PM, Rob Herring [off-list ref] wrote:
From: Rob Herring <redacted> 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 <redacted> Acked-by: Grant Likely <redacted> Cc: Linus Walleij <redacted> --- v2: - put struct irq_chip_generic pointer into struct pl061_gpio instead of domain ptr.
Looks good to me. Acked-by: Linus Walleij <redacted> Thanks, Linus Walleij