linux_dsm_epyc7002/drivers/net/ethernet/apm/xgene-v2
Andrew Lunn 3c1bcc8614 net: ethernet: Convert phydev advertize and supported from u32 to link mode
There are a few MAC/PHYs combinations which now support > 1Gbps. These
may need to make use of link modes with bits > 31. Thus their
supported PHY features or advertised features cannot be implemented
using the current bitmap in a u32. Convert to using a linkmode bitmap,
which can support all the currently devices link modes, and is future
proof as more modes are added.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-11 10:10:01 -08:00
..
enet.c drivers: net: xgene-v2: Fix port reset 2017-03-22 19:17:14 -07:00
enet.h drivers: net: xgene-v2: Fix port reset 2017-03-22 19:17:14 -07:00
ethtool.c net: phy: Make phy_ethtool_ksettings_get return void 2017-06-13 12:59:06 -04:00
ethtool.h drivers: net: xgene-v2: Extend ethtool statistics 2017-04-18 15:55:13 -04:00
Kconfig net: Remove depends on HAS_DMA in case of platform dependency 2018-06-23 10:44:30 +09:00
mac.c drivers: net: xgene-v2: Add MDIO support 2017-03-22 19:17:13 -07:00
mac.h drivers: net: xgene-v2: Extend ethtool statistics 2017-04-18 15:55:13 -04:00
main.c drivers: net: xgene-v2: misc fixes 2017-03-22 19:17:14 -07:00
main.h drivers: net: xgene-v2: Extend ethtool statistics 2017-04-18 15:55:13 -04:00
Makefile drivers: net: xgene-v2: Add ethtool support 2017-03-22 19:17:14 -07:00
mdio.c net: ethernet: Convert phydev advertize and supported from u32 to link mode 2018-11-11 10:10:01 -08:00
ring.c
ring.h