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


Biju Das
 

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(-)

--
2.25.1


Pavel Machek
 

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
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany


Biju Das
 

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
 

Hi Biju,

-----Original Message-----
From: Biju Das <biju.das.jz@...>
Sent: Tuesday, October 25, 2022 11:41 PM
To: cip-dev@...; iwamatsu nobuhiro(岩松 信洋 □SWC◯A
CT) <nobuhiro1.iwamatsu@...>; Pavel Machek
<pavel@...>
Cc: Chris Paterson <chris.paterson2@...>; Biju Das
<biju.das@...>
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
 

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
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany