]> git.baikalelectronics.ru Git - kernel.git/commit
net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs
authorMarek Behún <kabel@kernel.org>
Fri, 30 Sep 2022 14:21:03 +0000 (16:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Oct 2022 10:08:32 +0000 (11:08 +0100)
commitf406bfb8cf08d85c5df53ded1ccb6dbd8f6a8ecb
tree027668050f298d475d7e30041575ed38ba53407f
parentce929a69f3e214f334f7c073d80ab341528d8926
net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs

Pass the supported PHY interface types to phylib if the PHY we are
connecting is inside a SFP, so that the PHY driver can select an
appropriate host configuration mode for their interface according to
the host capabilities.

For example the Marvell 88X3310 PHY inside RollBall SFP modules
defaults to 10gbase-r mode on host's side, and the marvell10g
driver currently does not change this setting. But a host may not
support 10gbase-r. For example Turris Omnia only supports sgmii,
1000base-x and 2500base-x modes. The PHY can be configured to use
those modes, but in order for the PHY driver to do that, it needs
to know which modes are supported.

Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phylink.c
include/linux/phy.h