linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK
@ 2023-10-06 10:39 Claudiu
  2023-10-06 10:39 ` [PATCH v3 1/4] dt-bindings: serial: renesas,scif: document r9a08g045 support Claudiu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Claudiu @ 2023-10-06 10:39 UTC (permalink / raw)
  To: geert+renesas, mturquette, sboyd, gregkh, jirislaby, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, magnus.damm
  Cc: linux-renesas-soc, linux-clk, linux-serial, devicetree,
	linux-kernel, Claudiu Beznea

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Hi,

This patch series adds initial support for The Renesas RZ/G3S (R9A08G045{S33})
SoC. The RZ/G3S device is a general-purpose microprocessor with a
single-core Arm® Cortex®-A55 (1.1GHz) and a dual-core Arm® Cortex®-M33 (250MHz),
perfect for an IOT gateway controller.

This includes:
- SoC identification;
- clocks (core clocks, pin controller clock, serial interface, SD ch0
  clock) and corresponding resets;
- minimal device tree for SoM and carrier boards.

With this series Linux can boot from eMMC or SD card. The eMMC and uSD
interface are multiplexed on the SoM; selection is made using a hardware
switch.

Patches are gouped as follows:
- 01    documents scif support;
- 02-04	clock changes needed by RZ/G3S

Changes in v3:
- remove from series patches that were already integrated
- addressed review comments
- please see individual patches for detailed changes

Changes in v2:
- addressed review comments
- collected tags
- removed from series patches that were already integrated
- added patches:
	- [PATCH v2 19/28] dt-bindings: pinctrl: renesas: set additionalProperties: false
	- [PATCH v2 23/28] dt-bindings: arm: renesas: document RZ/G3S SMARC SoM
	- [PATCH v2 26/28] dt-bindings: arm: renesas: document SMARC Carrier-II EVK
- please see individual patches for detailed changes

Claudiu Beznea (4):
  dt-bindings: serial: renesas,scif: document r9a08g045 support
  clk: renesas: rzg2l: refactor sd mux driver
  clk: renesas: rzg2l: add a divider clock for RZ/G3S
  clk: renesas: add minimal boot support for RZ/G3S SoC

 .../bindings/serial/renesas,scif.yaml         |   1 +
 drivers/clk/renesas/Kconfig                   |   7 +-
 drivers/clk/renesas/Makefile                  |   1 +
 drivers/clk/renesas/r9a07g043-cpg.c           |  12 +-
 drivers/clk/renesas/r9a07g044-cpg.c           |  12 +-
 drivers/clk/renesas/r9a08g045-cpg.c           | 214 +++++++++++
 drivers/clk/renesas/rzg2l-cpg.c               | 342 +++++++++++++++---
 drivers/clk/renesas/rzg2l-cpg.h               |  28 +-
 8 files changed, 565 insertions(+), 52 deletions(-)
 create mode 100644 drivers/clk/renesas/r9a08g045-cpg.c

-- 
2.39.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-14  2:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 10:39 [PATCH v3 0/4] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK Claudiu
2023-10-06 10:39 ` [PATCH v3 1/4] dt-bindings: serial: renesas,scif: document r9a08g045 support Claudiu
2023-10-06 10:39 ` [PATCH v3 2/4] clk: renesas: rzg2l: refactor sd mux driver Claudiu
2023-10-09 11:53   ` Geert Uytterhoeven
2023-10-06 10:39 ` [PATCH v3 3/4] clk: renesas: rzg2l: add a divider clock for RZ/G3S Claudiu
2023-10-09 11:53   ` Geert Uytterhoeven
2023-10-06 10:39 ` [PATCH v3 4/4] clk: renesas: add minimal boot support for RZ/G3S SoC Claudiu
2023-10-09 11:54   ` Geert Uytterhoeven
2023-10-14  2:05   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).