Re: [PATCH v5 net-next 12/13] net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_init
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-01-31 15:21:51
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-01-31 15:21:51
Also in:
lkml
On Mon, Jan 22, 2024 at 10:28:45PM +0100, Dimitri Fedrau wrote:
mv88q2xxx_config_init calls genphy_c45_read_pma which is done by mv88q2xxx_read_status, it calls also mv88q2xxx_config_aneg which is also called by the PHY state machine. Let the PHY state machine handle the phydriver ops in their intendend way. Signed-off-by: Dimitri Fedrau <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew