aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/gic.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: mxc: fix local timer interrupt handlingMarc Zyngier2011-11-041-9/+2
| | | | | | | | | | 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>
* arm/imx: add gic_handle_irq functionShawn Guo2011-10-311-0/+48
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>