[openwrt/openwrt] realtek: refresh patches

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 2 18:32:45 PDT 2023


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5a8741aee9dcc9bbd0c2fb847f1fa31f8998fc0f

commit 5a8741aee9dcc9bbd0c2fb847f1fa31f8998fc0f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Apr 3 02:29:17 2023 +0100

    realtek: refresh patches
    
    Refresh patches which were no longer applying cleanly after a recently
    added SFP quirk.
    
    Fixes: 658b45ce48 ("generic: add quirk for HG MXPD-483II 2500M fiber SFP")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 .../patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch | 2 +-
 .../realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/realtek/patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch b/target/linux/realtek/patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch
index b269f7e104..3a21dff079 100644
--- a/target/linux/realtek/patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch
+++ b/target/linux/realtek/patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch
@@ -10,7 +10,7 @@ Signed-off-by: Antoine Tenart <antoine.tenart at bootlin.com>
 
 --- a/drivers/net/phy/sfp.c
 +++ b/drivers/net/phy/sfp.c
-@@ -2147,6 +2147,13 @@ static void sfp_sm_module(struct sfp *sf
+@@ -2151,6 +2151,13 @@ static void sfp_sm_module(struct sfp *sf
  		return;
  	}
  
diff --git a/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch b/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
index 1f0b74a17c..ed5b26ae6f 100644
--- a/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
+++ b/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
@@ -10,7 +10,7 @@ Signed-off-by: Antoine Tenart <antoine.tenart at bootlin.com>
 
 --- a/drivers/net/phy/sfp.c
 +++ b/drivers/net/phy/sfp.c
-@@ -539,32 +539,72 @@ static int sfp_i2c_write(struct sfp *sfp
+@@ -543,32 +543,72 @@ static int sfp_i2c_write(struct sfp *sfp
  	return ret == ARRAY_SIZE(msgs) ? len : 0;
  }
  




More information about the lede-commits mailing list