summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rio.c
AgeCommit message (Collapse)AuthorLines
2008-04-29[RAPIDIO] Add OF-tree support to RapidIO controller driverZhang Wei-52/+0
This initializes the RapidIO controller driver using addresses and interrupt numbers obtained from the firmware device tree, rather than using hardcoded constants. Signed-off-by: Zhang Wei <wei.zhang@freescale.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-01-23[POWERPC] Move RapidIO support code from arch/ppcKumar Gala-0/+52
Do just enough to move the RapidIO support code for 85xx over from arch/ppc into arch/powerpc and make it still build. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>