The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variant
@ 2025-12-07 21:03 Marcus Hughes
  2025-12-11  9:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Marcus Hughes @ 2025-12-07 21:03 UTC (permalink / raw)
  To: netdev
  Cc: linux, andrew, hkallweit1, davem, edumazet, kuba, pabeni,
	linux-kernel, Marcus Hughes

Some Potron SFP+ XGSPON ONU sticks are shipped with different EEPROM
vendor ID and vendor name strings, but are otherwise functionally
identical to the existing "Potron SFP+ XGSPON ONU Stick" handled by
sfp_quirk_potron().

These modules, including units distributed under the "Better Internet"
branding, use the same UART pin assignment and require the same
TX_FAULT/LOS behaviour and boot delay. Re-use the existing Potron
quirk for this EEPROM variant.

Signed-off-by: Marcus Hughes <marcus.hughes@betterinternet.ltd>
---
 drivers/net/phy/sfp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c
index 0401fa6b24d2..6166e9196364 100644
--- a/drivers/net/phy/sfp.c
+++ b/drivers/net/phy/sfp.c
@@ -497,6 +497,8 @@ static const struct sfp_quirk sfp_quirks[] = {
 	SFP_QUIRK("ALCATELLUCENT", "3FE46541AA", sfp_quirk_2500basex,
 		  sfp_fixup_nokia),
 
+	SFP_QUIRK_F("BIDB", "X-ONU-SFPP", sfp_fixup_potron),
+
 	// FLYPRO SFP-10GT-CS-30M uses Rollball protocol to talk to the PHY.
 	SFP_QUIRK_F("FLYPRO", "SFP-10GT-CS-30M", sfp_fixup_rollball),
 
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variant
  2025-12-07 21:03 [PATCH] net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variant Marcus Hughes
@ 2025-12-11  9:40 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-12-11  9:40 UTC (permalink / raw)
  To: Marcus Hughes
  Cc: netdev, linux, andrew, hkallweit1, davem, edumazet, kuba, pabeni,
	linux-kernel

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sun,  7 Dec 2025 21:03:55 +0000 you wrote:
> Some Potron SFP+ XGSPON ONU sticks are shipped with different EEPROM
> vendor ID and vendor name strings, but are otherwise functionally
> identical to the existing "Potron SFP+ XGSPON ONU Stick" handled by
> sfp_quirk_potron().
> 
> These modules, including units distributed under the "Better Internet"
> branding, use the same UART pin assignment and require the same
> TX_FAULT/LOS behaviour and boot delay. Re-use the existing Potron
> quirk for this EEPROM variant.
> 
> [...]

Here is the summary with links:
  - net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variant
    https://git.kernel.org/netdev/net/c/71cfa7c893a0

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] 2+ messages in thread

end of thread, other threads:[~2025-12-11  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 21:03 [PATCH] net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variant Marcus Hughes
2025-12-11  9:40 ` 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