summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/include/mach/irqs.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platformAlexander Shiyan2012-11-211-46/+0
| | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: clps711x: rework IRQ sybsustem initializationAlexander Shiyan2012-10-251-4/+0
| | | | | | | | Reworked IRQ subsystem to be able to use some interrupts with "End of interrupt" handler. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: clps711x: Cleanup IRQ handlingAlexander Shiyan2012-05-151-4/+1
| | | | | | | | | | | This patch contains two changes: - Removed unused definitions from mach/irqs.h - Do not mask interrupts in ack procedure, because we have separate intX_mask procedure for do it and actually these 2 functions are called sequentially Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-0/+53
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>