public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y-cip 0/9] Add IRQC support for RZ/Five SoC
@ 2024-07-05 13:04 Lad Prabhakar
  2024-07-05 13:04 ` [PATCH 6.1.y-cip 1/9] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update interrupts Lad Prabhakar
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Lad Prabhakar @ 2024-07-05 13:04 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek; +Cc: Biju Das

Hi All,

This patch series aims to add IRQC support to RZ/Five SoC. While at it
fix build warning for RZ/G2L CPG driver and fix for ax45mp_cache driver.

- patches 4/9 and 5/9 have been cherry picked from -next
- rest of the patches have been cherry picked from v6.10-rc6

Cheers,
Prabhakar

Biju Das (1):
  irqchip/renesas-rzg2l: Simplify rzg2l_irqc_irq_{en,dis}able()

Lad Prabhakar (8):
  dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update
    interrupts
  dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document
    RZ/Five SoC
  irqchip/renesas-rzg2l: Add support for RZ/Five SoC
  irqchip/renesas-rzg2l: Reorder function calls in
    rzg2l_irqc_irq_disable()
  riscv: dts: renesas: r9a07g043f: Add IRQC node to RZ/Five SoC DTSI
  arm64: dts: renesas: r9a07g043: Move interrupt-parent property to
    common DTSI
  riscv: dts: renesas: rzfive-smarc-som: Drop deleting interrupt
    properties from ETH0/1 nodes
  cache: ax45mp_cache: Align end size to cache boundary in
    ax45mp_dma_cache_wback()

 .../renesas,rzg2l-irqc.yaml                   |  61 +++++--
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi    |   1 +
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi   |   4 -
 arch/riscv/boot/dts/renesas/r9a07g043f.dtsi   |  75 +++++++++
 .../boot/dts/renesas/rzfive-smarc-som.dtsi    |  16 --
 drivers/cache/ax45mp_cache.c                  |   4 +
 drivers/irqchip/irq-renesas-rzg2l.c           | 158 ++++++++++++++++--
 7 files changed, 272 insertions(+), 47 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-07-08  7:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 13:04 [PATCH 6.1.y-cip 0/9] Add IRQC support for RZ/Five SoC Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 1/9] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update interrupts Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 2/9] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/Five SoC Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 3/9] irqchip/renesas-rzg2l: Simplify rzg2l_irqc_irq_{en,dis}able() Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 4/9] irqchip/renesas-rzg2l: Add support for RZ/Five SoC Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 5/9] irqchip/renesas-rzg2l: Reorder function calls in rzg2l_irqc_irq_disable() Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 6/9] riscv: dts: renesas: r9a07g043f: Add IRQC node to RZ/Five SoC DTSI Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 7/9] arm64: dts: renesas: r9a07g043: Move interrupt-parent property to common DTSI Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 8/9] riscv: dts: renesas: rzfive-smarc-som: Drop deleting interrupt properties from ETH0/1 nodes Lad Prabhakar
2024-07-05 13:04 ` [PATCH 6.1.y-cip 9/9] cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wback() Lad Prabhakar
2024-07-07  9:17 ` [PATCH 6.1.y-cip 0/9] Add IRQC support for RZ/Five SoC Pavel Machek
2024-07-08  6:39 ` nobuhiro1.iwamatsu
2024-07-08  7:46   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox