public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver
@ 2025-04-17 12:47 Markus Stockhausen
  2025-05-16 17:35 ` AW: " markus.stockhausen
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Stockhausen @ 2025-04-17 12:47 UTC (permalink / raw)
  To: markus.stockhausen, vkoul, kishon, robh, krzk+dt, conor+dt,
	linux-phy, devicetree, chris.packham, daniel

This patch series adds support for the SerDes in the Realtek Otto platform.
These are 8-52 port switch SoCs of the RTL83xx and RTL93xx series with MIPS
cores. The ports are based on 1-8 port PHYs (e.g. RTL8218D) that are connected
via multiple SerDes.

The driver is based on the GPL source drops from the different switch vendors.
It supports all 4 SoC series and was developed and tested on the following
devices:

RTL838x - codename maple - Linksys LGS310C
RTL839x - codename cypress - Zyxel GS1920-24
RTL930x - codename langon - Zyxel XGS1210-10
RTL931x - codename mango - Linksys LGS352C

Due to very little information and fundamentally different I/O handling and
port ranges of the devices the driver assumes and translates some handling
to provide a common consistent interface.

Currently only provide the most basic operations for mode set and device
reset as well as some debugging information if enabled. The strength lies in
the fact that the driver can run patch sequences for the SerDes registers at
certain events, e.g. during setup. This allows to run configuration
operations to get the SerDes up and running.

For more information see:

https://svanheule.net/switches/gpl_source_drops
https://svanheule.net/realtek/


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* AW: [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver
  2025-04-17 12:47 [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver Markus Stockhausen
@ 2025-05-16 17:35 ` markus.stockhausen
  2025-05-17 16:18   ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: markus.stockhausen @ 2025-05-16 17:35 UTC (permalink / raw)
  To: vkoul, chris.packham; +Cc: kishon, robh, krzk+dt, conor+dt, linux-phy, daniel

Hi,

-----Ursprüngliche Nachricht-----
> Von: Markus Stockhausen <markus.stockhausen@gmx.de> 
> Gesendet: Donnerstag, 17. April 2025 14:48
> An: markus.stockhausen@gmx.de; vkoul@kernel.org; kishon@kernel.org; 
> robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org; 
> linux-phy@lists.infradead.org; devicetree@vger.kernel.org; 
> chris.packham@alliedtelesis.co.nz; daniel@makrotopia.org
> Betreff: [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver
> 
> This patch series adds support for the SerDes in the Realtek Otto
platform.
> These are 8-52 port switch SoCs of the RTL83xx and RTL93xx series with 
> MIPS cores. The ports are based on 1-8 port PHYs (e.g. RTL8218D) that 
> are connected via multiple SerDes.

Just a short reminder to get feedback on this series.

Thanks in advance.

Markus


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver
  2025-05-16 17:35 ` AW: " markus.stockhausen
@ 2025-05-17 16:18   ` Vinod Koul
  2025-05-18  7:39     ` AW: " markus.stockhausen
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2025-05-17 16:18 UTC (permalink / raw)
  To: markus.stockhausen
  Cc: chris.packham, kishon, robh, krzk+dt, conor+dt, linux-phy, daniel

On 16-05-25, 19:35, markus.stockhausen@gmx.de wrote:
> Hi,
> 
> -----Ursprüngliche Nachricht-----
> > Von: Markus Stockhausen <markus.stockhausen@gmx.de> 
> > Gesendet: Donnerstag, 17. April 2025 14:48
> > An: markus.stockhausen@gmx.de; vkoul@kernel.org; kishon@kernel.org; 
> > robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org; 
> > linux-phy@lists.infradead.org; devicetree@vger.kernel.org; 
> > chris.packham@alliedtelesis.co.nz; daniel@makrotopia.org
> > Betreff: [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver
> > 
> > This patch series adds support for the SerDes in the Realtek Otto
> platform.
> > These are 8-52 port switch SoCs of the RTL83xx and RTL93xx series with 
> > MIPS cores. The ports are based on 1-8 port PHYs (e.g. RTL8218D) that 
> > are connected via multiple SerDes.
> 
> Just a short reminder to get feedback on this series.

I see only cover letter and no patches following this. I think some
issue with posting and patches are disjoint

Can you please post the series as one series i.e., make sure patch 1 has
in reply set to cover and patch 2 to patch1
Typically, git send-email on <patches> would take care of that... Or use
b4 tooling

BR
-- 
~Vinod

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* AW: [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver
  2025-05-17 16:18   ` Vinod Koul
@ 2025-05-18  7:39     ` markus.stockhausen
  0 siblings, 0 replies; 4+ messages in thread
From: markus.stockhausen @ 2025-05-18  7:39 UTC (permalink / raw)
  To: 'Vinod Koul'; +Cc: linux-phy

Hi Vinod,

> > > This patch series adds support for the SerDes in the Realtek Otto
platform.
> > > These are 8-52 port switch SoCs of the RTL83xx and RTL93xx series 
> > > with MIPS cores. The ports are based on 1-8 port PHYs (e.g. 
> > > RTL8218D) that are connected via multiple SerDes.
> > 
> > Just a short reminder to get feedback on this series.
> > 
> I see only cover letter and no patches following this. I think some issue
with 
> posting and patches are disjoint.
>
> Can you please post the series as one series i.e., make sure patch 1 has
in reply
> set to cover and patch 2 to patch1 Typically, git send-email on <patches>
would 
> take care of that... Or use b4 tooling

You are right. I used 3x git send-mail the last time. That messed up the
reply-to. 
Sorry for the inconvenience. Hopefully the resend from a minute ago is fine
for 
you now.

Best regards.

Markus


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2025-05-18  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 12:47 [PATCH v6 0/2] phy: Realtek Otto SerDes: add new driver Markus Stockhausen
2025-05-16 17:35 ` AW: " markus.stockhausen
2025-05-17 16:18   ` Vinod Koul
2025-05-18  7:39     ` AW: " markus.stockhausen

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