All of lore.kernel.org
 help / color / mirror / Atom feed
From: <nobuhiro1.iwamatsu@toshiba.co.jp>
To: <biju.das.jz@bp.renesas.com>, <cip-dev@lists.cip-project.org>,
	<pavel@denx.de>
Cc: <chris.paterson2@renesas.com>, <biju.das@bp.renesas.com>
Subject: RE: [PATCH 5.10.y-cip 00/12] RZ/G2{L,LC,UL}/RZ/V2L improvements
Date: Wed, 26 Oct 2022 09:19:32 +0000	[thread overview]
Message-ID: <TYWPR01MB94201E032FD08E985002D82392309@TYWPR01MB9420.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20221025144131.1309463-1-biju.das.jz@bp.renesas.com>

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 

  parent reply	other threads:[~2022-10-26  9:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 14:41 [PATCH 5.10.y-cip 00/12] RZ/G2{L,LC,UL}/RZ/V2L improvements Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 01/12] mtd: hyperbus: Make hyperbus_unregister_device() return void Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 02/12] mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 03/12] arm64: dts: renesas: Adjust whitespace around '{' Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 04/12] arm64: dts: renesas: r9a07g043: Add DMA support to RSPI Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 05/12] arm64: dts: renesas: r9a07g044: " Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 06/12] arm64: dts: renesas: r9a07g054: " Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 07/12] arm64: dts: renesas: r9a07g043: Fix audio clk node names Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 08/12] arm64: dts: renesas: r9a07g044: Fix SCI{Rx,Tx} interrupt types Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 09/12] arm64: dts: renesas: r9a07g054: " Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 10/12] arm64: dts: renesas: r9a07g043: " Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 11/12] clk: renesas: r9a07g044: Add conditional compilation for r9a07g044_cpg_info Biju Das
2022-10-25 14:41 ` [PATCH 5.10.y-cip 12/12] ravb: Add RZ/G2L MII interface support Biju Das
2022-10-26  8:54   ` nobuhiro1.iwamatsu
2022-10-26  9:09     ` Biju Das
2022-10-26  9:17       ` nobuhiro1.iwamatsu
2022-10-26  8:40 ` [PATCH 5.10.y-cip 00/12] RZ/G2{L,LC,UL}/RZ/V2L improvements Pavel Machek
2022-10-26  8:45   ` Biju Das
2022-10-26  9:19 ` nobuhiro1.iwamatsu [this message]
2022-10-27  8:18   ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=TYWPR01MB94201E032FD08E985002D82392309@TYWPR01MB9420.jpnprd01.prod.outlook.com \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=chris.paterson2@renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=pavel@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.