mbox series

[5.10.y-cip,00/10] Add IRQC support for RZ/Five SoC

Message ID 20240705125230.125392-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Add IRQC support for RZ/Five SoC | expand

Message

Prabhakar Mahadev Lad July 5, 2024, 12:52 p.m. UTC
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.

- patch 1/10 new patch
- patch 5/10 and 6/10 have been cherry picked from -next
- rest of the patches are 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 (9):
  clk: renesas: rzg2l: Fix build warning
  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/clk/renesas/rzg2l-cpg.c               |   4 +-
 drivers/irqchip/irq-renesas-rzg2l.c           | 158 ++++++++++++++++--
 8 files changed, 274 insertions(+), 49 deletions(-)

Comments

Pavel Machek July 7, 2024, 9:30 a.m. UTC | #1
Hi!

> 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.
> 
> - patch 1/10 new patch
> - patch 5/10 and 6/10 have been cherry picked from -next
> - rest of the patches are have been cherry picked from v6.10-rc6

I went through the series and it looks okay to me. I can apply it if
it passes testing and if there are no other comments.

Best regards,
                                                                Pavel
Nobuhiro Iwamatsu July 8, 2024, 6:41 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: Friday, July 5, 2024 9:52 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip 00/10] Add IRQC support for RZ/Five SoC
> 
> 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.
> 
> - patch 1/10 new patch
> - patch 5/10 and 6/10 have been cherry picked from -next
> - rest of the patches are 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 (9):
>   clk: renesas: rzg2l: Fix build warning
>   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/clk/renesas/rzg2l-cpg.c               |   4 +-
>  drivers/irqchip/irq-renesas-rzg2l.c           | 158
> ++++++++++++++++--
>  8 files changed, 274 insertions(+), 49 deletions(-)


I reviewed this series. I don' t have any comment.
I can apppy this series, if there are no other comments.

Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Best regards,
  Nobuhiro
Pavel Machek July 8, 2024, 7:48 a.m. UTC | #3
Hi!

> I reviewed this series. I don' t have any comment.
> I can apppy this series, if there are no other comments.
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Thank you, applied.
								Pavel