Netdev List
 help / color / mirror / Atom feed
* [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB
       [not found] <2a52d7a8-3a39-4dd5-a0d5-c746122a9f73.ref@yahoo.com>
@ 2026-05-07  5:18 ` Mieczyslaw Nalewaj
  2026-05-08 13:10   ` Luiz Angelo Daros de Luca
  2026-05-08 22:21   ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Mieczyslaw Nalewaj @ 2026-05-07  5:18 UTC (permalink / raw)
  To: Andrew Lunn, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Alvin Šipraga,
	Yury Norov, Rasmus Villemoes, Russell King, netdev

Add chip info entry for the Realtek RTL8367SB switch. This device has
chip ID 0x6367 and version 0x0010. It exposes two external interfaces:
port 6 supports MII, TMII, RMII, RGMII, SGMII and HSGMII, while port 7
supports MII, TMII, RMII and RGMII. Use the existing 8365MB-VC jam table
for initialization.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
---
 drivers/net/dsa/realtek/rtl8365mb_main.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/drivers/net/dsa/realtek/rtl8365mb.c b/drivers/net/dsa/realtek/rtl8365mb.c
index 05412c4aa976..6451e8a31452 100644
+++ b/drivers/net/dsa/realtek/rtl8365mb.c
@@ -545,6 +545,20 @@ static const struct rtl8365mb_chip_info
 		.jam_size = ARRAY_SIZE(rtl8365mb_init_jam_8365mb_vc),
 	},
 	{
+		.name = "RTL8367SB",
+		.chip_id = 0x6367,
+		.chip_ver = 0x0010,
+		.extints = {
+			{ 6, 1, PHY_INTF(MII) | PHY_INTF(TMII) |
+				PHY_INTF(RMII) | PHY_INTF(RGMII) |
+				PHY_INTF(SGMII) | PHY_INTF(HSGMII) },
+			{ 7, 2, PHY_INTF(MII) | PHY_INTF(TMII) |
+				PHY_INTF(RMII) | PHY_INTF(RGMII) },
+		},
+		.jam_table = rtl8365mb_init_jam_8365mb_vc,
+		.jam_size = ARRAY_SIZE(rtl8365mb_init_jam_8365mb_vc),
+	},
+	{
 		.name = "RTL8367RB-VB",
 		.chip_id = 0x6367,
 		.chip_ver = 0x0020,
-- 
2.53.0

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

* Re: [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB
  2026-05-07  5:18 ` [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB Mieczyslaw Nalewaj
@ 2026-05-08 13:10   ` Luiz Angelo Daros de Luca
  2026-05-08 22:21   ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Luiz Angelo Daros de Luca @ 2026-05-08 13:10 UTC (permalink / raw)
  To: Mieczyslaw Nalewaj
  Cc: Andrew Lunn, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Alvin Šipraga,
	Yury Norov, Rasmus Villemoes, Russell King, netdev

Reviewed-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>

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

* Re: [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB
  2026-05-07  5:18 ` [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB Mieczyslaw Nalewaj
  2026-05-08 13:10   ` Luiz Angelo Daros de Luca
@ 2026-05-08 22:21   ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2026-05-08 22:21 UTC (permalink / raw)
  To: Mieczyslaw Nalewaj
  Cc: Andrew Lunn, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Paolo Abeni, Simon Horman, Alvin Šipraga, Yury Norov,
	Rasmus Villemoes, Russell King, netdev

On Thu, 7 May 2026 07:18:31 +0200 Mieczyslaw Nalewaj wrote:
> Subject: [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB

v3 never made it to patchwork.

Looks like there were some review tags given on v2 which are not
included in v3.

There's also no changelog under --- which could help me understand
what's going on.

Please mend these issues and repost..

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

end of thread, other threads:[~2026-05-08 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <2a52d7a8-3a39-4dd5-a0d5-c746122a9f73.ref@yahoo.com>
2026-05-07  5:18 ` [PATCH v3] net: dsa: realtek: rtl8365mb: add support for RTL8367SB Mieczyslaw Nalewaj
2026-05-08 13:10   ` Luiz Angelo Daros de Luca
2026-05-08 22:21   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox