mbox series

[6.1.y-cip,0/4] Add PWC support

Message ID 20230718152622.327364-1-fabrizio.castro.jz@renesas.com (mailing list archive)
Headers show
Series Add PWC support | expand

Message

Fabrizio Castro July 18, 2023, 3:26 p.m. UTC
Dear All,

this series add PWC support to 6.1.y-cip.
All the patches are cherry-picked from mainline.

Cheers,
Fab

Fabrizio Castro (4):
  dt-bindings: soc: renesas: Add RZ/V2M PWC
  soc: renesas: Add PWC support for RZ/V2M
  arm64: dts: renesas: r9a09g011: Add PWC support
  arm64: dts: renesas: v2mevk2: Add PWC support

 .../soc/renesas/renesas,rzv2m-pwc.yaml        |  56 +++++++
 .../boot/dts/renesas/r9a09g011-v2mevk2.dts    |   5 +
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi    |   8 +
 drivers/soc/renesas/Kconfig                   |   4 +
 drivers/soc/renesas/Makefile                  |   1 +
 drivers/soc/renesas/pwc-rzv2m.c               | 141 ++++++++++++++++++
 6 files changed, 215 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/renesas/renesas,rzv2m-pwc.yaml
 create mode 100644 drivers/soc/renesas/pwc-rzv2m.c

Comments

Pavel Machek July 19, 2023, 10:30 a.m. UTC | #1
Hi!

> this series add PWC support to 6.1.y-cip.
> All the patches are cherry-picked from mainline.

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

Best regards,
								Pavel
Nobuhiro Iwamatsu July 20, 2023, 9:56 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
> Sent: Wednesday, July 19, 2023 12:26 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@bp.renesas.com>; Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro.jz@renesas.com>
> Subject: [PATCH 6.1.y-cip 0/4] Add PWC support
> 
> Dear All,
> 
> this series add PWC support to 6.1.y-cip.
> All the patches are cherry-picked from mainline.
> 
> Cheers,
> Fab
> 
> Fabrizio Castro (4):
>   dt-bindings: soc: renesas: Add RZ/V2M PWC
>   soc: renesas: Add PWC support for RZ/V2M
>   arm64: dts: renesas: r9a09g011: Add PWC support
>   arm64: dts: renesas: v2mevk2: Add PWC support
> 

I reviewed this series, LGTM. I can apply if there are no comments.
Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Best regards,
  Nobuhiro
Pavel Machek July 20, 2023, 10:06 a.m. UTC | #3
Hi!

> > Fabrizio Castro (4):
> >   dt-bindings: soc: renesas: Add RZ/V2M PWC
> >   soc: renesas: Add PWC support for RZ/V2M
> >   arm64: dts: renesas: r9a09g011: Add PWC support
> >   arm64: dts: renesas: v2mevk2: Add PWC support
> > 
> 
> I reviewed this series, LGTM. I can apply if there are no comments.
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

I had patches ready in my tree, so I applied and pushed them.

Thanks!
								Pavel