From: colin.tuckley@arm.com (Colin Tuckley)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] Add PCI support for ARM RealView boards
Date: Wed, 20 Oct 2010 14:02:48 +0100 [thread overview]
Message-ID: <20101020125554.22199.78597.stgit@e102602-lin.cambridge.arm.com> (raw)
The following series implements the PCI support for the
ARM RealView NEC custom Northbridge based reference boards
(PBA8, PB11MPCore and PBX).
The boards have a PCIX root complex connected to PCI and
PCIe bridges. Each board has 2 PCI slots and 2 PCIe slots.
---
Colin Tuckley (6):
ARM Realview PCIX build file changes
ARM Realview PCIX board file changes
ARM Realview PCIX IRQ include file changes
ARM Realview PCIX map include file changes
ARM: enable bridges in pci_common_init.
Realview PCIX support - add main support module code
arch/arm/Kconfig | 6
arch/arm/kernel/bios32.c | 5
arch/arm/mach-realview/Makefile | 6
arch/arm/mach-realview/include/mach/board-pb11mp.h | 11
arch/arm/mach-realview/include/mach/board-pba8.h | 11
arch/arm/mach-realview/include/mach/board-pbx.h | 11
arch/arm/mach-realview/include/mach/hardware.h | 53 ++
arch/arm/mach-realview/include/mach/io.h | 18 +
arch/arm/mach-realview/include/mach/irqs-pb11mp.h | 11
arch/arm/mach-realview/include/mach/irqs-pba8.h | 7
arch/arm/mach-realview/include/mach/irqs-pbx.h | 7
arch/arm/mach-realview/include/mach/platform.h | 15 -
arch/arm/mach-realview/pcix.c | 538 ++++++++++++++++++++
arch/arm/mach-realview/realview_pb11mp.c | 18 +
arch/arm/mach-realview/realview_pba8.c | 16 -
arch/arm/mach-realview/realview_pbx.c | 14 -
16 files changed, 692 insertions(+), 55 deletions(-)
create mode 100755 arch/arm/mach-realview/pcix.c
--
Colin Tuckley
next reply other threads:[~2010-10-20 13:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 13:02 Colin Tuckley [this message]
2010-10-20 13:02 ` [PATCH 1/6] Realview PCIX support - add main support module code Colin Tuckley
2010-10-20 21:16 ` Arnd Bergmann
2010-10-21 10:03 ` Colin Tuckley
2010-10-21 12:44 ` Arnd Bergmann
2010-10-28 14:09 ` Russell King - ARM Linux
2010-10-28 14:29 ` Arnd Bergmann
2010-10-28 14:02 ` Russell King - ARM Linux
2010-10-20 13:02 ` [PATCH 2/6] ARM: enable bridges in pci_common_init Colin Tuckley
2010-10-20 13:03 ` [PATCH 3/6] ARM Realview PCIX map include file changes Colin Tuckley
2010-10-20 21:28 ` Arnd Bergmann
2010-10-20 13:03 ` [PATCH 4/6] ARM Realview PCIX IRQ " Colin Tuckley
2010-10-20 13:03 ` [PATCH 5/6] ARM Realview PCIX board " Colin Tuckley
2010-10-20 13:03 ` [PATCH 6/6] ARM Realview PCIX build " Colin Tuckley
2010-10-20 21:32 ` Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2010-12-22 14:09 [PATCH 0/6] Add PCI support for ARM RealView boards Colin Tuckley
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=20101020125554.22199.78597.stgit@e102602-lin.cambridge.arm.com \
--to=colin.tuckley@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).