commit | 493a358e0a8992ec13098dd084223b55b05a7f03 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Wed Jul 18 17:54:10 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 12:18:20 2007 +0900 |
tree | ffd7480a55e21da681dbe789dc129373bef2d6cf | |
parent | 1b06428ee56fadedd004bfc5e3fbb39fb8c99010 [diff] |
sh: clean up interrupt code for solution engine 7722 board This patch cleans up solution engine 7722 specific interrupt code. The main purpose is to replace the mux function with use of set_irq_chained_handler() and replace hard coded register poking code with set_irq_type(). The board specific interrupts are also moved to start from SE7722_FPGA_IRQ_BASE. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>