mbox series

[5.10.y-cip,0/5] Add RZ/G2UL MTU3a support

Message ID 20240226103949.138960-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G2UL MTU3a support | expand

Message

Biju Das Feb. 26, 2024, 10:39 a.m. UTC
This patch series aims to add support for RZ/G2UL MTU3a driver.

All the patches are cherry-picked from the mainline.

Biju Das (5):
  dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt
    names
  dt-bindings: timer: renesas,rz-mtu3: Improve documentation
  dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs
  arm64: dts: renesas: r9a07g043: Add MTU3a node
  arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3

 .../bindings/timer/renesas,rz-mtu3.yaml       | 67 +++++++++---------
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi    | 70 +++++++++++++++++++
 .../boot/dts/renesas/r9a07g043u11-smarc.dts   | 11 +++
 .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi |  6 ++
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 13 ++++
 5 files changed, 134 insertions(+), 33 deletions(-)

Comments

Nobuhiro Iwamatsu Feb. 29, 2024, 12:48 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Monday, February 26, 2024 7:40 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>; Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip 0/5] Add RZ/G2UL MTU3a support
> 
> This patch series aims to add support for RZ/G2UL MTU3a driver.
> 
> All the patches are cherry-picked from the mainline.
> 
> Biju Das (5):
>   dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt
>     names
>   dt-bindings: timer: renesas,rz-mtu3: Improve documentation
>   dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs
>   arm64: dts: renesas: r9a07g043: Add MTU3a node
>   arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3
> 
>  .../bindings/timer/renesas,rz-mtu3.yaml       | 67 +++++++++---------
>  arch/arm64/boot/dts/renesas/r9a07g043.dtsi    | 70
> +++++++++++++++++++
>  .../boot/dts/renesas/r9a07g043u11-smarc.dts   | 11 +++
>  .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi |  6 ++
> arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 13 ++++
>  5 files changed, 134 insertions(+), 33 deletions(-)

I reviewed this series, looks good to me. I can apply this series, if there are no other comment.
Test pipeline: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/1194909294

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

Best regards,
  Nobuhiro
Pavel Machek March 1, 2024, 12:18 p.m. UTC | #2
Hi!

> > Biju Das (5):
> >   dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt
> >     names
> >   dt-bindings: timer: renesas,rz-mtu3: Improve documentation
> >   dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs
> >   arm64: dts: renesas: r9a07g043: Add MTU3a node
> >   arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3
> > 
> >  .../bindings/timer/renesas,rz-mtu3.yaml       | 67 +++++++++---------
> >  arch/arm64/boot/dts/renesas/r9a07g043.dtsi    | 70
> > +++++++++++++++++++
> >  .../boot/dts/renesas/r9a07g043u11-smarc.dts   | 11 +++
> >  .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi |  6 ++
> > arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 13 ++++
> >  5 files changed, 134 insertions(+), 33 deletions(-)
> 
> I reviewed this series, looks good to me. I can apply this series, if there are no other comment.
> Test pipeline: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/1194909294
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Thanks for review. Series looks ok to me, too, so I added your
Reviewed-by: tag and pushed it.

Best regards,
								Pavel