linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arch/tile drivers (PCI RC and Ethernet) for v2.6.37
@ 2010-11-24 18:24 Chris Metcalf
  0 siblings, 0 replies; only message in thread
From: Chris Metcalf @ 2010-11-24 18:24 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

Linus,

Please pull the following changes for new drivers for the "tile"
architecture, specifically PCI root complex support and built-in
Ethernet support.  The changes are sufficiently standalone that I think
it's plausible to apply them to the 2.6.37 rc series, despite the fact
that they are not strictly bug fixes.  However, they enable the use of
tile standalone boxes (TILEmpower and Quanta S2Q) that otherwise can't
currently be used with the existing 2.6.36 or the 2.6.37 rc's.

  git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git drivers

The changes were mailed out to linux-net and linux-pci around Nov 2
and generated only some mild syntactical feedback.  The second round of
patches on Nov 15 generated no further comment.

The changes include the following:

Chris Metcalf (3):
      MAINTAINERS: add drivers/char/hvc_tile.c as maintained by tile
      drivers/net/tile/: on-chip network drivers for the tile architecture
      pci root complex: support for tile architecture

 MAINTAINERS                          |    2 +
 arch/tile/Kconfig                    |   12 +
 arch/tile/include/asm/cacheflush.h   |   52 +
 arch/tile/include/asm/io.h           |   15 +-
 arch/tile/include/asm/pci-bridge.h   |  117 --
 arch/tile/include/asm/pci.h          |  107 +-
 arch/tile/include/asm/processor.h    |   10 +
 arch/tile/include/hv/drv_xgbe_impl.h |  300 ++++
 arch/tile/include/hv/drv_xgbe_intf.h |  615 +++++++
 arch/tile/include/hv/netio_errors.h  |  122 ++
 arch/tile/include/hv/netio_intf.h    | 2975 ++++++++++++++++++++++++++++++++++
 arch/tile/kernel/Makefile            |    1 +
 arch/tile/kernel/pci.c               |  621 +++++++
 arch/tile/mm/init.c                  |    8 +-
 drivers/net/Kconfig                  |   12 +
 drivers/net/Makefile                 |    1 +
 drivers/net/tile/Makefile            |   10 +
 drivers/net/tile/tilepro.c           | 2406 +++++++++++++++++++++++++++
 drivers/pci/Makefile                 |    1 +
 drivers/pci/quirks.c                 |   18 +
 20 files changed, 7216 insertions(+), 189 deletions(-)
 delete mode 100644 arch/tile/include/asm/pci-bridge.h
 create mode 100644 arch/tile/include/hv/drv_xgbe_impl.h
 create mode 100644 arch/tile/include/hv/drv_xgbe_intf.h
 create mode 100644 arch/tile/include/hv/netio_errors.h
 create mode 100644 arch/tile/include/hv/netio_intf.h
 create mode 100644 arch/tile/kernel/pci.c
 create mode 100644 drivers/net/tile/Makefile
 create mode 100644 drivers/net/tile/tilepro.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-24 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-24 18:24 [GIT PULL] arch/tile drivers (PCI RC and Ethernet) for v2.6.37 Chris Metcalf

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).