Hello:
This patch was applied to netdev/net.git (master) by David S. Miller davem@davemloft.net:
On Sun, 6 Feb 2022 00:49:51 +0300 you wrote:
When setting up autonegotiation for 88E1118R and compatible PHYs, a software reset of PHY is issued before setting up polarity. This is incorrect as changes of MDI Crossover Mode bits are disruptive to the normal operation and must be followed by a software reset to take effect. Let's patch m88e1118_config_aneg() to fix the issue mentioned before by invoking software reset of the PHY just after setting up MDI-x polarity.
[...]
Here is the summary with links: - [net] net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs https://git.kernel.org/netdev/net/c/aec12836e719
You are awesome, thank you!