[PATCHv2 05/10] ARM: nomadik: convert to MULTI_IRQ_HANDLER
Linus Walleij
linus.walleij at linaro.org
Wed Sep 28 21:12:43 EST 2011
On Wed, Sep 28, 2011 at 12:41 PM, Jamie Iles <jamie at jamieiles.com> wrote:
> - /* This stanza gets the irq mask from one of two status registers */
> - mov \irqnr, #0
> - ldr \irqstat, [\base, #VIC_REG_IRQSR0] @ get masked status
> - cmp \irqstat, #0
> - bne 1001f
> - add \irqnr, \irqnr, #32
> - ldr \irqstat, [\base, #VIC_REG_IRQSR1] @ get masked status
As you can see the Nomadik also has two daisy-chained VICs,
just like the U300, so this also breaks.
Yours,
Linus Walleij
More information about the devicetree-discuss
mailing list