From 337c93a1cb2d180559c35e53bae767e735f15e28 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 5 May 2026 13:10:10 +0200 Subject: [PATCH] microchipsw: use upstreamed QSGMII soft reset patch It was merged into the net tree, so use the upstreamed version. Signed-off-by: Robert Marko --- ....2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename target/linux/microchipsw/patches-6.18/{131-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch => 0099-v7.2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch} (87%) diff --git a/target/linux/microchipsw/patches-6.18/131-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch b/target/linux/microchipsw/patches-6.18/0099-v7.2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch similarity index 87% rename from target/linux/microchipsw/patches-6.18/131-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch rename to target/linux/microchipsw/patches-6.18/0099-v7.2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch index f70f2b4eaa..9d5c17ae01 100644 --- a/target/linux/microchipsw/patches-6.18/131-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch +++ b/target/linux/microchipsw/patches-6.18/0099-v7.2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch @@ -1,7 +1,7 @@ -From f9184cc6c809bc1de331fa1bece2797f54167985 Mon Sep 17 00:00:00 2001 +From e027c218c482c6a0ae1948129ccda3b0a2033368 Mon Sep 17 00:00:00 2001 From: Robert Marko -Date: Tue, 28 Apr 2026 15:09:36 +0200 -Subject: [PATCH net] net: phy: micrel: fix LAN8814 QSGMII soft reset +Date: Tue, 28 Apr 2026 15:41:01 +0200 +Subject: [PATCH] net: phy: micrel: fix LAN8814 QSGMII soft reset LAN8814 QSGMII soft reset was moved into the probe function to avoid triggering it for each of 4 PHY-s in the package. @@ -19,6 +19,8 @@ setup. Fixes: 96a9178a29a6 ("net: phy: micrel: lan8814 fix reset of the QSGMII interface") Signed-off-by: Robert Marko +Link: https://patch.msgid.link/20260428134138.1741253-1-robert.marko@sartura.hr +Signed-off-by: Jakub Kicinski --- drivers/net/phy/micrel.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)