]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
microchipsw: use upstreamed QSGMII soft reset patch
authorRobert Marko <robert.marko@sartura.hr>
Tue, 5 May 2026 11:10:10 +0000 (13:10 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 5 May 2026 11:11:14 +0000 (13:11 +0200)
It was merged into the net tree, so use the upstreamed version.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/microchipsw/patches-6.18/0099-v7.2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch [moved from target/linux/microchipsw/patches-6.18/131-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch with 87% similarity]

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 f70f2b4eaad03baa7ba497b612d6c78c9c4e67d8..9d5c17ae011247ca5b44bdf072504509626d84fa 100644 (file)
@@ -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 <robert.marko@sartura.hr>
-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 <robert.marko@sartura.hr>
+Link: https://patch.msgid.link/20260428134138.1741253-1-robert.marko@sartura.hr
+Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 ---
  drivers/net/phy/micrel.c | 15 ++++++++-------
  1 file changed, 8 insertions(+), 7 deletions(-)