mbox series

[net-next,0/2] Let phylink manage in-band AN for the PHY

Message ID 20210212172341.3489046-1-olteanv@gmail.com (mailing list archive)
Headers show
Series Let phylink manage in-band AN for the PHY | expand

Message

Vladimir Oltean Feb. 12, 2021, 5:23 p.m. UTC
From: Vladimir Oltean <vladimir.oltean@nxp.com>

This small series creates a configuration knob for PHY drivers which use
serial MII-side interfaces and support clause 37 in-band auto-negotiation
there.

Vladimir Oltean (2):
  net: phylink: explicitly configure in-band autoneg for PHYs that
    support it
  net: phy: mscc: configure in-band auto-negotiation for VSC8514

 drivers/net/phy/mscc/mscc.h      |  2 ++
 drivers/net/phy/mscc/mscc_main.c | 13 +++++++++++++
 drivers/net/phy/phy.c            | 12 ++++++++++++
 drivers/net/phy/phylink.c        |  8 ++++++++
 include/linux/phy.h              |  8 ++++++++
 5 files changed, 43 insertions(+)