All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add Renesas RZ/V2M Ethernet support
@ 2022-05-10  9:03 Phil Edworthy
  2022-05-10  9:03 ` [PATCH v3 1/5] dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC Phil Edworthy
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Phil Edworthy @ 2022-05-10  9:03 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.

v3:
 * Really renamed irq_en_dis_regs to irq_en_dis this time
 * Modified ravb_ptp_extts() to use irq_en_dis
 * Added Reviewed-by tags

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       |   6 +-
 4 files changed, 163 insertions(+), 33 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-05-12 10:13 UTC | newest]

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

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.