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>, <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: RE: [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC
Date: Thu, 4 Aug 2022 05:03:59 +0000	[thread overview]
Message-ID: <TYWPR01MB9420B86CFD0071893D86D2A7929F9@TYWPR01MB9420.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20220803165358.2156150-1-biju.das.jz@bp.renesas.com>

Hi,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Thursday, August 4, 2022 1:54 AM
> 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.jz@bp.renesas.com>; Prabhakar Mahadev Lad
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Subject: [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC
> 
> This patch series aims to add CANFD, WDT, USB2.0, AUDIO, Serial NOR Flash,
> OSTM and RSPI on SMARC EVK based on RZ/G2LC SoC.
> 
> All these patches are cherry-picked from the mainline.
> 
> Biju Das (12):
>   arm64: dts: renesas: rzg2lc-smarc: Enable CANFD channel 1
>   arm64: dts: renesas: rzg2lc-smarc: Use SW_SD0_DEV_SEL macro for
>     eMMC/SDHI device selection
>   arm64: dts: renesas: rzg2lc-smarc-som: Enable watchdog
>   arm64: dts: renesas: r9a07g044c2-smarc: Enable usb2.0
>   arm64: dts: renesas: rzg2lc-smarc-pinfunction: Sort the nodes
>   arm64: dts: renesas: rzg2l-smarc: Move out i2c3 and Audio codec from
>     common dtsi
>   arm64: dts: renesas: rzg2lc-smarc: Enable i2c{0,1,2}
>   arm64: dts: renesas: rzg2lc-smarc: Enable Audio
>   arm64: dts: renesas: rzg2lc-smarc-som: Enable serial NOR flash
>   arm64: dts: renesas: rzg2lc-smarc-som: Enable OSTM
>   arm64: dts: renesas: rzg2lc-smarc: Enable RSPI1 on carrier board
>   arm64: dts: renesas: rzg2l-smarc: Move gpios property of vccq_sdhi1
>     from common dtsi
> 
> Geert Uytterhoeven (1):
>   arm64: dts: renesas: Align GPIO hog names with dtschema
> 

I reviewed this series, LGTM.
I can apply this, if there are no other commands.
  https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/604399902


Best regards,
  Nobuhiro



  parent reply	other threads:[~2022-08-04  5:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 16:53 [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 01/13] arm64: dts: renesas: rzg2lc-smarc: Enable CANFD channel 1 Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 02/13] arm64: dts: renesas: rzg2lc-smarc: Use SW_SD0_DEV_SEL macro for eMMC/SDHI device selection Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 03/13] arm64: dts: renesas: rzg2lc-smarc-som: Enable watchdog Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 04/13] arm64: dts: renesas: Align GPIO hog names with dtschema Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 05/13] arm64: dts: renesas: r9a07g044c2-smarc: Enable usb2.0 Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 06/13] arm64: dts: renesas: rzg2lc-smarc-pinfunction: Sort the nodes Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 07/13] arm64: dts: renesas: rzg2l-smarc: Move out i2c3 and Audio codec from common dtsi Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 08/13] arm64: dts: renesas: rzg2lc-smarc: Enable i2c{0,1,2} Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 09/13] arm64: dts: renesas: rzg2lc-smarc: Enable Audio Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 10/13] arm64: dts: renesas: rzg2lc-smarc-som: Enable serial NOR flash Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 11/13] arm64: dts: renesas: rzg2lc-smarc-som: Enable OSTM Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 12/13] arm64: dts: renesas: rzg2lc-smarc: Enable RSPI1 on carrier board Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 13/13] arm64: dts: renesas: rzg2l-smarc: Move gpios property of vccq_sdhi1 from common dtsi Biju Das
2022-08-04  5:03 ` nobuhiro1.iwamatsu [this message]
2022-08-04  9:16   ` [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC Pavel Machek
2022-08-05  0:56     ` nobuhiro1.iwamatsu

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=TYWPR01MB9420B86CFD0071893D86D2A7929F9@TYWPR01MB9420.jpnprd01.prod.outlook.com \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=chris.paterson2@renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=pavel@denx.de \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    /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.