mbox series

[5.10.y-cip,0/4] Add RZ/G2L DMA Reset support

Message ID 20230515085352.25794-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add RZ/G2L DMA Reset support | expand

Message

Biju Das May 15, 2023, 8:53 a.m. UTC
This patch series aims to add DMA reset support fot RZ/G2L alike SoCs

Also added a patch to remove unused variable.

All these patches are cherry-picked from the mainline.

Biju Das (3):
  dt-bindings: dma: rz-dmac: Document clock-names and reset-names
  dmaengine: sh: rz-dmac: Add reset support
  arm64: dts: renesas: rzg2l: Add clock-names and reset-names to DMAC
    nodes

Geert Uytterhoeven (1):
  dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_size

 .../bindings/dma/renesas,rz-dmac.yaml          | 14 ++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi     |  2 ++
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi     |  2 ++
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi     |  2 ++
 drivers/dma/sh/rz-dmac.c                       | 18 ++++++++++++++----
 5 files changed, 34 insertions(+), 4 deletions(-)

Comments

Pavel Machek May 15, 2023, 8:29 p.m. UTC | #1
Hi!

> This patch series aims to add DMA reset support fot RZ/G2L alike SoCs
> 
> Also added a patch to remove unused variable.
> 
> All these patches are cherry-picked from the mainline.

Series looks okay to me, I can apply it if there are no other comments
and if it passes testing.

Best regards,
								Pavel
Nobuhiro Iwamatsu May 15, 2023, 11:32 p.m. UTC | #2
Hi,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Monday, May 15, 2023 5:54 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Chris Paterson <chris.paterson2@renesas.com>; Biju Das
> <biju.das.jz@bp.renesas.com>; Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip 0/4] Add RZ/G2L DMA Reset support
> 
> This patch series aims to add DMA reset support fot RZ/G2L alike SoCs
> 
> Also added a patch to remove unused variable.
> 
> All these patches are cherry-picked from the mainline.
> 
> Biju Das (3):
>   dt-bindings: dma: rz-dmac: Document clock-names and reset-names
>   dmaengine: sh: rz-dmac: Add reset support
>   arm64: dts: renesas: rzg2l: Add clock-names and reset-names to DMAC
>     nodes
> 
> Geert Uytterhoeven (1):
>   dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_size
> 
>  .../bindings/dma/renesas,rz-dmac.yaml          | 14
> ++++++++++++++
>  arch/arm64/boot/dts/renesas/r9a07g043.dtsi     |  2 ++
>  arch/arm64/boot/dts/renesas/r9a07g044.dtsi     |  2 ++
>  arch/arm64/boot/dts/renesas/r9a07g054.dtsi     |  2 ++
>  drivers/dma/sh/rz-dmac.c                       | 18
> ++++++++++++++----
>  5 files changed, 34 insertions(+), 4 deletions(-)
> 
This series LGTM. I can apply this series.

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

Best regards,
  Nobuhiro


> --
> 2.25.1
Pavel Machek May 16, 2023, 11:49 a.m. UTC | #3
Hi!

> > This patch series aims to add DMA reset support fot RZ/G2L alike SoCs
> > 
> > Also added a patch to remove unused variable.
> > 
> > All these patches are cherry-picked from the mainline.
> > 
> > Biju Das (3):
> >   dt-bindings: dma: rz-dmac: Document clock-names and reset-names
> >   dmaengine: sh: rz-dmac: Add reset support
> >   arm64: dts: renesas: rzg2l: Add clock-names and reset-names to DMAC
> >     nodes
> > 
> > Geert Uytterhoeven (1):
> >   dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_size
> > 
> This series LGTM. I can apply this series.
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Patches passed my review, too, and they pass testing, so I added your
reviewed-by tag and applied the series.

Best regards,
								Pavel