Skip to content
Commit 2b15feab authored by Michael Sit Wei Hong's avatar Michael Sit Wei Hong Committed by Greg Kroah-Hartman
Browse files

net: phylink: add phylink_expects_phy() method



[ Upstream commit 653a1809 ]

Provide phylink_expects_phy() to allow MAC drivers to check if it
is expecting a PHY to attach to. Since fixed-linked setups do not
need to attach to a PHY.

Provides a boolean value as to if the MAC should expect a PHY.
Returns true if a PHY is expected.

Reviewed-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarMichael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Stable-dep-of: fe2cfbc9 ("net: stmmac: check if MAC needs to attach to a PHY")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent aa95efa1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment