Message ID | 20240705130417.125593-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add IRQC support for RZ/Five SoC | expand |
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. > > - patches 4/9 and 5/9 have been cherry picked from -next > - rest of the patches 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
HI all, > -----Original Message----- > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Sent: Friday, July 5, 2024 10:04 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 6.1.y-cip 0/9] 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. > > - 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(-) 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
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> Thanks for review, I applied the series with your reviewed-by tag. Best regards, Pavel