[PATCH 0/5] RapidIO: configuration and initialization changes

From: Alexandre Bounine
Date: Mon Feb 28 2011 - 15:52:34 EST



This set of patches eliminates RapidIO dependency on PowerPC architecture and
makes it available to other architectures (x86 and MIPS).
It also enables support of new platform independent RapidIO controllers such
as PCI-to-SRIO and PCI Express-to-SRIO.

Alexandre Bounine (5):
RapidIO: Add architecture specific callbacks
RapidIO: Modify configuration to support PCI-SRIO controller
RapidIO: Modify subsystem and driver initialization sequence
RapidIO: Modify mport ID assignment
RapidIO: remove mport resource reservation from common RIO code

arch/mips/Kconfig | 10 ++++
arch/powerpc/Kconfig | 10 ++++-
arch/powerpc/sysdev/Makefile | 2 +-
arch/powerpc/sysdev/fsl_rio.c | 96 ++++++++++++++++-------------------------
arch/x86/Kconfig | 10 ++++
drivers/net/rionet.c | 6 +-
drivers/rapidio/rio-sysfs.c | 1 +
drivers/rapidio/rio.c | 84 ++++++++++++++++++++++++-----------
include/linux/rio.h | 25 ++++++++---
include/linux/rio_drv.h | 7 ++-
10 files changed, 151 insertions(+), 100 deletions(-)

--
1.7.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/