aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mpc8260.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-05-17[POWERPC] Change include protections to ASM_POWERPCBecky Bruce1-3/+3
Change several headers in include/asm-powerpc that currently use some variation of ASM_PPC to use ASM_POWERPC instead. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-02-07[POWERPC] cpm2: CPM2 interrupt controller fixVitaly Bordug1-0/+24
This contains important fixes for the CPM2 PIC code. Eliminated CPM_IRQ_OFFSET, pulling the respective interrupt numbers from the interrupt mapping. Updated devicetree files to reflect that. Changed direct IC-related IO accesses to the IO accessors. Fixed all the sense values to keep coherency with ipic. In the current code, CPM2 stuff will have no IRQs and hence could be hardly usable. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>