]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] 85xx/86xx: refactor RSTCR reset code
authorKumar Gala <galak@kernel.crashing.org>
Thu, 4 Oct 2007 06:04:57 +0000 (01:04 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 8 Oct 2007 13:38:47 +0000 (08:38 -0500)
commite1c1575f831ab2165732037e6d664010a0149730
treeecfc90b06eb4b7402a3334ebe6b8287e73abc671
parentc9438affcb7ac0dda4c6c6961637fb272f7c32d4
[POWERPC] 85xx/86xx: refactor RSTCR reset code

On the majority of 85xx & 86xx we have a register that's ability to
assert HRESET_REQ to reset the board.  We refactored that code so it
can be shared between both platforms into fsl_soc.c and removed all
the duplication in each platform directory.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 files changed:
arch/powerpc/boot/dts/mpc8641_hpcn.dts
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/misc.c [deleted file]
arch/powerpc/platforms/85xx/mpc85xx.h [deleted file]
arch/powerpc/platforms/85xx/mpc85xx_ads.c
arch/powerpc/platforms/85xx/mpc85xx_cds.c
arch/powerpc/platforms/85xx/mpc85xx_ds.c
arch/powerpc/platforms/85xx/mpc85xx_mds.c
arch/powerpc/platforms/86xx/mpc8610_hpcd.c
arch/powerpc/platforms/86xx/mpc8641_hpcn.h [deleted file]
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
arch/powerpc/sysdev/fsl_soc.c
arch/powerpc/sysdev/fsl_soc.h