aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/hw_irq.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-03-29arm: dove: Use proper irq accessor functionsThomas Gleixner1-8/+0
Remove the obsolete desc_handle_irq() helper. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2010-10-16arm: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner1-0/+2
The core code now initializes the requested number of interrupts and sets the flags in irq_desc.status which are requested by the architecture via ARCH_IRQ_INIT_FLAGS. Add ARCH_IRQ_INIT_FLAGS and remove the loop which sets those flags after the irq descriptors are allocated. [ This patch should have been in the original irq rework and got dropped accidentaly ] Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Linus Walleij <linus.walleij@stericsson.com> Cc: Anand Gadiyar <gadiyar@ti.com>
2008-08-07[ARM] Fix circular include dependency with IRQ headersRussell King1-1/+19
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+9
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>