Re: [PATCH net-next v10 09/15] net: phy: marvell: Support SFP through phy_port interface
From: Andrew Lunn
Date: Sat Jul 26 2025 - 17:13:27 EST
> -static int m88e1510_sfp_insert(void *upstream, const struct sfp_eeprom_id *id)
> +static int mv88e1510_port_configure_serdes(struct phy_port *port, bool enable,
The naming convention in this driver is to use m88, not mv88.
Andrew