aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2023-04-13 20:16:05 +0100
committerDaniel Golle <daniel@makrotopia.org>2023-04-13 20:16:05 +0100
commitb8e1fcad38eae059d45ec21e708839985b511994 (patch)
tree044ca8961b2597cf39d585eb6852e517b372a073 /target/linux/generic/pending-5.15
parentf4f8c0e8de1c9ff6f0a76f7e722e4cbdbaba92c3 (diff)
downloadupstream-b8e1fcad38eae059d45ec21e708839985b511994.tar.gz
upstream-b8e1fcad38eae059d45ec21e708839985b511994.tar.bz2
upstream-b8e1fcad38eae059d45ec21e708839985b511994.zip
generic: move accepted patch to backport-5.15
The patch adding SFP quirk for MXPD 483II was accepted upstream and will be part of Linux v6.3: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=ad651d68cee75e9ac20002254c4e5d09ee67a84b Move the patch from pending-5.15 to backport-5.15. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/generic/pending-5.15')
-rw-r--r--target/linux/generic/pending-5.15/701-net-sfp-add-quirk-for-MXPD-483II.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/generic/pending-5.15/701-net-sfp-add-quirk-for-MXPD-483II.patch b/target/linux/generic/pending-5.15/701-net-sfp-add-quirk-for-MXPD-483II.patch
deleted file mode 100644
index 86a665fd0a..0000000000
--- a/target/linux/generic/pending-5.15/701-net-sfp-add-quirk-for-MXPD-483II.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/phy/sfp.c
-+++ b/drivers/net/phy/sfp.c
-@@ -366,6 +366,10 @@ static const struct sfp_quirk sfp_quirks
- .part = "HL-GSFP",
- .fixup = sfp_fixup_halny_gsfp,
- }, {
-+ .vendor = "HG GENUINE",
-+ .part = "MXPD-483II",
-+ .modes = sfp_quirk_2500basex,
-+ }, {
- // Huawei MA5671A can operate at 2500base-X, but report 1.2GBd
- // NRZ in their EEPROM
- .vendor = "HUAWEI",