mbox series

[5.10.y-cip,0/5] Enable CRU, CSI support on RZ/{G2LC, G2UL}

Message ID 20241106160307.10263-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Enable CRU, CSI support on RZ/{G2LC, G2UL} | expand

Message

Lad Prabhakar Nov. 6, 2024, 4:03 p.m. UTC
Hi All,

This patch series aims to add (and enable) CRU, CSI support on the
Renesas RZ/{G2LC, G2UL} SoCs.

All the patches have been cherry-picked from upstream.

Cheers,
Prabhakar

Biju Das (4):
  media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU
    block
  media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2
    block
  arm64: dts: renesas: r9a07g043u: Add CSI and CRU nodes
  arm64: dts: renesas: rzg2ul-smarc: Enable CRU, CSI support

Lad Prabhakar (1):
  arm64: dts: renesas: rzg2lc-smarc: Enable CRU, CSI support

 .../bindings/media/renesas,rzg2l-cru.yaml     | 35 ++++++++--
 .../bindings/media/renesas,rzg2l-csi2.yaml    |  1 +
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi   | 69 +++++++++++++++++++
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi |  8 +++
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi |  8 +++
 5 files changed, 117 insertions(+), 4 deletions(-)


base-commit: 0351950bb8213297af5df9c503242886119127a0

Comments

Nobuhiro Iwamatsu Nov. 7, 2024, 12:15 a.m. UTC | #1
Hello,

> -----Original Message-----
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: Thursday, November 7, 2024 1:03 AM
> 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 0/5] Enable CRU, CSI support on RZ/{G2LC, G2UL}
> 
> Hi All,
> 
> This patch series aims to add (and enable) CRU, CSI support on the Renesas
> RZ/{G2LC, G2UL} SoCs.
> 
> All the patches have been cherry-picked from upstream.
> 
> Cheers,
> Prabhakar
> 
> Biju Das (4):
>   media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU
>     block
>   media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2
>     block
>   arm64: dts: renesas: r9a07g043u: Add CSI and CRU nodes
>   arm64: dts: renesas: rzg2ul-smarc: Enable CRU, CSI support
> 
> Lad Prabhakar (1):
>   arm64: dts: renesas: rzg2lc-smarc: Enable CRU, CSI support
> 
>  .../bindings/media/renesas,rzg2l-cru.yaml     | 35 ++++++++--
>  .../bindings/media/renesas,rzg2l-csi2.yaml    |  1 +
>  arch/arm64/boot/dts/renesas/r9a07g043u.dtsi   | 69
> +++++++++++++++++++
>  arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi |  8 +++
> arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi |  8 +++
>  5 files changed, 117 insertions(+), 4 deletions(-)

I reviewed this series, there are no problems.
I can apply this series, if there are no other comments.

Test:
  https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/1530629245

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

Best regards,
  Nobuhiro
Nobuhiro Iwamatsu Nov. 7, 2024, 12:54 a.m. UTC | #2
Hello,

> -----Original Message-----
> From: iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT○OST)
> Sent: Thursday, November 7, 2024 9:15 AM
> To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>;
> cip-dev@lists.cip-project.org; Pavel Machek <pavel@denx.de>
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Subject: RE: [PATCH 5.10.y-cip 0/5] Enable CRU, CSI support on RZ/{G2LC,
> G2UL}

[...]

> >  .../bindings/media/renesas,rzg2l-cru.yaml     | 35 ++++++++--
> >  .../bindings/media/renesas,rzg2l-csi2.yaml    |  1 +
> >  arch/arm64/boot/dts/renesas/r9a07g043u.dtsi   | 69
> > +++++++++++++++++++
> >  arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi |  8 +++
> > arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi |  8 +++
> >  5 files changed, 117 insertions(+), 4 deletions(-)
> 
> I reviewed this series, there are no problems.
> I can apply this series, if there are no other comments.
> 
> Test:
> 
> https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/1530629245

Build fail on RISC-V.
  https://gitlab.com/cip-project/cip-kernel/linux-cip/-/jobs/8290354547#L2630

Lad, please fix this.

Best regards,
  Nobuhiro