* [PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module
@ 2025-08-31 10:59 Aleksander Jan Bajkowski
2025-08-31 12:02 ` Russell King (Oracle)
2025-09-02 23:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Aleksander Jan Bajkowski @ 2025-08-31 10:59 UTC (permalink / raw)
To: linux, andrew, hkallweit1, davem, edumazet, kuba, pabeni, netdev,
linux-kernel
Cc: Aleksander Jan Bajkowski
Add quirk for a copper SFP that identifies itself as "FLYPRO"
"SFP-10GT-CS-30M". It uses RollBall protocol to talk to the PHY.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
drivers/net/phy/sfp.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c
index 5347c95d1e77..4cd1d6c51dc2 100644
--- a/drivers/net/phy/sfp.c
+++ b/drivers/net/phy/sfp.c
@@ -492,6 +492,9 @@ static const struct sfp_quirk sfp_quirks[] = {
SFP_QUIRK("ALCATELLUCENT", "3FE46541AA", sfp_quirk_2500basex,
sfp_fixup_nokia),
+ // FLYPRO SFP-10GT-CS-30M uses Rollball protocol to talk to the PHY.
+ SFP_QUIRK_F("FLYPRO", "SFP-10GT-CS-30M", sfp_fixup_rollball),
+
// Fiberstore SFP-10G-T doesn't identify as copper, uses the Rollball
// protocol to talk to the PHY and needs 4 sec wait before probing the
// PHY.
--
2.47.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module
2025-08-31 10:59 [PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module Aleksander Jan Bajkowski
@ 2025-08-31 12:02 ` Russell King (Oracle)
2025-09-02 23:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Russell King (Oracle) @ 2025-08-31 12:02 UTC (permalink / raw)
To: Aleksander Jan Bajkowski
Cc: andrew, hkallweit1, davem, edumazet, kuba, pabeni, netdev,
linux-kernel
On Sun, Aug 31, 2025 at 12:59:07PM +0200, Aleksander Jan Bajkowski wrote:
> Add quirk for a copper SFP that identifies itself as "FLYPRO"
> "SFP-10GT-CS-30M". It uses RollBall protocol to talk to the PHY.
>
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thanks!
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module
2025-08-31 10:59 [PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module Aleksander Jan Bajkowski
2025-08-31 12:02 ` Russell King (Oracle)
@ 2025-09-02 23:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-02 23:00 UTC (permalink / raw)
To: Aleksander Jan Bajkowski
Cc: linux, andrew, hkallweit1, davem, edumazet, kuba, pabeni, netdev,
linux-kernel
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sun, 31 Aug 2025 12:59:07 +0200 you wrote:
> Add quirk for a copper SFP that identifies itself as "FLYPRO"
> "SFP-10GT-CS-30M". It uses RollBall protocol to talk to the PHY.
>
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
> drivers/net/phy/sfp.c | 3 +++
> 1 file changed, 3 insertions(+)
Here is the summary with links:
- net: sfp: add quirk for FLYPRO copper SFP+ module
https://git.kernel.org/netdev/net/c/ddbf0e78a8b2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-02 23:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-31 10:59 [PATCH] net: sfp: add quirk for FLYPRO copper SFP+ module Aleksander Jan Bajkowski
2025-08-31 12:02 ` Russell King (Oracle)
2025-09-02 23:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).