[PATCH] RapidIO support: ppc32
authorMatt Porter <mporter@kernel.crashing.org>
Mon, 7 Nov 2005 09:00:19 +0000 (01:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:47 +0000 (07:53 -0800)
commit2b0c28d7f8846f80a436093e906f5175d1fa8f55
treece704dd11d562b2f5473b896153e0263e9d3906b
parentfa78cc51794912b7e6ee98cd823fcc84cf79d04a
[PATCH] RapidIO support: ppc32

Adds PPC32 RIO support.  Init code for the MPC85xx RIO ports and glue for the
STx GP3 board to use it.

Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/Kconfig
arch/ppc/configs/stx_gp3_defconfig
arch/ppc/kernel/Makefile
arch/ppc/kernel/rio.c [new file with mode: 0644]
arch/ppc/platforms/85xx/mpc85xx_ads_common.c
arch/ppc/platforms/85xx/stx_gp3.c
arch/ppc/syslib/Makefile
arch/ppc/syslib/ppc85xx_rio.c [new file with mode: 0644]
arch/ppc/syslib/ppc85xx_rio.h [new file with mode: 0644]
include/asm-ppc/rio.h [new file with mode: 0644]