All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MIPS: Octeon: PCI{,e} updates for Octeon II SOCs
@ 2011-11-15 23:46 ddaney.cavm
  2011-11-15 23:46 ` [PATCH 1/5] MIPS: Octeon: Update SOC PCI related register definitions for new chips ddaney.cavm
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: ddaney.cavm @ 2011-11-15 23:46 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

From: David Daney <david.daney@cavium.com>

Nothing earth shattering.  The bulk of the change is the register
definitions for the new PCIe hardware.

David Daney (5):
  MIPS: Octeon: Update SOC PCI related register definitions for new
    chips.
  MIPS: Octeon: Update feature test functions for new chips and
    features.
  MIPS: Octeon: Update DMA mapping operations for OCTEON II processors.
  MIPS: Octeon: Update PCI Latency timer, PCIe payload, and PCIe max
    read to allow larger transactions
  MIPS: Octeon: Add support for OCTEON II PCIe

 arch/mips/cavium-octeon/dma-octeon.c             |   23 +-
 arch/mips/include/asm/octeon/cvmx-dpi-defs.h     |  643 +++++++
 arch/mips/include/asm/octeon/cvmx-npei-defs.h    |    4 +-
 arch/mips/include/asm/octeon/cvmx-pciercx-defs.h |  609 ++++++-
 arch/mips/include/asm/octeon/cvmx-pemx-defs.h    |  509 +++++
 arch/mips/include/asm/octeon/cvmx-pexp-defs.h    |   19 +-
 arch/mips/include/asm/octeon/cvmx-sli-defs.h     | 2172 ++++++++++++++++++++++
 arch/mips/include/asm/octeon/cvmx-sriox-defs.h   | 1036 +++++++++++
 arch/mips/include/asm/octeon/cvmx.h              |   42 +-
 arch/mips/include/asm/octeon/octeon-feature.h    |  114 ++-
 arch/mips/include/asm/octeon/pci-octeon.h        |    3 +-
 arch/mips/pci/pci-octeon.c                       |   26 +-
 arch/mips/pci/pcie-octeon.c                      | 1349 ++++++++++----
 13 files changed, 6097 insertions(+), 452 deletions(-)
 create mode 100644 arch/mips/include/asm/octeon/cvmx-dpi-defs.h
 create mode 100644 arch/mips/include/asm/octeon/cvmx-pemx-defs.h
 create mode 100644 arch/mips/include/asm/octeon/cvmx-sli-defs.h
 create mode 100644 arch/mips/include/asm/octeon/cvmx-sriox-defs.h

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-11-16  1:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 23:46 [PATCH 0/5] MIPS: Octeon: PCI{,e} updates for Octeon II SOCs ddaney.cavm
2011-11-15 23:46 ` [PATCH 1/5] MIPS: Octeon: Update SOC PCI related register definitions for new chips ddaney.cavm
2011-11-16  0:59   ` Ralf Baechle
2011-11-15 23:46 ` [PATCH 2/5] MIPS: Octeon: Update feature test functions for new chips and features ddaney.cavm
2011-11-16  1:00   ` Ralf Baechle
2011-11-15 23:46 ` [PATCH 3/5] MIPS: Octeon: Update DMA mapping operations for OCTEON II processors ddaney.cavm
2011-11-16  1:00   ` Ralf Baechle
2011-11-15 23:46 ` [PATCH 4/5] MIPS: Octeon: Update PCI Latency timer, PCIe payload, and PCIe max read to allow larger transactions ddaney.cavm
2011-11-16  1:00   ` Ralf Baechle
2011-11-15 23:46 ` [PATCH 5/5] MIPS: Octeon: Add support for OCTEON II PCIe ddaney.cavm
2011-11-16  1:00   ` Ralf Baechle

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.