netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <Tristram.Ha@microchip.com>
To: Andrew Lunn <andrew@lunn.ch>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Pavel Machek <pavel@ucw.cz>
Cc: Tristram Ha <Tristram.Ha@microchip.com>,
	<UNGLinuxDriver@microchip.com>, <netdev@vger.kernel.org>
Subject: [PATCH v1 net-next 0/3] net: dsa: microchip: add KSZ9893 switch support
Date: Thu, 28 Feb 2019 19:57:21 -0800	[thread overview]
Message-ID: <1551412644-17319-1-git-send-email-Tristram.Ha@microchip.com> (raw)

From: Tristram Ha <Tristram.Ha@microchip.com>

This series of patches is to modify the KSZ9477 DSA driver to support
running KSZ9893 switch.

The KSZ9893 switch is similar to KSZ9477 except the ingress tail tag has
1 byte instead of 2 bytes.  The XMII register that governs the MAC
communication also has different register definitions.

v1
- Put KSZ9893 tagging in separate patch
- Remove other switch support

Tristram Ha (3):
  dt-bindings: net: dsa: document additional Microchip KSZ9477 family
    switches
  net: dsa: add KSZ9893 switch tagging support
  net: dsa: microchip: add KSZ9893 switch support

 Documentation/devicetree/bindings/net/dsa/ksz.txt |  43 ++++
 drivers/net/dsa/microchip/ksz9477.c               | 242 ++++++++++++++++++++--
 drivers/net/dsa/microchip/ksz9477_spi.c           |   4 +-
 drivers/net/dsa/microchip/ksz_common.c            |   4 +-
 include/net/dsa.h                                 |   1 +
 net/dsa/dsa.c                                     |   2 +
 net/dsa/dsa_priv.h                                |   1 +
 net/dsa/tag_ksz.c                                 |  34 +++
 8 files changed, 316 insertions(+), 15 deletions(-)

-- 
1.9.1


             reply	other threads:[~2019-03-01  3:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-01  3:57 Tristram.Ha [this message]
2019-03-01  3:57 ` [PATCH v1 net-next 1/3] dt-bindings: net: dsa: document additional Microchip KSZ9477 family switches Tristram.Ha
2019-03-01  4:24   ` Florian Fainelli
2019-03-01  3:57 ` [PATCH v1 net-next 2/3] net: dsa: add KSZ9893 switch tagging support Tristram.Ha
2019-03-01  4:23   ` Florian Fainelli
2019-03-01  3:57 ` [PATCH v1 net-next 3/3] net: dsa: microchip: add KSZ9893 switch support Tristram.Ha
2019-03-01  4:23   ` Florian Fainelli
2019-03-05  1:24     ` Tristram.Ha
2019-03-03 21:49 ` [PATCH v1 net-next 0/3] " David Miller

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=1551412644-17319-1-git-send-email-Tristram.Ha@microchip.com \
    --to=tristram.ha@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=f.fainelli@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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).