realtek: refresh patches
authorDaniel Golle <daniel@makrotopia.org>
Mon, 3 Apr 2023 01:29:17 +0000 (02:29 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 3 Apr 2023 01:32:28 +0000 (02:32 +0100)
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@makrotopia.org>
target/linux/realtek/patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch
target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch

index b269f7e1040e9b590017268e6e97d5b1ed832e3a..3a21dff079aa995d2fc2a6756cb38f9b5006a61e 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Antoine Tenart <antoine.tenart@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;
        }
  
index 1f0b74a17c9d6f4e4766d5714b5dbf9b3d4c590b..ed5b26ae6f0538c32b23f6d249467f203bccdb13 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Antoine Tenart <antoine.tenart@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;
  }