powerpc/mpc5200: Document and tidy irq driver
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 21 Dec 2008 09:54:26 +0000 (02:54 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 21 Dec 2008 09:54:26 +0000 (02:54 -0700)
commitbcb73f5611c1946db768a1c219d205b3bf90f4a5
tree8ff74d1151a701c433db4154a4de0bd5a844755d
parenta14953597b771f793ce32529d7b8b04fdedca3ef
powerpc/mpc5200: Document and tidy irq driver

This patch adds documentation to the mpc5200 interrupt controller
driver and cleans up some minor coding conventions.  It also moves the
contents of mpc52xx_pic.h into the driver proper (except for a small
common bit that is moved to the common mpc52xx.h) because the
information encoded there is not required by any other part of kernel
code.  Finally for code readability sake, the L2_OFFSET shift value
is removed because the code using it resolves to a noop.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/include/asm/mpc52xx.h
arch/powerpc/platforms/52xx/lite5200_pm.c
arch/powerpc/platforms/52xx/mpc52xx_pic.c
arch/powerpc/platforms/52xx/mpc52xx_pic.h [deleted file]
arch/powerpc/platforms/52xx/mpc52xx_pm.c