[POWERPC] MPIC U3/U4 MSI backend
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 8 May 2007 02:58:37 +0000 (12:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 May 2007 03:46:48 +0000 (13:46 +1000)
commit05af7bd2d75e5098021864d83fbb831111755fa0
treec5319ce0410fdf732679175fa5a4df25cbb0e830
parenta7de7c74227edda719b257eb15aecd73790ff894
[POWERPC] MPIC U3/U4 MSI backend

MPIC U3/U4 MSI backend. Based on code from Segher, heavily hacked by me.
This only deals with MSI on U3/U4 MPICs, aka. CPC 9x5.

If we find a U3/U4 then we enable this backend, ie. take over the ppc_md
MSI hooks. We might need more elaborate logic in future to decide which
backend is enabled.

We need our own irq_chip so that we can do MSI masking/unmasking on
the device itself. We also need to mask explicitly on shutdown to make
sure we don't get bitten by lazy-disable semantics.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/mpic.c
arch/powerpc/sysdev/mpic.h
arch/powerpc/sysdev/mpic_u3msi.c [new file with mode: 0644]