lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250617155757.149597-1-prabhakar.mahadev-lad.rj@bp.renesas.com>
Date: Tue, 17 Jun 2025 16:57:53 +0100
From: Prabhakar <prabhakar.csengg@...il.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>,
	Michael Turquette <mturquette@...libre.com>,
	Stephen Boyd <sboyd@...nel.org>,
	Rob Herring <robh@...nel.org>,
	Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Magnus Damm <magnus.damm@...il.com>
Cc: linux-renesas-soc@...r.kernel.org,
	linux-clk@...r.kernel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Prabhakar <prabhakar.csengg@...il.com>,
	Biju Das <biju.das.jz@...renesas.com>,
	Fabrizio Castro <fabrizio.castro.jz@...esas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>
Subject: [PATCH v2 0/4] Add CPG/MSSR support for RZ/N2H SoC

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>

Hi All,

This series adds support for the Clock Generator, Module Standby, and
Software Reset (CPG/MSSR) found on the Renesas RZ/N2H (R9A09G087) SoC.
The implementation reuses the existing RZ/T2H (R9A09G077) CPG/MSSR
driver, as both SoCs share the same clock and reset architecture.

Note, Ive split the CPG/MMSR support into separate series previously
the patches were part of series [1].

[1] https://lore.kernel.org/all/20250609203656.333138-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

v1->v2:
- Rebased on latest linux-next.
- Update commit messages for patches 1/4 and 4/4
- Patches 2/4 and 3/4 are new patches to add PCLKL core clock
- Added reviewed-by tags.

Cheers,
Prabhakar

Lad Prabhakar (4):
  dt-bindings: clock: renesas,cpg-mssr: Document RZ/N2H support
  dt-bindings: clock: renesas,r9a09g077: Add PCLKL core clock ID
  clk: renesas: r9a09g077-cpg: Add PCLKL core clock
  clk: renesas: Add CPG/MSSR support to RZ/N2H SoC

 .../bindings/clock/renesas,cpg-mssr.yaml      |  5 +++-
 drivers/clk/renesas/Kconfig                   |  5 ++++
 drivers/clk/renesas/Makefile                  |  1 +
 drivers/clk/renesas/r9a09g077-cpg.c           |  4 ++-
 drivers/clk/renesas/renesas-cpg-mssr.c        |  6 ++++
 .../clock/renesas,r9a09g077-cpg-mssr.h        |  1 +
 .../clock/renesas,r9a09g087-cpg-mssr.h        | 28 +++++++++++++++++++
 7 files changed, 48 insertions(+), 2 deletions(-)
 create mode 100644 include/dt-bindings/clock/renesas,r9a09g087-cpg-mssr.h

-- 
2.49.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ