Date
1 - 5 of 5
[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 enhancements1st 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):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/V2LOK, I agree. Cheers, Biju Uwe Kleine-König (1):The rest of the series looks good, and I can apply it if it passes |
|
Nobuhiro Iwamatsu
Hi Biju,
toggle quoted message
Show quoted text
-----Original Message-----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.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 |
|