[PATCH] Add MPC5200 Interrupt Controller support.
authorNicolas DET <nd@bplan-gmbh.de>
Wed, 8 Nov 2006 16:14:43 +0000 (17:14 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 13 Nov 2006 03:45:02 +0000 (14:45 +1100)
commit0f6c95dcabdaa8fdc95b125582bd12625adfbde6
tree099fe4f23a36381049704c8515ee179beb642eca
parent2fcd34291b650723091a06e4b51b546961f308a3
[PATCH] Add MPC5200 Interrupt Controller support.

This adds support for the MPC52xx Interrupt controller for
ARCH=powerpc.

It includes the main code in arch/powerpc/sysdev/ as well as a header
file in include/asm-powerpc.

Signed-off-by: Nicolas DET <nd@bplan-gmbh.de>
Acked-by: Sylvain Munaut <tnt@246tNt.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/mpc52xx_pic.c [new file with mode: 0644]
include/asm-powerpc/mpc52xx.h [new file with mode: 0644]