Atsushi Nemoto 1603b5aca4 [MIPS] IRQ cleanups
This is a big irq cleanup patch.

* Use set_irq_chip() to register irq_chip.
* Initialize .mask, .unmask, .mask_ack field.  Functions for these
  method are already exist in most case.
* Do not initialize .startup, .shutdown, .enable, .disable fields if
  default routines provided by irq_chip_set_defaults() were suitable.
* Remove redundant irq_desc initializations.
* Remove unnecessary local_irq_save/local_irq_restore, spin_lock.

With this cleanup, it would be easy to switch to slightly lightwait
irq flow handlers (handle_level_irq(), etc.) instead of __do_IRQ().

Though whole this patch is quite large, changes in each irq_chip are
not quite simple.  Please review and test on your platform.  Thanks.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-11-30 01:14:46 +00:00
..
2006-11-30 01:14:46 +00:00
2006-10-04 18:06:15 +01:00
2006-10-03 23:01:26 +02:00
2006-10-19 17:55:14 +01:00
2006-02-08 17:52:25 +00:00
2006-11-01 17:46:09 +00:00
2005-10-29 19:30:34 +01:00
2006-10-31 20:13:23 +00:00
2005-11-07 18:05:40 +00:00
2006-07-13 21:26:08 +01:00
2006-11-30 01:14:40 +00:00
2006-11-30 01:14:44 +00:00
2006-02-15 15:32:22 -08:00
2006-11-30 01:14:41 +00:00
2006-11-01 17:46:09 +00:00
2006-11-30 01:14:40 +00:00
2006-06-19 17:39:19 +01:00
2006-04-19 04:14:22 +02:00
2006-06-29 16:58:06 -07:00
2006-06-06 00:15:20 +01:00