From: Alexandre Bounine <alexandre.bounine@idt.com>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org
Cc: Alexandre Bounine <alexandre.bounine@idt.com>,
Thomas Moll <thomas.moll@sysgo.com>
Subject: [PATCH 0/5] RapidIO: configuration and initialization changes
Date: Mon, 28 Feb 2011 15:51:00 -0500 [thread overview]
Message-ID: <1298926265-5381-1-git-send-email-alexandre.bounine@idt.com> (raw)
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
next reply other threads:[~2011-02-28 20:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-28 20:51 Alexandre Bounine [this message]
2011-02-28 20:51 ` [PATCH 1/5] RapidIO: Add architecture specific callbacks Alexandre Bounine
2011-02-28 20:51 ` [PATCH 2/5] RapidIO: Modify configuration to support PCI-SRIO controller Alexandre Bounine
2011-02-28 20:51 ` [PATCH 3/5] RapidIO: Modify subsystem and driver initialization sequence Alexandre Bounine
2011-02-28 20:51 ` [PATCH 4/5] RapidIO: Modify mport ID assignment Alexandre Bounine
2011-02-28 20:51 ` [PATCH 5/5] RapidIO: remove mport resource reservation from common RIO code Alexandre Bounine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1298926265-5381-1-git-send-email-alexandre.bounine@idt.com \
--to=alexandre.bounine@idt.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=thomas.moll@sysgo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox