[PATCH net v2 0/2] Fix PHY handle no longer parsing

From: Michael Sit Wei Hong
Date: Tue Mar 14 2023 - 03:02:41 EST


After the fixed link support was introduced, it is observed that PHY
no longer attach to the MAC properly.

This patch series fixes the issue and maintains fixed-link capability.

Michael Sit Wei Hong (2):
net: stmmac: fix PHY handle parsing
net: stmmac: move fixed-link support fixup code

.../net/ethernet/stmicro/stmmac/dwmac-intel.c | 11 ---------
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 24 +++++++++++++++++--
2 files changed, 22 insertions(+), 13 deletions(-)

v2: Initialize fwnode before using the variable
--
2.34.1