linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v5 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC
@ 2025-04-07 12:03 Prabhakar
  2025-04-07 12:03 ` [PATCH net-next v5 1/3] dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and 'interrupt-names' Prabhakar
                   ` (3 more replies)
  0 siblings, 4 replies; 29+ messages in thread
From: Prabhakar @ 2025-04-07 12:03 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Maxime Coquelin, Alexandre Torgue, Richard Cochran, Philipp Zabel,
	Geert Uytterhoeven, Magnus Damm, Russell King (Oracle),
	Giuseppe Cavallaro, Jose Abreu
  Cc: netdev, devicetree, linux-kernel, linux-stm32, linux-arm-kernel,
	linux-renesas-soc, Prabhakar, Biju Das, Fabrizio Castro,
	Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series adds support for the GBETH (Gigabit Ethernet) glue layer
driver for the Renesas RZ/V2H(P) SoC. The GBETH IP is integrated with
the Synopsys DesignWare MAC (version 5.20). The changes include updating
the device tree bindings, documenting the GBETH bindings, and adding the
DWMAC glue layer for the Renesas GBETH.

v4->v5
- Rebased the changes on net-next

v3->v4
- Fixed maxItems for interrupt-names property
- Maintained reverse christmas tree order in renesas_gbeth_clks_config
- Returned err in case of success in renesas_gbeth_probe()

v2->v3
- Fixed review comments from Rob and Russell

v1->v2
- Updated commit description for patch 2/3
- Updated tx/rx queue completion interrupt names
- Added clks_config callback

v1:
https://lore.kernel.org/all/20250302181808.728734-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Cheers,
Prabhakar

Lad Prabhakar (3):
  dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and
    'interrupt-names'
  dt-bindings: net: Document support for Renesas RZ/V2H(P) GBETH
  net: stmmac: Add DWMAC glue layer for Renesas GBETH

 .../bindings/net/renesas,r9a09g057-gbeth.yaml | 201 ++++++++++++++++++
 .../devicetree/bindings/net/snps,dwmac.yaml   |  25 ++-
 drivers/net/ethernet/stmicro/stmmac/Kconfig   |  11 +
 drivers/net/ethernet/stmicro/stmmac/Makefile  |   1 +
 .../stmicro/stmmac/dwmac-renesas-gbeth.c      | 165 ++++++++++++++
 5 files changed, 394 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-renesas-gbeth.c

-- 
2.49.0



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

end of thread, other threads:[~2025-04-21 19:54 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 12:03 [PATCH net-next v5 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC Prabhakar
2025-04-07 12:03 ` [PATCH net-next v5 1/3] dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and 'interrupt-names' Prabhakar
2025-04-07 12:03 ` [PATCH net-next v5 2/3] dt-bindings: net: Document support for Renesas RZ/V2H(P) GBETH Prabhakar
2025-04-07 12:03 ` [PATCH net-next v5 3/3] net: stmmac: Add DWMAC glue layer for Renesas GBETH Prabhakar
2025-04-07 17:57   ` Russell King (Oracle)
2025-04-07 18:07     ` Lad, Prabhakar
2025-04-14 14:31       ` Russell King (Oracle)
2025-04-14 16:57         ` Lad, Prabhakar
2025-04-14 13:13   ` Paul Barker
2025-04-14 16:56     ` Lad, Prabhakar
2025-04-14 16:57   ` Russell King (Oracle)
2025-04-14 18:14     ` Lad, Prabhakar
2025-04-15 12:32       ` Lad, Prabhakar
2025-04-21 13:45         ` Biju Das
2025-04-21 14:02           ` Andrew Lunn
2025-04-21 14:22             ` Biju Das
2025-04-21 14:30               ` Biju Das
2025-04-21 15:11               ` Andrew Lunn
2025-04-21 17:25                 ` Biju Das
2025-04-21 17:50                   ` Biju Das
2025-04-21 18:40                     ` Biju Das
2025-04-21 14:49             ` Biju Das
2025-04-21 18:59           ` Russell King (Oracle)
2025-04-21 19:05             ` Biju Das
2025-04-21 19:23               ` Biju Das
2025-04-21 19:51                 ` Russell King (Oracle)
2025-04-07 17:44 ` [PATCH net-next v5 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC Jakub Kicinski
2025-04-14  8:52   ` Lad, Prabhakar
2025-04-14 16:28     ` Jakub Kicinski

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