summaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* score: Use generic show_interrupts()Thomas Gleixner2011-03-281-39/+0
| | | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
* score: Convert to new irq function namesThomas Gleixner2011-03-281-2/+2
| | | | | | | Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
* score: Convert irq_chip to new functionsThomas Gleixner2011-03-281-11/+13
| | | | | | | Use the proper accessor functions in show_interrupts() while at it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
* score: make irq.h definitions localArnd Bergmann2009-06-271-10/+23
| | | | | | | | Some internal definitions of the interrupt controller are only needed in irq.c, so move them out of the global irq.h header. Also add proper __iomem annotations for sparse. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-191-0/+135
This is the complete set of new arch Score's files for linux. Score instruction set support 16bits, 32bits and 64bits instruction, Score SOC had been used in game machine and LCD TV. Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
OpenPOWER on IntegriCloud