mbox series

[5.10.y-cip,00/12] RZ/G2{L,LC,UL}/RZ/V2L improvements

Message ID 20221025144131.1309463-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series RZ/G2{L,LC,UL}/RZ/V2L improvements | expand

Message

Biju Das Oct. 25, 2022, 2:41 p.m. UTC
This patch series aims to add DMA support to RSPI and enhancements
like fixing interrupt types, MII support and fix RPM imabalance for
RZ/G2{L,LC,UL}/RZ/V2L SoCs

All these patches are cherry-picked from the mainline.

Biju Das (9):
  arm64: dts: renesas: r9a07g043: Add DMA support to RSPI
  arm64: dts: renesas: r9a07g044: Add DMA support to RSPI
  arm64: dts: renesas: r9a07g054: Add DMA support to RSPI
  arm64: dts: renesas: r9a07g043: Fix audio clk node names
  arm64: dts: renesas: r9a07g044: Fix SCI{Rx,Tx} interrupt types
  arm64: dts: renesas: r9a07g054: Fix SCI{Rx,Tx} interrupt types
  arm64: dts: renesas: r9a07g043: Fix SCI{Rx,Tx} interrupt types
  clk: renesas: r9a07g044: Add conditional compilation for
    r9a07g044_cpg_info
  ravb: Add RZ/G2L MII interface support

Geert Uytterhoeven (1):
  mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path

Lad Prabhakar (1):
  arm64: dts: renesas: Adjust whitespace around '{'

Uwe Kleine-König (1):
  mtd: hyperbus: Make hyperbus_unregister_device() return void

 arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 20 +++++++++++++-------
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 16 +++++++++++-----
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 16 +++++++++++-----
 drivers/clk/renesas/r9a07g044-cpg.c        |  2 ++
 drivers/mtd/hyperbus/hbmc-am654.c          |  6 +++---
 drivers/mtd/hyperbus/hyperbus-core.c       |  8 ++------
 drivers/mtd/hyperbus/rpc-if.c              | 13 +++++++++----
 drivers/net/ethernet/renesas/ravb.h        |  8 ++++++++
 drivers/net/ethernet/renesas/ravb_main.c   |  8 +++++++-
 include/linux/mtd/hyperbus.h               |  4 +---
 10 files changed, 67 insertions(+), 34 deletions(-)

Comments

Pavel Machek Oct. 26, 2022, 8:40 a.m. UTC | #1
Hi!

> This patch series aims to add DMA support to RSPI and enhancements
> like fixing interrupt types, MII support and fix RPM imabalance for
> RZ/G2{L,LC,UL}/RZ/V2L SoCs

1st patch seems to be just a preparation for something we'll not merge
in 5.10 -- not a bugfix and not a new hardware support. It is not
likely to break anything, still I believe we could avoid it.

> Uwe Kleine-König (1):
>   mtd: hyperbus: Make hyperbus_unregister_device() return void

The rest of the series looks good, and I can apply it if it passes
testing and if there are no other comments.

Best regards,
								Pavel
Biju Das Oct. 26, 2022, 8:45 a.m. UTC | #2
Hi Pavel,

Thanks for the feedback.

> Subject: Re: [PATCH 5.10.y-cip 00/12] RZ/G2{L,LC,UL}/RZ/V2L
> improvements
> 
> Hi!
> 
> > This patch series aims to add DMA support to RSPI and enhancements
> > like fixing interrupt types, MII support and fix RPM imabalance for
> > RZ/G2{L,LC,UL}/RZ/V2L SoCs
> 
> 1st patch seems to be just a preparation for something we'll not merge
> in 5.10 -- not a bugfix and not a new hardware support. It is not
> likely to break anything, still I believe we could avoid it.

OK, I agree.

Cheers,
Biju
> 
> > Uwe Kleine-König (1):
> >   mtd: hyperbus: Make hyperbus_unregister_device() return void
> 
> The rest of the series looks good, and I can apply it if it passes
> testing and if there are no other comments.
> 
> Best regards,
> 								Pavel
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Nobuhiro Iwamatsu Oct. 26, 2022, 9:19 a.m. UTC | #3
Hi Biju,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Tuesday, October 25, 2022 11:41 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯A
> CT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Chris Paterson <chris.paterson2@renesas.com>; Biju Das
> <biju.das@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip 00/12] RZ/G2{L,LC,UL}/RZ/V2L improvements
> 
> This patch series aims to add DMA support to RSPI and enhancements like
> fixing interrupt types, MII support and fix RPM imabalance for
> RZ/G2{L,LC,UL}/RZ/V2L SoCs
> 
> All these patches are cherry-picked from the mainline.
> 
> Biju Das (9):
>   arm64: dts: renesas: r9a07g043: Add DMA support to RSPI
>   arm64: dts: renesas: r9a07g044: Add DMA support to RSPI
>   arm64: dts: renesas: r9a07g054: Add DMA support to RSPI
>   arm64: dts: renesas: r9a07g043: Fix audio clk node names
>   arm64: dts: renesas: r9a07g044: Fix SCI{Rx,Tx} interrupt types
>   arm64: dts: renesas: r9a07g054: Fix SCI{Rx,Tx} interrupt types
>   arm64: dts: renesas: r9a07g043: Fix SCI{Rx,Tx} interrupt types
>   clk: renesas: r9a07g044: Add conditional compilation for
>     r9a07g044_cpg_info
>   ravb: Add RZ/G2L MII interface support
> 
> Geert Uytterhoeven (1):
>   mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path
> 
> Lad Prabhakar (1):
>   arm64: dts: renesas: Adjust whitespace around '{'
> 
> Uwe Kleine-König (1):
>   mtd: hyperbus: Make hyperbus_unregister_device() return void
> 
>  arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 20
> +++++++++++++-------  arch/arm64/boot/dts/renesas/r9a07g044.dtsi |
> 16 +++++++++++-----  arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 16
> +++++++++++-----
>  drivers/clk/renesas/r9a07g044-cpg.c        |  2 ++
>  drivers/mtd/hyperbus/hbmc-am654.c          |  6 +++---
>  drivers/mtd/hyperbus/hyperbus-core.c       |  8 ++------
>  drivers/mtd/hyperbus/rpc-if.c              | 13 +++++++++----
>  drivers/net/ethernet/renesas/ravb.h        |  8 ++++++++
>  drivers/net/ethernet/renesas/ravb_main.c   |  8 +++++++-
>  include/linux/mtd/hyperbus.h               |  4 +---
>  10 files changed, 67 insertions(+), 34 deletions(-)
> 
I reviewed this series, If there are no other comments, I can apply.
Test pipelines:
  https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/677314908

Best regards,
  Nobuhiro
Pavel Machek Oct. 27, 2022, 8:18 a.m. UTC | #4
Hi!

> I reviewed this series, If there are no other comments, I can apply.
> Test pipelines:
>   https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/677314908

As we both reviewed the series, I applied it -- without the first
patch, which is not neccessary for 5.10.

Best regards,
								Pavel