linux/arch/mips
Ingo Molnar d1bef4ed5f [PATCH] genirq: rename desc->handler to desc->chip
This patch-queue improves the generic IRQ layer to be truly generic, by adding
various abstractions and features to it, without impacting existing
functionality.

While the queue can be best described as "fix and improve everything in the
generic IRQ layer that we could think of", and thus it consists of many
smaller features and lots of cleanups, the one feature that stands out most is
the new 'irq chip' abstraction.

The irq-chip abstraction is about describing and coding and IRQ controller
driver by mapping its raw hardware capabilities [and quirks, if needed] in a
straightforward way, without having to think about "IRQ flow"
(level/edge/etc.) type of details.

This stands in contrast with the current 'irq-type' model of genirq
architectures, which 'mixes' raw hardware capabilities with 'flow' details.
The patchset supports both types of irq controller designs at once, and
converts i386 and x86_64 to the new irq-chip design.

As a bonus side-effect of the irq-chip approach, chained interrupt controllers
(master/slave PIC constructs, etc.) are now supported by design as well.

The end result of this patchset intends to be simpler architecture-level code
and more consolidation between architectures.

We reused many bits of code and many concepts from Russell King's ARM IRQ
layer, the merging of which was one of the motivations for this patchset.

This patch:

rename desc->handler to desc->chip.

Originally i did not want to do this, because it's a big patch.  But having
both "desc->handler", "desc->handle_irq" and "action->handler" caused a
large degree of confusion and made the code appear alot less clean than it
truly is.

I have also attempted a dual approach as well by introducing a
desc->chip alias - but that just wasnt robust enough and broke
frequently.

So lets get over with this quickly.  The conversion was done automatically
via scripts and converts all the code in the kernel.

This renaming patch is the first one amongst the patches, so that the
remaining patches can stay flexible and can be merged and split up
without having some big monolithic patch act as a merge barrier.

[akpm@osdl.org: build fix]
[akpm@osdl.org: another build fix]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-29 10:26:21 -07:00
..
arc [PATCH] remove set_page_count() outside mm/ 2006-03-22 07:54:02 -08:00
au1000 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
basler/excite [MIPS] Support for the RM9000-based Basler eXcite smart camera platform. 2006-06-19 17:39:26 +01:00
boot Add .gitignore files for MIPS. 2005-11-07 18:05:37 +00:00
cobalt [MIPS] Cleanup memory managment initialization. 2006-06-19 17:39:23 +01:00
configs [MIPS] Make timer interrupt frequency configurable from kconfig. 2006-06-19 17:39:27 +01:00
ddb5xxx [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
dec [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
emma2rh [MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board 2006-06-19 17:39:26 +01:00
galileo-boards/ev96100 [MIPS] Cleanup memory managment initialization. 2006-06-19 17:39:23 +01:00
gt64120 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
ite-boards [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
jazz [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
jmr3927 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
kernel [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
lasat [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
lib [MIPS] Fix optimization for size build. 2006-06-19 17:39:16 +01:00
lib-32 [MIPS] Fix dump_tlb.c warning and cleanup. 2006-02-07 13:30:26 +00:00
lib-64 Fixup a few lose ends in explicit support for MIPS R1/R2. 2005-10-29 19:32:37 +01:00
math-emu [MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs. 2006-06-19 17:39:18 +01:00
mips-boards [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
mm [MIPS] Remove prototype for non-existing function. 2006-06-19 17:39:18 +01:00
momentum [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
oprofile [PATCH] oprofile: Fix unnecessary cleverness 2006-06-26 09:58:17 -07:00
pci [MIPS] Support for the RM9000-based Basler eXcite smart camera platform. 2006-06-19 17:39:26 +01:00
philips/pnx8550 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
pmc-sierra [MIPS] Cleanup memory managment initialization. 2006-06-19 17:39:23 +01:00
qemu [MIPS] Cleanup memory managment initialization. 2006-06-19 17:39:23 +01:00
sgi-ip22 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
sgi-ip27 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
sgi-ip32 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
sibyte [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
sni [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
tx4927 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
tx4938 [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
vr41xx [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
defconfig [MIPS] Make timer interrupt frequency configurable from kconfig. 2006-06-19 17:39:27 +01:00
Kconfig [MIPS] Make timer interrupt frequency configurable from kconfig. 2006-06-19 17:39:27 +01:00
Kconfig.debug [MIPS] Kconfig: Clarify description of CROSSCOMPILE. 2006-04-27 15:13:50 +01:00
Makefile [MIPS] Support for the RM9000-based Basler eXcite smart camera platform. 2006-06-19 17:39:26 +01:00