mbox series

[RFC,net-next,0/4] Add support for LAN937x T1 Phy

Message ID 20220228140510.20883-1-arun.ramadoss@microchip.com (mailing list archive)
Headers show
Series Add support for LAN937x T1 Phy | expand

Message

Arun Ramadoss Feb. 28, 2022, 2:05 p.m. UTC
LAN937x is a Multi-port 100Base-T1 Switch and it internally uses LAN87xx
T1 Phy.  This series of patch update the intialization routine for the
LAN87xx phy and also add LAN937x part support. Added the T1 Phy
master-slave configuration through ethtool.

Arun Ramadoss (4):
  net: phy: used the genphy_soft_reset for phy reset in Lan87xx
  net: phy: updated the initialization routine for LAN87xx
  net: phy: added the LAN937x phy support
  net: phy: added master-slave config and cable diagnostics for Lan937x

 drivers/net/phy/microchip_t1.c | 373 +++++++++++++++++++++++++++------
 1 file changed, 308 insertions(+), 65 deletions(-)