Merge branch 'net-dsa-microchip-add-KSZ9893-switch-support'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Mar 2019 21:48:49 +0000 (13:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Mar 2019 21:48:49 +0000 (13:48 -0800)
commit41bc0ddb80e0380ab88b3902e638c89b3453b421
treeb43e6d6876f27e264c557266bbeb809780ad8b44
parentd5fa9c55e5f32e1ebe2a1e4b5e4a21d54db17a16
parent8c29bebb1f8a68556db70088fd8f5938527a7346
Merge branch 'net-dsa-microchip-add-KSZ9893-switch-support'

Tristram Ha says:

====================
net: dsa: microchip: add KSZ9893 switch support

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>