[POWERPC] Add interrupt support for Marvell mv64x60 chips
authorDale Farnsworth <dale@farnsworth.org>
Sat, 12 May 2007 00:55:24 +0000 (10:55 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 12 May 2007 01:32:49 +0000 (11:32 +1000)
There are 3 interrupt groups each with its own status/mask registers.
We use a separate struct irq_chip for each interrupt group and handle
interrupts in two stages or levels: level 1 selects the appropriate
struct irq_chip, and level 2 selects individual interrupts within
that irq_chip.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/mv64x60.h [new file with mode: 0644]
arch/powerpc/sysdev/mv64x60_pic.c [new file with mode: 0644]

Simple merge
Simple merge
Simple merge