All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Add Support for RZ/G3E ICU
@ 2025-01-20  9:46 Biju Das
  2025-01-20  9:46 ` [PATCH 01/11] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/G3E SoC Biju Das
                   ` (11 more replies)
  0 siblings, 12 replies; 28+ messages in thread
From: Biju Das @ 2025-01-20  9:46 UTC (permalink / raw)
  To: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Biju Das, Geert Uytterhoeven, Magnus Damm, Fabrizio Castro,
	devicetree, linux-renesas-soc, Prabhakar Mahadev Lad, Biju Das

The ICU block on the RZ/G3E SoC is almost identical to the one found on
the RZ/V2H SoC, with the following differences:
 - The TINT register offset is 0x830 compared to ox30 on RZ/V2H.
 - The number of supported GPIO interrupts for TINT selection is 141
   instead of 86.
 - The pin index and TINT selection index are not in the 1:1 map
 - The number of TSSR registers is 15 instead of 8
 - Each TSSR register can program 2 TINTs instead of 4 TINTs

Add support for the RZ/G3E ICU driver.

Biju Das (11):
  dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/G3E
    SoC
  clk: renesas: r9a09g047: Add ICU clock/reset
  irqchip/renesas-rzv2h: Drop irqchip from struct rzv2h_icu_priv
  irqchip/renesas-rzv2h: Simplify rzv2h_icu_init()
  irqchip/renesas-rzv2h: Add struct rzv2h_hw_info with t_offs variable
  irqchip/renesas-rzv2h: Add max_tssel variable to struct rzv2h_hw_info
  irqchip/renesas-rzv2h: Add tssr_k variable to struct rzv2h_hw_info
  irqchip/renesas-rzv2h: Add tssel_mask and tssel_shift variables to
    struct rzv2h_hw_info
  irqchip/renesas-rzv2h: Add tien variable to struct rzv2h_hw_info
  irqchip/renesas-rzv2h: Add RZ/G3E support
  arm64: dts: renesas: r9a09g047: Add icu node

 .../renesas,rzv2h-icu.yaml                    |   6 +-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    | 108 ++++++++++++
 drivers/clk/renesas/r9a09g047-cpg.c           |   3 +
 drivers/irqchip/irq-renesas-rzv2h.c           | 159 +++++++++++++-----
 4 files changed, 229 insertions(+), 47 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-01-23 22:53 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20  9:46 [PATCH 00/11] Add Support for RZ/G3E ICU Biju Das
2025-01-20  9:46 ` [PATCH 01/11] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/G3E SoC Biju Das
2025-01-23  9:41   ` Fabrizio Castro
2025-01-23 22:53   ` Rob Herring (Arm)
2025-01-20  9:46 ` [PATCH 02/11] clk: renesas: r9a09g047: Add ICU clock/reset Biju Das
2025-01-23  9:48   ` Fabrizio Castro
2025-01-20  9:46 ` [PATCH 03/11] irqchip/renesas-rzv2h: Drop irqchip from struct rzv2h_icu_priv Biju Das
2025-01-22 10:24   ` Fabrizio Castro
2025-01-20  9:47 ` [PATCH 04/11] irqchip/renesas-rzv2h: Simplify rzv2h_icu_init() Biju Das
2025-01-20 10:04   ` Philipp Zabel
2025-01-20 10:18     ` Biju Das
2025-01-20  9:47 ` [PATCH 05/11] irqchip/renesas-rzv2h: Add struct rzv2h_hw_info with t_offs variable Biju Das
2025-01-22 10:17   ` Fabrizio Castro
2025-01-20  9:47 ` [PATCH 06/11] irqchip/renesas-rzv2h: Add max_tssel variable to struct rzv2h_hw_info Biju Das
2025-01-22 10:19   ` Fabrizio Castro
2025-01-23 10:54   ` Thomas Gleixner
2025-01-23 11:08     ` Biju Das
2025-01-20  9:47 ` [PATCH 07/11] irqchip/renesas-rzv2h: Add tssr_k " Biju Das
2025-01-22 10:20   ` Fabrizio Castro
2025-01-20  9:47 ` [PATCH 08/11] irqchip/renesas-rzv2h: Add tssel_mask and tssel_shift variables " Biju Das
2025-01-23  9:43   ` Fabrizio Castro
2025-01-20  9:47 ` [PATCH 09/11] irqchip/renesas-rzv2h: Add tien variable " Biju Das
2025-01-23  9:44   ` Fabrizio Castro
2025-01-20  9:47 ` [PATCH 10/11] irqchip/renesas-rzv2h: Add RZ/G3E support Biju Das
2025-01-23  9:45   ` Fabrizio Castro
2025-01-20  9:47 ` [PATCH 11/11] arm64: dts: renesas: r9a09g047: Add icu node Biju Das
2025-01-23  9:47   ` Fabrizio Castro
2025-01-21 17:32 ` [PATCH 00/11] Add Support for RZ/G3E ICU Tommaso Merciai

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.