From: Jamie Iles Date: Wed, 28 Sep 2011 08:40:11 +0000 (+0100) Subject: ARM: vic: MULTI_IRQ_HANDLER handler X-Git-Tag: v3.3-rc1~141^2~3^2~8^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1558368eb5d67a41d4199db32d3f5858660b44cf;p=pandora-kernel.git ARM: vic: MULTI_IRQ_HANDLER handler Add a handler for the VIC that is suitable for MULTI_IRQ_HANDLER platforms. This can replace the ASM entry macros for platforms that use the VIC. v4: - rebase ontop of move __exception and friends to asm/exception.h - rework polling loop to handle as many irqs as possible in one go v3: - simplify irq handling loop as suggested by Grant - service interrupts from msb->lsb order v2: - allow the handler be used for !CONFIG_OF - use irq_domain_to_irq() Cc: Rob Herring Acked-by: Grant Likely Acked-by: Linus Walleij Tested-by: Thomas Abraham Signed-off-by: Jamie Iles --- Reading git-diff-tree failed