public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@tuxon.dev>
To: nobuhiro1.iwamatsu@toshiba.co.jp
Cc: cip-dev@lists.cip-project.org, pavel@denx.de
Subject: Re: [cip-dev] [PATCH 6.1.y-cip 0/8] RZ/G3S: Backport SCIF support
Date: Wed, 4 Jun 2025 13:13:37 +0300	[thread overview]
Message-ID: <f94936b3-024e-41e4-be8e-077d0419100c@tuxon.dev> (raw)
In-Reply-To: <TY7PR01MB148184237F8FF84BEAA62DC62926CA@TY7PR01MB14818.jpnprd01.prod.outlook.com>

Hi, Nobuhiro,

On 04.06.2025 11:27, Nobuhiro Iwamatsu via lists.cip-project.org wrote:
> Hi Claudiu,
> 
>>> Claudiu Beznea (7):
>>>   clk: renesas: r9a08g045: Add clock, reset and power domain for the
>>>     remaining SCIFs
> 
> https://gitlab.com/cip-project/cip-kernel/linux-cip/-/jobs/10246798017#L8834
> 
> The build fails with this patch. It cannot create dtbo from dtso file. The filename of r9a08g045s33-smarc-pmod1-type-3a.dtso needs to changed to
> r9a08g045s33-smarc-pmod1-type-3a.dts.

Apologies for that. I'll fix it and post a new version.

Thank you,
Claudiu

> 
> Best regards,
>   Nobuhiro
> 
>> -----Original Message-----
>> From: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
>> Sent: Wednesday, June 4, 2025 3:10 PM
>> To: Claudiu <claudiu.beznea@tuxon.dev>; pavel@denx.de
>> Cc: cip-dev@lists.cip-project.org
>> Subject: RE: [PATCH 6.1.y-cip 0/8] RZ/G3S: Backport SCIF support
>>
>> HI all,
>>
>>> -----Original Message-----
>>> From: Claudiu <claudiu.beznea@tuxon.dev>
>>> Sent: Tuesday, June 3, 2025 6:20 PM
>>> To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
>>> <nobuhiro1.iwamatsu@toshiba.co.jp>; pavel@denx.de
>>> Cc: claudiu.beznea@tuxon.dev; cip-dev@lists.cip-project.org
>>> Subject: [PATCH 6.1.y-cip 0/8] RZ/G3S: Backport SCIF support
>>>
>>> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
>>>
>>> Hi,
>>>
>>> Series backports the Renesas RZ/G3S SCIF support to v6.1.y CIP.
>>>
>>> Thank you,
>>> Claudiu Beznea
>>>
>>> Claudiu Beznea (7):
>>>   clk: renesas: r9a08g045: Add clock, reset and power domain for the
>>>     remaining SCIFs
>>>   serial: sh-sci: Update the suspend/resume support
>>>   arm64: dts: renesas: r9a08g045: Add the remaining SCIF interfaces
>>>   arm64: dts: renesas: rzg3s-smarc: Fix the debug serial alias
>>>   arm64: dts: renesas: rzg3s-smarc-switches: Add a header to describe
>>>     different switches
>>>   arm64: dts: renesas: rzg3s-smarc: Enable SCIF3
>>>   arm64: dts: renesas: r9a08g045s33-smarc-pmod: Add overlay for SCIF1
>>>
>>> Geert Uytterhoeven (1):
>>>   serial: sh-sci: Save and restore more registers
>>>
>>>  arch/arm64/boot/dts/renesas/Makefile          |  3 +
>>>  arch/arm64/boot/dts/renesas/r9a08g045.dtsi    | 90
>>> +++++++++++++++++
>>>  .../r9a08g045s33-smarc-pmod1-type-3a.dtso     | 48 ++++++++++
>>>  .../boot/dts/renesas/rzg3s-smarc-som.dtsi     | 25 +----
>>>  .../boot/dts/renesas/rzg3s-smarc-switches.h   | 40 ++++++++
>>>  arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi  | 20 +++-
>>>  drivers/clk/renesas/r9a08g045-cpg.c           | 10 ++
>>>  drivers/tty/serial/sh-sci.c                   | 96
>>> ++++++++++++++++++-
>>>  8 files changed, 305 insertions(+), 27 deletions(-)  create mode
>>> 100644
>>> arch/arm64/boot/dts/renesas/r9a08g045s33-smarc-pmod1-type-3a.dtso
>>>  create mode 100644
>> arch/arm64/boot/dts/renesas/rzg3s-smarc-switches.h
>>
>> I reviewed this series, looks good to me.
>> I can apply these, if there are no other comments.
>>
>> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
>>
>> Test:
>>
>> https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/1852349697
>>
>> Best regards,
>>   Nobuhiro
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18999): https://lists.cip-project.org/g/cip-dev/message/18999
> Mute This Topic: https://lists.cip-project.org/mt/113444271/8377987
> Group Owner: cip-dev+owner@lists.cip-project.org
> Unsubscribe: https://lists.cip-project.org/g/cip-dev/unsub [claudiu.beznea@tuxon.dev]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2025-06-04 10:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-03  9:19 [PATCH 6.1.y-cip 0/8] RZ/G3S: Backport SCIF support Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 1/8] clk: renesas: r9a08g045: Add clock, reset and power domain for the remaining SCIFs Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 2/8] serial: sh-sci: Update the suspend/resume support Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 3/8] serial: sh-sci: Save and restore more registers Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 4/8] arm64: dts: renesas: r9a08g045: Add the remaining SCIF interfaces Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 5/8] arm64: dts: renesas: rzg3s-smarc: Fix the debug serial alias Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 6/8] arm64: dts: renesas: rzg3s-smarc-switches: Add a header to describe different switches Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 7/8] arm64: dts: renesas: rzg3s-smarc: Enable SCIF3 Claudiu
2025-06-03  9:19 ` [PATCH 6.1.y-cip 8/8] arm64: dts: renesas: r9a08g045s33-smarc-pmod: Add overlay for SCIF1 Claudiu
2025-06-03  9:39 ` [PATCH 6.1.y-cip 0/8] RZ/G3S: Backport SCIF support Pavel Machek
2025-06-04  6:09 ` nobuhiro1.iwamatsu
2025-06-04  8:27   ` nobuhiro1.iwamatsu
2025-06-04 10:13     ` Claudiu Beznea [this message]

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=f94936b3-024e-41e4-be8e-077d0419100c@tuxon.dev \
    --to=claudiu.beznea@tuxon.dev \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox