aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mpc86xx.h
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] Use mpc8641hpcn PIC base address from dev tree.Jon Loeliger2006-08-251-1/+0
| | | | | | | | | After going through the trouble of setting up the PIC base address in the pic@40000 device tree node, use it instead of the obsolete hard-coded value. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.Jon Loeliger2006-08-251-2/+0
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
* Merge branch 'for_paulus' of ↵Paul Mackerras2006-06-281-4/+0
|\ | | | | | | master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
| * powerpc: minor cleanups for mpc86xxKumar Gala2006-06-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | * Remove duplicated cputable entry for 8641 (matches w/7448) * Removed __init from function prototypes in mpc86xx.h * Moved pci fixups into board specific code * Moved mpc86xx_exclude_device to generic mpc86xx pci code * Fixed sparse warnings in mpc86xx_smp.c * Removed board specific header include from asm-powerpc/mpc86xx.h Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | [POWERPC] Remove obsolete #include <linux/config.h>.Jon Loeliger2006-06-281-1/+0
|/ | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Add 8641 Register space and IRQ definitions.Jon Loeliger2006-06-211-0/+47
Signed-off-by: Jeff Brown <Jeff.Brown@freescale.com> Signed-off-by: Xianghua Xiao <x.xiao@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>