u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net: add RZ/N1 ethernet drivers
@ 2026-08-14 18:30 Ralph Siemsen
  2026-08-14 18:30 ` [PATCH v2 1/3] net: add r9a06g032 A5PSW switch driver Ralph Siemsen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ralph Siemsen @ 2026-08-14 18:30 UTC (permalink / raw)
  To: u-boot
  Cc: Tom Rini, Marek Vasut, Jerome Forissier, Quentin Schulz,
	Johan Jonker, Julien Stephan, David Lechner, Ralph Siemsen

The Reneas RZ/N1 contains two GMAC supported by Designware driver.
An additional compatible string is needed for this.

One of the GMAC is routed to an internal 5-port switch, which needs a
new driver (A5PSW). This driver is adapted from Linux but simplified,
only implementing basic port-based switching, not full DSA.

The second GMAC, as well as the downstream switch ports, are routed
through media converter blocks (MII/GMII/RGMII). A new driver (MIIC) is
needed to configure speed/duplex for the converters.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
---
Changes in v2:
- split out of the series "Renesas RZ/N1 additional drivers"
  https://lore.kernel.org/u-boot/20260731-rzn1-2026-07-v1-5-af2ce80db9d8@linaro.org/
  https://lore.kernel.org/u-boot/20260731-rzn1-2026-07-v1-6-af2ce80db9d8@linaro.org/
  https://lore.kernel.org/u-boot/20260731-rzn1-2026-07-v1-7-af2ce80db9d8@linaro.org/

---
Ralph Siemsen (3):
      net: add r9a06g032 A5PSW switch driver
      net: add r9a06g032 MIIC driver
      net: designware: add r9a06g032 compatible

 drivers/net/Kconfig      |  12 ++
 drivers/net/Makefile     |   2 +
 drivers/net/designware.c |   1 +
 drivers/net/rzn1_a5psw.c | 377 +++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/rzn1_miic.c  | 193 ++++++++++++++++++++++++
 5 files changed, 585 insertions(+)
---
base-commit: 36c377b9859ffb53eb1e39ea31e8d96d1e0fe1e5
change-id: 20260811-rzn1-2026-10-net-a080caf05365

Best regards,
--  
Ralph Siemsen <ralph.siemsen@linaro.org>


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 18:30 [PATCH v2 0/3] net: add RZ/N1 ethernet drivers Ralph Siemsen
2026-08-14 18:30 ` [PATCH v2 1/3] net: add r9a06g032 A5PSW switch driver Ralph Siemsen
2026-08-14 22:14   ` Marek Vasut via U-Boot
2026-08-14 18:30 ` [PATCH v2 2/3] net: add r9a06g032 MIIC driver Ralph Siemsen
2026-08-14 22:18   ` Marek Vasut via U-Boot
2026-08-14 18:30 ` [PATCH v2 3/3] net: designware: add r9a06g032 compatible Ralph Siemsen
2026-08-14 22:19   ` Marek Vasut via U-Boot

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).