From: Tristram Ha <tristram...@microchip.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