mbox series

[net-next,0/2] net: altera: tse: phylink conversion

Message ID 20220823140517.3091239-1-maxime.chevallier@bootlin.com (mailing list archive)
Headers show
Series net: altera: tse: phylink conversion | expand

Message

Maxime Chevallier Aug. 23, 2022, 2:05 p.m. UTC
This series converts the Altera Triple Speed Ethernet driver to phylink,
to benefit from the full flexibility that phylink gives, and proped SFP
support.

The first patch is a small rework of the PCS reset code, to make the
actual phylink conversion easier to read.

Maxime Chevallier (2):
  net: altera: tse: add a dedicated helper for reset
  net: altera: tse: convert to phylink

 drivers/net/ethernet/altera/Kconfig           |   1 +
 drivers/net/ethernet/altera/altera_tse.h      |  13 +
 .../net/ethernet/altera/altera_tse_ethtool.c  |  20 +-
 drivers/net/ethernet/altera/altera_tse_main.c | 434 ++++++------------
 4 files changed, 182 insertions(+), 286 deletions(-)