devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Add watchdog driver support for RZ/T2H and RZ/N2H SoCs
@ 2025-07-07 20:01 Prabhakar
  2025-07-07 20:01 ` [PATCH 1/9] dt-bindings: watchdog: renesas,wdt: Add support for RZ/T2H and RZ/N2H Prabhakar
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Prabhakar @ 2025-07-07 20:01 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Philipp Zabel, Wolfram Sang,
	linux-watchdog
  Cc: devicetree, linux-kernel, linux-renesas-soc, Prabhakar, Biju Das,
	Fabrizio Castro, Lad Prabhakar

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

Hi All,

This patch series adds watchdog driver support for the Renesas RZ/T2H
(R9A09G077) and RZ/N2H (R9A09G087) SoCs. The necessary device tree
bindings and driver modifications are included.

Cheers,
Prabhakar

Lad Prabhakar (9):
  dt-bindings: watchdog: renesas,wdt: Add support for RZ/T2H and RZ/N2H
  watchdog: rzv2h_wdt: Obtain clock-divider ranges from OF match data
  watchdog: rzv2h_wdt: Obtain CKS divider via OF data
  watchdog: rzv2h_wdt: Make "oscclk" an optional clock
  watchdog: rzv2h_wdt: Add support for configurable count clock source
  watchdog: rzv2h_wdt: Make reset controller optional
  watchdog: rzv2h: Set min_timeout based on max_hw_heartbeat_ms
  watchdog: rzv2h: Add support for RZ/T2H
  watchdog: rzv2h_wdt: Improve error strings and add newlines

 .../bindings/watchdog/renesas,wdt.yaml        |  37 ++++-
 drivers/watchdog/rzv2h_wdt.c                  | 137 ++++++++++++++++--
 2 files changed, 155 insertions(+), 19 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-07-08 20:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 20:01 [PATCH 0/9] Add watchdog driver support for RZ/T2H and RZ/N2H SoCs Prabhakar
2025-07-07 20:01 ` [PATCH 1/9] dt-bindings: watchdog: renesas,wdt: Add support for RZ/T2H and RZ/N2H Prabhakar
2025-07-08 20:18   ` Rob Herring
2025-07-07 20:01 ` [PATCH 2/9] watchdog: rzv2h_wdt: Obtain clock-divider ranges from OF match data Prabhakar
2025-07-07 20:01 ` [PATCH 3/9] watchdog: rzv2h_wdt: Obtain CKS divider via OF data Prabhakar
2025-07-07 20:01 ` [PATCH 4/9] watchdog: rzv2h_wdt: Make "oscclk" an optional clock Prabhakar
2025-07-07 20:01 ` [PATCH 5/9] watchdog: rzv2h_wdt: Add support for configurable count clock source Prabhakar
2025-07-07 20:01 ` [PATCH 6/9] watchdog: rzv2h_wdt: Make reset controller optional Prabhakar
2025-07-07 20:01 ` [PATCH 7/9] watchdog: rzv2h: Set min_timeout based on max_hw_heartbeat_ms Prabhakar
2025-07-07 20:01 ` [PATCH 8/9] watchdog: rzv2h: Add support for RZ/T2H Prabhakar
2025-07-07 20:01 ` [PATCH 9/9] watchdog: rzv2h_wdt: Improve error strings and add newlines Prabhakar

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).