All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add Renesas RZ/V2M Ethernet support
@ 2022-05-09 14:24 Phil Edworthy
  2022-05-09 14:24 ` [PATCH v2 1/5] dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC Phil Edworthy
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Phil Edworthy @ 2022-05-09 14:24 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni
  Cc: Phil Edworthy, Geert Uytterhoeven, Sergey Shtylyov,
	Sergei Shtylyov, Biju Das, Lad Prabhakar, Chris Paterson,
	Magnus Damm, linux-clk, netdev, devicetree, linux-renesas-soc

The RZ/V2M Ethernet is very similar to R-Car Gen3 Ethernet-AVB, though
some small parts are the same as R-Car Gen2.
Other differences are:
* It has separate data (DI), error (Line 1) and management (Line 2) irqs
  rather than one irq for all three.
* Instead of using the High-speed peripheral bus clock for gPTP, it has
  a separate gPTP reference clock.

v2:
 * Just net patches in this series
 * Instead of reusing ch22 and ch24 interrupt names, use the proper names
 * Renamed irq_en_dis_regs to irq_en_dis
 * Squashed use of GIC reg versus GIE/GID and got rid of separate gptp_ptm_gic feature.
 * Move err_mgmt_irqs code under multi_irqs
 * Minor editing of the commit msgs


Phil Edworthy (5):
  dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC
  ravb: Separate handling of irq enable/disable regs into feature
  ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs
  ravb: Use separate clock for gPTP
  ravb: Add support for RZ/V2M

 .../bindings/net/renesas,etheravb.yaml        |  82 ++++++++++----
 drivers/net/ethernet/renesas/ravb.h           |   6 ++
 drivers/net/ethernet/renesas/ravb_main.c      | 102 ++++++++++++++++--
 drivers/net/ethernet/renesas/ravb_ptp.c       |   4 +-
 4 files changed, 162 insertions(+), 32 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-05-09 20:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 14:24 [PATCH v2 0/5] Add Renesas RZ/V2M Ethernet support Phil Edworthy
2022-05-09 14:24 ` [PATCH v2 1/5] dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC Phil Edworthy
2022-05-09 14:24 ` [PATCH v2 2/5] ravb: Separate handling of irq enable/disable regs into feature Phil Edworthy
2022-05-09 19:56   ` Sergey Shtylyov
2022-05-09 14:24 ` [PATCH v2 3/5] ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs Phil Edworthy
2022-05-09 20:51   ` Sergey Shtylyov
2022-05-09 14:24 ` [PATCH v2 4/5] ravb: Use separate clock for gPTP Phil Edworthy
2022-05-09 14:24 ` [PATCH v2 5/5] ravb: Add support for RZ/V2M Phil Edworthy
2022-05-09 20:53   ` Sergey Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.