[PATCH] genirq: add irq-chip support
authorThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jun 2006 09:24:53 +0000 (02:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Jun 2006 17:26:24 +0000 (10:26 -0700)
commitdd87eb3a24c4527741122713e223d74b85d43c85
tree0c3796af23da908515d890a7b8fde37893eb3b2a
parentdae8620421833bb2e9a01c4ccc42bdc3759b81df
[PATCH] genirq: add irq-chip support

Enable platforms to use the irq-chip and irq-flow abstractions: allow setting
of the chip, the type and provide highlevel handlers for common irq-flows.

[rostedt@goodmis.org: misroute-irq: Don't call desc->chip->end because of edge interrupts]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/irq.h
kernel/irq/Makefile
kernel/irq/chip.c [new file with mode: 0644]
kernel/irq/spurious.c