Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755021Ab1B1Uwa (ORCPT ); Mon, 28 Feb 2011 15:52:30 -0500 Received: from mxout1.idt.com ([157.165.5.25]:58632 "EHLO mxout1.idt.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751667Ab1B1Uw3 (ORCPT ); Mon, 28 Feb 2011 15:52:29 -0500 From: Alexandre Bounine To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Cc: Alexandre Bounine , Kumar Gala , Matt Porter , Li Yang , Thomas Moll , Micha Nelissen Subject: [PATCH 0/5] RapidIO: configuration and initialization changes Date: Mon, 28 Feb 2011 15:51:00 -0500 Message-Id: <1298926265-5381-1-git-send-email-alexandre.bounine@idt.com> X-Mailer: git-send-email 1.7.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1368 Lines: 33 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/