[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1543880097-7106-1-git-send-email-Tristram.Ha@microchip.com>
Date: Mon, 3 Dec 2018 15:34:51 -0800
From: <Tristram.Ha@...rochip.com>
To: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Pavel Machek <pavel@....cz>
CC: Tristram Ha <Tristram.Ha@...rochip.com>,
<UNGLinuxDriver@...rochip.com>, <netdev@...r.kernel.org>
Subject: [PATCH RFC 0/6] net: dsa: microchip: Modify KSZ9477 DSA driver to support different tail tag formats
From: Tristram Ha <Tristram.Ha@...rochip.com>
This series of patches is to modify the KSZ9477 DSA driver to support
different tail tag formats such that other new KSZ switch drivers can be
added without changing the base tail tagging code.
Tristram Ha (6):
net: dsa: microchip: Prepare PHY for proper advertisement
net: dsa: microchip: Add MIB counter reading support
net: dsa: microchip: Break ksz_priv.h into two files
net: dsa: microchip: Each switch driver has its own tail tagging
operations
net: dsa: microchip: Update tag_ksz.c to access switch driver
net: dsa: microchip: Add switch offload forwarding support
drivers/net/dsa/microchip/ksz9477.c | 218 ++++++++++++++++++++++++++-------
drivers/net/dsa/microchip/ksz_common.c | 122 +++++++++++++++++-
drivers/net/dsa/microchip/ksz_common.h | 4 +
drivers/net/dsa/microchip/ksz_priv.h | 94 ++------------
include/linux/dsa/ksz_dsa.h | 99 +++++++++++++++
net/dsa/tag_ksz.c | 46 ++++---
6 files changed, 426 insertions(+), 157 deletions(-)
create mode 100644 include/linux/dsa/ksz_dsa.h
--
1.9.1
Powered by blists - more mailing lists