]> git.karo-electronics.de Git - mv-sheeva.git/commit
[POWERPC] 8xx: Infrastructure code cleanup.
authorScott Wood <scottwood@freescale.com>
Fri, 14 Sep 2007 19:22:36 +0000 (14:22 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 4 Oct 2007 01:36:35 +0000 (20:36 -0500)
commitfb533d0c5a9783ecafa9a177bace6384c47282a9
tree7be09cf401674b176455530ab4fec98bf9681751
parentccf0d68e835003f19d5a9463d5a8c1e092d3a31a
[POWERPC] 8xx: Infrastructure code cleanup.

1. Keep a global mpc8xx_immr mapping, rather than constantly
creating temporary mappings.
2. Look for new fsl,cpm1 and fsl,cpm1-pic names.
3. Always reset the CPM when not using the udbg console;
this is required in case the firmware initialized a device
that is incompatible with one that the kernel is about to
use.
4. Remove some superfluous casts and header includes.
5. Change a usage of IMAP_ADDR to get_immrbase().
6. Use phys_addr_t, not uint, for dpram_pbase.
7. Various sparse-related fixes, such as __iomem annotations.
8. Remove mpc8xx_show_cpuinfo, which doesn't provide anything
useful beyond the generic cpuinfo handler.
9. Move prototypes for 8xx support functions from board files
to sysdev/commproc.h.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/8xx/m8xx_setup.c
arch/powerpc/platforms/8xx/mpc86xads.h
arch/powerpc/platforms/8xx/mpc86xads_setup.c
arch/powerpc/platforms/8xx/mpc885ads.h
arch/powerpc/platforms/8xx/mpc885ads_setup.c
arch/powerpc/sysdev/commproc.c
arch/powerpc/sysdev/commproc.h [new file with mode: 0644]
arch/powerpc/sysdev/mpc8xx_pic.c
include/asm-powerpc/commproc.h
include/asm-powerpc/fs_pd.h