]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
authorThomas Gleixner <tglx@linutronix.de>
Sat, 1 Jul 2006 21:30:08 +0000 (22:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 1 Jul 2006 21:30:08 +0000 (22:30 +0100)
commitf8b5473fcbddbfde827ecf82aa0e81fa2a878220
tree0d6d504f95830610cb2c2fb1e6e9e1ebf932762b
parenta2166abd06e7a9fd34eb18b7b27da18c6146e6ef
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip

Patch from Thomas Gleixner

From: Thomas Gleixner <tglx@linutronix.de>

ARM has a couple of really dumb interrupt controllers.
Implement a generic one and fixup the ARM migration. ARM reused
the no_irq_chip for this purpose, but this does not work out
for platforms which are not converted to the new interrupt
type handling model.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/linux/irq.h
kernel/irq/chip.c
kernel/irq/handle.c