From: David Daney <ddaney@caviumnetworks.com>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCH 0/2] PCI and PCIe support for Cavium OCTEON
Date: Thu, 23 Apr 2009 17:43:36 -0700 [thread overview]
Message-ID: <49F10B38.7070808@caviumnetworks.com> (raw)
As per the subject, this set adds support for PCI and PCIe to the
Cavium OCTEON processor support.
The first patch is just register definitions for the PCI related
hardware.
The second contains the drivers and hooks them up. The DMA mapping
code needs to do quite a bit to handle the PCI. Interrupt handling
was already present, but we need a couple of more include files.
Other than that, it is all PCI driver things.
I will reply with the two patches.
David Daney (2):
MIPS: Add register definitions for PCI.
MIPS: Add Cavium OCTEON PCI support.
arch/mips/Kconfig | 2 +
arch/mips/cavium-octeon/Makefile | 4 +
arch/mips/cavium-octeon/dma-octeon.c | 311 +++-
arch/mips/cavium-octeon/executive/Makefile | 1 +
.../cavium-octeon/executive/cvmx-helper-errata.c | 70 +
.../cavium-octeon/executive/cvmx-helper-jtag.c | 144 ++
arch/mips/cavium-octeon/msi.c | 288 +++
arch/mips/cavium-octeon/octeon-irq.c | 2 +
arch/mips/cavium-octeon/pci-common.c | 137 ++
arch/mips/cavium-octeon/pci-common.h | 39 +
arch/mips/cavium-octeon/pci.c | 568 +++++
arch/mips/cavium-octeon/pcie.c | 1370 +++++++++++
arch/mips/include/asm/octeon/cvmx-helper-errata.h | 33 +
arch/mips/include/asm/octeon/cvmx-helper-jtag.h | 43 +
arch/mips/include/asm/octeon/cvmx-npei-defs.h | 2560
++++++++++++++++++++
arch/mips/include/asm/octeon/cvmx-npi-defs.h | 1735 +++++++++++++
arch/mips/include/asm/octeon/cvmx-pci-defs.h | 1645 +++++++++++++
arch/mips/include/asm/octeon/cvmx-pcieep-defs.h | 1365 +++++++++++
arch/mips/include/asm/octeon/cvmx-pciercx-defs.h | 1397 +++++++++++
arch/mips/include/asm/octeon/cvmx-pescx-defs.h | 410 ++++
arch/mips/include/asm/octeon/cvmx-pexp-defs.h | 229 ++
arch/mips/include/asm/octeon/cvmx.h | 12 +
arch/mips/include/asm/octeon/octeon.h | 2 +
23 files changed, 12365 insertions(+), 2 deletions(-)
create mode 100644 arch/mips/cavium-octeon/executive/cvmx-helper-errata.c
create mode 100644 arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c
create mode 100644 arch/mips/cavium-octeon/msi.c
create mode 100644 arch/mips/cavium-octeon/pci-common.c
create mode 100644 arch/mips/cavium-octeon/pci-common.h
create mode 100644 arch/mips/cavium-octeon/pci.c
create mode 100644 arch/mips/cavium-octeon/pcie.c
create mode 100644 arch/mips/include/asm/octeon/cvmx-helper-errata.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-helper-jtag.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-npei-defs.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-npi-defs.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-pci-defs.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-pcieep-defs.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-pciercx-defs.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-pescx-defs.h
create mode 100644 arch/mips/include/asm/octeon/cvmx-pexp-defs.h
next reply other threads:[~2009-04-24 0:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-24 0:43 David Daney [this message]
2009-04-24 0:44 ` [PATCH 1/2] MIPS: Add register definitions for PCI David Daney
2009-04-24 0:44 ` [PATCH 2/2] MIPS: Add Cavium OCTEON PCI support David Daney
2009-04-25 0:00 ` [PATCH 2/2] MIPS: Add Cavium OCTEON PCI support (v2) David Daney
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=49F10B38.7070808@caviumnetworks.com \
--to=ddaney@caviumnetworks.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.