Re: [PATCH net-next 2/3] net: dsa: microchip: add KSZ9893 switch support

2019-02-27 Thread Andrew Lunn
> static int ksz9477_phy_read16(struct dsa_switch *ds, int addr, int reg) > @@ -353,7 +363,7 @@ static int ksz9477_phy_read16(struct dsa_switch *ds, int > addr, int reg) > val = 0x796d; > break; > case MII_PHYSID1: > -

[PATCH net-next 2/3] net: dsa: microchip: add KSZ9893 switch support

2019-02-26 Thread Tristram.Ha
From: Tristram Ha Add KSZ9893 switch support in KSZ9477 driver. This switch is similar to KSZ9477 except the ingress tail tag has 1 byte instead of 2 bytes. The XMII register that governs how the host port communicates with the MAC also has different register definitions. Signed-off-by: Tristr