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 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev