mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
2eeec85638
This patch converts the board specific interrupt code for r2d to make use of intc. While at it we improve the Kconfig to avoid confusion. - Two sets of interrupt tables exist - one for R2D-1 and one for R2D-PLUS. - R2D-1 and R2D-PLUS use the same irq constants. - R2D-1 has AX88796 support, R2D-PLUS does not hook up that IRQ. - R2D-PLUS has KEY support, R2D-1 does not hook up that IRQ. - The number and order of IRQ values are disconnected from register bits. - Interrupt sources now start from IRQ 100. - The machvec demux function converts from irlm IRQ 0-14 to IRQ 100++. Tested on R2D-1 and R2D-PLUS boards. Version 2 adds CONFIG_RTS7751R2D_1 and CONFIG_RTS7751R2D_PLUS together with intc structured as __initdata. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org> |
||
---|---|---|
.. | ||
dma-dreamcast.c | ||
fixups-dreamcast.c | ||
fixups-lboxre2.c | ||
fixups-r7780rp.c | ||
fixups-rts7751r2d.c | ||
fixups-se7780.c | ||
fixups-sh03.c | ||
Kconfig | ||
Makefile | ||
ops-dreamcast.c | ||
ops-landisk.c | ||
ops-lboxre2.c | ||
ops-r7780rp.c | ||
ops-rts7751r2d.c | ||
ops-se7780.c | ||
ops-sh4.c | ||
ops-sh03.c | ||
ops-snapgear.c | ||
ops-titan.c | ||
pci-auto.c | ||
pci-sh4.h | ||
pci-sh7751.c | ||
pci-sh7751.h | ||
pci-sh7780.c | ||
pci-sh7780.h | ||
pci-st40.c | ||
pci-st40.h | ||
pci.c |