sh: intc - convert voyagergx code
authorMagnus Damm <damm@igel.co.jp>
Fri, 3 Aug 2007 05:27:20 +0000 (14:27 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:48 +0000 (11:57 +0900)
commit48180cab3adf4cb290c28b70e44e958b7fb8a5b0
tree2cf6000e98f680a8ed9631626d2ce7e9525b55d2
parent51da64264b8d59a1e5fceebd94a975690b70b086
sh: intc - convert voyagergx code

This patch converts the sh-specific voyagergx interrupt code to make use
of intc. A lot of "interesting" old cruft gets replaced with intc tables
and some simple demux code.

- All interrupt sources in the sm501 data sheet are now in the header.
- The number and order of IRQ values are disconnected from register bits.
- Interrupt sources now start from IRQ 200.
- set_irq_chained_handler() is now used to hook up the demux function.

In the future it would probably make sense to move the interrupt demuxer
into into the mfd driver, but this is probably a nice step in the right
direction until that happens.

Tested on a R2D-1 board using the serial port hooked up to the sm501.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/renesas/rts7751r2d/irq.c
arch/sh/boards/renesas/rts7751r2d/setup.c
arch/sh/cchips/voyagergx/irq.c
include/asm-sh/voyagergx.h