diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-28 22:55:08 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-29 11:48:24 +0200 |
| commit | 86dadeba482e2ed41f1ccc95fc7739d85a5709c0 (patch) | |
| tree | b9e70fd613a11469d2efa9dc177e681d46463613 /target/linux/realtek | |
| parent | 91d2ead3c3bf75b279f861ad5d11b64bf31478f0 (diff) | |
| download | upstream-86dadeba482e2ed41f1ccc95fc7739d85a5709c0.tar.gz upstream-86dadeba482e2ed41f1ccc95fc7739d85a5709c0.tar.bz2 upstream-86dadeba482e2ed41f1ccc95fc7739d85a5709c0.zip | |
generic: add patch for GPON-ONU-34-20BI quirk
Backport patch merged upstream adding quirk for SFP GPON-ONU-34-20BI.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/realtek')
| -rw-r--r-- | target/linux/realtek/patches-5.15/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch | 2 | ||||
| -rw-r--r-- | target/linux/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 87537a13f5a..378563a9e33 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@bootlin.com> --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -@@ -2153,6 +2153,13 @@ static void sfp_sm_module(struct sfp *sf +@@ -2160,6 +2160,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 1e203a2925a..53ec0fa1da5 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@bootlin.com> --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c -@@ -549,32 +549,72 @@ static int sfp_i2c_write(struct sfp *sfp +@@ -556,32 +556,72 @@ static int sfp_i2c_write(struct sfp *sfp return ret == ARRAY_SIZE(msgs) ? len : 0; } |
