|
|
@@ -1,35 +0,0 @@
|
|
|
-From 0805d67bc0ef95411228e802f31975cfb7555056 Mon Sep 17 00:00:00 2001
|
|
|
-From: Daniel Golle <[email protected]>
|
|
|
-Date: Tue, 23 Apr 2024 11:00:25 +0200
|
|
|
-Subject: [PATCH] net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX module
|
|
|
-MIME-Version: 1.0
|
|
|
-Content-Type: text/plain; charset=UTF-8
|
|
|
-Content-Transfer-Encoding: 8bit
|
|
|
-
|
|
|
-Add quirk for ATS SFP-GE-T 1000Base-TX module.
|
|
|
-
|
|
|
-This copper module comes with broken TX_FAULT indicator which must be
|
|
|
-ignored for it to work.
|
|
|
-
|
|
|
-Co-authored-by: Josef Schlehofer <[email protected]>
|
|
|
-Signed-off-by: Daniel Golle <[email protected]>
|
|
|
-[ rebased on top of net-next ]
|
|
|
-Signed-off-by: Marek Behún <[email protected]>
|
|
|
-Link: https://lore.kernel.org/r/[email protected]
|
|
|
-Signed-off-by: Jakub Kicinski <[email protected]>
|
|
|
----
|
|
|
- drivers/net/phy/sfp.c | 3 +++
|
|
|
- 1 file changed, 3 insertions(+)
|
|
|
-
|
|
|
---- a/drivers/net/phy/sfp.c
|
|
|
-+++ b/drivers/net/phy/sfp.c
|
|
|
-@@ -486,6 +486,9 @@ static const struct sfp_quirk sfp_quirks
|
|
|
- // OEM SFP-GE-T is a 1000Base-T module with broken TX_FAULT indicator
|
|
|
- SFP_QUIRK_F("OEM", "SFP-GE-T", sfp_fixup_ignore_tx_fault),
|
|
|
-
|
|
|
-+ // OEM SFP-GE-T is a 1000Base-T module with broken TX_FAULT indicator
|
|
|
-+ SFP_QUIRK_F("OEM", "SFP-GE-T", sfp_fixup_ignore_tx_fault),
|
|
|
-+
|
|
|
- SFP_QUIRK_F("OEM", "SFP-10G-T", sfp_fixup_rollball_cc),
|
|
|
- SFP_QUIRK_M("OEM", "SFP-2.5G-T", sfp_quirk_oem_2_5g),
|
|
|
- SFP_QUIRK_F("OEM", "RTSFP-10", sfp_fixup_rollball_cc),
|