netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Steven J. Hill" <steven.hill@cavium.com>
To: netdev@vger.kernel.org
Subject: [PATCH net-next v11 00/10] netdev: octeon-ethernet: Add Cavium Octeon III support.
Date: Mon,  4 Jun 2018 17:00:07 -0500	[thread overview]
Message-ID: <1528149617-8964-1-git-send-email-steven.hill@cavium.com> (raw)

Add the Cavium OCTEON III network driver. There are some corresponding
MIPS architecture support changes which will be upstreamed separately.

Changes in v11:

o Massive clean-up of files, split big patch into smaller pieces,
  and some minor rework.

Carlos Munoz (9):
  dt-bindings: Add Cavium Octeon Common Ethernet Interface.
  netdev: cavium: octeon: Header for Octeon III BGX Ethernet
  netdev: cavium: octeon: Add Octeon III BGX Ethernet Nexus
  netdev: cavium: octeon: Add Octeon III BGX Ports
  netdev: cavium: octeon: Add Octeon III PKI Support
  netdev: cavium: octeon: Add Octeon III PKO Support
  netdev: cavium: octeon: Add Octeon III SSO Support
  netdev: cavium: octeon: Add Octeon III BGX Ethernet core
  netdev: cavium: octeon: Add Octeon III BGX Ethernet building

David Daney (1):
  MAINTAINERS: Add entry for
    drivers/net/ethernet/cavium/octeon/octeon3-*

 .../devicetree/bindings/net/cavium-bgx.txt         |   59 +
 MAINTAINERS                                        |    6 +
 drivers/net/ethernet/cavium/Kconfig                |   22 +-
 drivers/net/ethernet/cavium/octeon/Makefile        |    8 +-
 .../net/ethernet/cavium/octeon/octeon3-bgx-nexus.c |  673 ++++++
 .../net/ethernet/cavium/octeon/octeon3-bgx-port.c  | 2196 ++++++++++++++++++
 drivers/net/ethernet/cavium/octeon/octeon3-core.c  | 2380 ++++++++++++++++++++
 drivers/net/ethernet/cavium/octeon/octeon3-pki.c   |  781 +++++++
 drivers/net/ethernet/cavium/octeon/octeon3-pko.c   | 1619 +++++++++++++
 drivers/net/ethernet/cavium/octeon/octeon3-sso.c   |  244 ++
 drivers/net/ethernet/cavium/octeon/octeon3.h       |  409 ++++
 11 files changed, 8395 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/cavium-bgx.txt
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3-bgx-nexus.c
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3-bgx-port.c
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3-core.c
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3-pki.c
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3-pko.c
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3-sso.c
 create mode 100644 drivers/net/ethernet/cavium/octeon/octeon3.h

-- 
2.1.4

             reply	other threads:[~2018-06-04 22:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-04 22:00 Steven J. Hill [this message]
2018-06-04 22:00 ` [PATCH net-next v11 01/10] dt-bindings: Add Cavium Octeon Common Ethernet Interface Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 02/10] netdev: cavium: octeon: Header for Octeon III BGX Ethernet Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 03/10] netdev: cavium: octeon: Add Octeon III BGX Ethernet Nexus Steven J. Hill
2018-06-05  0:10   ` Andrew Lunn
2018-06-04 22:00 ` [PATCH net-next v11 04/10] netdev: cavium: octeon: Add Octeon III BGX Ports Steven J. Hill
2018-06-04 23:07   ` Andrew Lunn
2018-06-05  0:55   ` Andrew Lunn
2018-06-04 22:00 ` [PATCH net-next v11 05/10] netdev: cavium: octeon: Add Octeon III PKI Support Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 06/10] netdev: cavium: octeon: Add Octeon III PKO Support Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 07/10] netdev: cavium: octeon: Add Octeon III SSO Support Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 08/10] netdev: cavium: octeon: Add Octeon III BGX Ethernet core Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 09/10] netdev: cavium: octeon: Add Octeon III BGX Ethernet building Steven J. Hill
2018-06-04 22:00 ` [PATCH net-next v11 10/10] MAINTAINERS: Add entry for drivers/net/ethernet/cavium/octeon/octeon3-* Steven J. Hill

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=1528149617-8964-1-git-send-email-steven.hill@cavium.com \
    --to=steven.hill@cavium.com \
    --cc=netdev@vger.kernel.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).