From: Claudiu Beznea <claudiu.beznea@tuxon.dev>
To: Claudiu Beznea <claudiu.beznea+renesas@tuxon.dev>,
mkl@pengutronix.de, mailhol@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, geert+renesas@glider.be,
magnus.damm@gmail.com, mturquette@baylibre.com, sboyd@kernel.org,
bmasney@redhat.com, biju.das.jz@bp.renesas.com,
fabrizio.castro.jz@renesas.com
Cc: linux-can@vger.kernel.org, devicetree@vger.kernel.org,
linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org,
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Subject: Re: [PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S
Date: Mon, 10 Aug 2026 16:00:16 +0300 [thread overview]
Message-ID: <7533fcaa-c676-48f4-924e-bba9195d4871@tuxon.dev> (raw)
In-Reply-To: <20260714173315.1981708-1-claudiu.beznea+renesas@tuxon.dev>
Hi,
Gentle ping on this series.
Thank you,
Claudiu
On 7/14/26 20:33, Claudiu Beznea wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
>
> Hi,
>
> Series adds CAN support for the Renesas RZ/G3S SoC. Along with it a typo
> fix patch was added on the CAN driver.
>
> Thank you,
> Claudiu
>
> Changes in v3:
> - addressed sashiko review comments
>
> Changes in v2:
> - collected tags
> - addressed sashiko review comments
>
> Claudiu Beznea (8):
> clk: r9a08g045-cpg: Add clocks and resets for CAN-FD
> dt-bindings: can: renesas,rcar-canfd: Document RZ/G3S SoC
> can: rcar_canfd: Fix typos in macro names
> can: rcar_canfd: Allow the CAN FD clock to be sourced from fck
> can: rcar_canfd: Do not set registers selecting the CAN mode
> can: rcar_canfd: Add support for Renesas RZ/G3S
> arm64: dts: renesas: r9a08g045: Add CAN-FD node
> arm64: dts: renesas: rzg3s-smarc: Enable CAN-FD
>
> .../bindings/net/can/renesas,rcar-canfd.yaml | 20 +++++-
> arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 39 +++++++++++
> .../boot/dts/renesas/rzg3s-smarc-switches.h | 12 ++++
> arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi | 46 +++++++++++++
> drivers/clk/renesas/r9a08g045-cpg.c | 9 +++
> drivers/net/can/rcar/rcar_canfd.c | 65 +++++++++++++++----
> 6 files changed, 178 insertions(+), 13 deletions(-)
>
next prev parent reply other threads:[~2026-08-10 13:00 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-14 17:33 [PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S Claudiu Beznea
2026-07-14 17:33 ` [PATCH v3 1/8] clk: r9a08g045-cpg: Add clocks and resets for CAN-FD Claudiu Beznea
2026-07-15 8:58 ` Geert Uytterhoeven
2026-07-15 10:27 ` Claudiu Beznea
2026-07-14 17:33 ` [PATCH v3 2/8] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3S SoC Claudiu Beznea
2026-07-22 17:12 ` Rob Herring (Arm)
2026-07-14 17:33 ` [PATCH v3 3/8] can: rcar_canfd: Fix typos in macro names Claudiu Beznea
2026-07-14 17:33 ` [PATCH v3 4/8] can: rcar_canfd: Allow the CAN FD clock to be sourced from fck Claudiu Beznea
2026-07-14 17:47 ` sashiko-bot
2026-07-14 17:33 ` [PATCH v3 5/8] can: rcar_canfd: Do not set registers selecting the CAN mode Claudiu Beznea
2026-07-14 17:33 ` [PATCH v3 6/8] can: rcar_canfd: Add support for Renesas RZ/G3S Claudiu Beznea
2026-07-14 17:49 ` sashiko-bot
2026-07-14 17:33 ` [PATCH v3 7/8] arm64: dts: renesas: r9a08g045: Add CAN-FD node Claudiu Beznea
2026-07-14 17:33 ` [PATCH v3 8/8] arm64: dts: renesas: rzg3s-smarc: Enable CAN-FD Claudiu Beznea
2026-07-14 17:54 ` sashiko-bot
2026-07-15 9:01 ` [PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S Geert Uytterhoeven
2026-08-10 13:00 ` Claudiu Beznea [this message]
2026-08-17 16:59 ` Marc Kleine-Budde
2026-08-17 21:51 ` Wolfram Sang
2026-08-18 11:30 ` claudiu beznea
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=7533fcaa-c676-48f4-924e-bba9195d4871@tuxon.dev \
--to=claudiu.beznea@tuxon.dev \
--cc=biju.das.jz@bp.renesas.com \
--cc=bmasney@redhat.com \
--cc=claudiu.beznea+renesas@tuxon.dev \
--cc=claudiu.beznea.uj@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert+renesas@glider.be \
--cc=krzk+dt@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mailhol@kernel.org \
--cc=mkl@pengutronix.de \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
/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