-
- Downloads
net: phy: introduce core support for phy-mode = "10g-qxgmii"
10G-QXGMII is a MAC-to-PHY interface defined by the USXGMII multiport specification. It uses the same signaling as USXGMII, but it multiplexes 4 ports over the link, resulting in a maximum speed of 2.5G per port. Some in-tree SoCs like the NXP LS1028A use "usxgmii" when they mean either the single-port USXGMII or the quad-port 10G-QXGMII variant, and they could get away just fine with that thus far. But there is a need to distinguish between the 2 as far as SerDes drivers are concerned. Signed-off-by:Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by:
Luo Jie <quic_luoj@quicinc.com> Reviewed-by:
Andrew Lunn <andrew@lunn.ch> Reviewed-by:
Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by:
Paolo Abeni <pabeni@redhat.com>
Showing
- Documentation/networking/phy.rst 6 additions, 0 deletionsDocumentation/networking/phy.rst
- drivers/net/phy/phy-core.c 1 addition, 0 deletionsdrivers/net/phy/phy-core.c
- drivers/net/phy/phylink.c 8 additions, 1 deletiondrivers/net/phy/phylink.c
- include/linux/phy.h 4 additions, 0 deletionsinclude/linux/phy.h
- include/linux/phylink.h 1 addition, 0 deletionsinclude/linux/phylink.h
Loading
Please register or sign in to comment