Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-04 | ARM: mxc: fix local timer interrupt handling | Marc Zyngier | |
As local timer interrupts are now handled as normal interrupts, remove the special case in the GIC handler. Cc: Shawn Guo <shawn.guo@linaro.org> Cc: Sascha Hauer <kernel@pengutronix.de> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Tested-and-Acked-by: Shawn Guo <shawn.guo@linaro.org> | |||
2011-10-31 | arm/imx: add gic_handle_irq function | Shawn Guo | |
This is a plain translation of assembly gic irq handler to C function for CONFIG_MULTI_IRQ_HANDLER support on imx family. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> |