[PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S

Claudiu Beznea posted 8 patches 1 week, 4 days ago
.../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(-)
[PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S
Posted by Claudiu Beznea 1 week, 4 days ago
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(-)

-- 
2.43.0
Re: [PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S
Posted by Geert Uytterhoeven 1 week, 3 days ago
Hi Claudiu,

On Tue, 14 Jul 2026 at 19:33, Claudiu Beznea
<claudiu.beznea+renesas@tuxon.dev> 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

FTR, this doesn't provide any real information.
Fortunately you do list the actual changes in the individual patches ;-)

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds