History log of /arch/score/kernel/irq.c
Revision Date Author Comments
324808c2bc190e9424200e73faab1045df9b7d2e 25-Mar-2011 Thomas Gleixner <tglx@linutronix.de> score: Use generic show_interrupts()

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
991353510e8ab5e55c5bbd058c7545f29192cddf 25-Mar-2011 Thomas Gleixner <tglx@linutronix.de> score: Convert to new irq function names

Scripted with coccinelle.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
7182297ebba6bfe50f594f0d2753b5867ea629fe 06-Feb-2011 Thomas Gleixner <tglx@linutronix.de> score: Convert irq_chip to new functions

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>
9b05706a744da939655525eeeae23f1989b434ce 27-Jun-2009 Arnd Bergmann <arnd@arndb.de> score: make irq.h definitions local

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>
6bc9a3966f0395419b09b2ec90f89f7f00341b37 12-Jun-2009 Chen Liqin <liqin.chen@sunplusct.com> score: Add support for Sunplus S+core architecture

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>