]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: aquantia: add USXGMII support and warn if XGMII mode is set
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 23 May 2019 18:09:08 +0000 (20:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 May 2019 20:39:34 +0000 (13:39 -0700)
commitb2f714cc2a537320f29b71f6e8ab12db11f913a0
treeecf2b410af1b236317b81a27774fb3939d2871da
parent912508c968138d46784f7654ff6c1c4962bf681b
net: phy: aquantia: add USXGMII support and warn if XGMII mode is set

So far we didn't support mode USXGMII, and in order to not break few
boards mode XGMII was accepted for the AQR107 family even though it
doesn't support XGMII. Add USXGMII support to the Aquantia PHY driver
and warn if XGMII mode is set.

v2:
- add warning if XGMII mode is set

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/aquantia_main.c