From: Pavel Machek <pavel@denx.de>
To: nobuhiro1.iwamatsu@toshiba.co.jp
Cc: claudiu.beznea@tuxon.dev, pavel@denx.de,
cip-dev@lists.cip-project.org, biju.das.jz@bp.renesas.com,
prabhakar.mahadev-lad.rj@bp.renesas.com,
paul.barker.ct@bp.renesas.com
Subject: Re: [PATCH 6.1.y-cip 00/33] Add Ethernet support for Renesas RZ/G3S SoC
Date: Tue, 4 Jun 2024 15:20:51 +0200 [thread overview]
Message-ID: <Zl8Us5exOfhznry6@duo.ucw.cz> (raw)
In-Reply-To: <OS0PR01MB6388FD37BAFD725020BEB60992F32@OS0PR01MB6388.jpnprd01.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
Hi!
> Thanks for your work.
> I reviewd this series, so I have no comments.
>
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Thank you, applied.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
prev parent reply other threads:[~2024-06-04 13:21 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 8:14 [PATCH 6.1.y-cip 00/33] Add Ethernet support for Renesas RZ/G3S SoC Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 01/33] clk: renesas: r9a08g045: Add clock and reset support for ETH0 and ETH1 Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 02/33] pinctrl: renesas: rzg2l: Move arg and index in the main function block Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 03/33] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 04/33] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 05/33] pinctrl: renesas: rzg2l: Add output enable support Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 06/33] pinctrl: renesas: rzg2l: Add input enable to the Ethernet pins Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 07/33] pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map() Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 08/33] dt-bindings: net: renesas,etheravb: Document RZ/G3S support Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 09/33] net: ravb: Rely on PM domain to enable gptp_clk Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 10/33] net: ravb: Make reset controller support mandatory Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 11/33] net: ravb: Assert/de-assert reset on suspend/resume Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 12/33] net: ravb: Move reference clock enable/disable on runtime PM APIs Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 13/33] net: ravb: Move getting/requesting IRQs in the probe() method Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 14/33] net: ravb: Split GTI computation and set operations Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 15/33] net: ravb: Move delay mode set in the driver's ndo_open API Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 16/33] net: ravb: Move DBAT configuration to " Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 17/33] net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac platorms Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 18/33] net: ravb: Set config mode in ndo_open and reset mode in ndo_close Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 19/33] net: ravb: Simplify ravb_suspend() Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 20/33] net: ravb: Simplify ravb_resume() Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 21/33] ravb: Add Rx checksum offload support for GbEth Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 22/33] ravb: Add Tx " Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 23/33] net: ravb: Get rid of the temporary variable irq Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 24/33] net: ravb: Keep the reverse order of operations in ravb_close() Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 25/33] net: ravb: Return cached statistics if the interface is down Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 26/33] net: ravb: Move the update of ndev->features to ravb_set_features() Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 27/33] net: ravb: Do not apply features to hardware if the interface is down Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 28/33] net: ravb: Add runtime PM support Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 29/33] net: ravb: Fix registered interrupt names Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 30/33] arm64: dts: renesas: r9a08g045: Add Ethernet nodes Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 31/33] arm64: dts: renesas: rzg3s-smarc-som: Use switches' names to select on-board functionalities Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 32/33] arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces Claudiu
2024-05-29 8:14 ` [PATCH 6.1.y-cip 33/33] arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO hogs Claudiu
2024-05-29 18:42 ` [PATCH 6.1.y-cip 00/33] Add Ethernet support for Renesas RZ/G3S SoC Pavel Machek
2024-05-30 2:17 ` nobuhiro1.iwamatsu
2024-06-04 13:20 ` Pavel Machek [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=Zl8Us5exOfhznry6@duo.ucw.cz \
--to=pavel@denx.de \
--cc=biju.das.jz@bp.renesas.com \
--cc=cip-dev@lists.cip-project.org \
--cc=claudiu.beznea@tuxon.dev \
--cc=nobuhiro1.iwamatsu@toshiba.co.jp \
--cc=paul.barker.ct@bp.renesas.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox