mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] watchdog: rzv2h: Convert WDTDCR handling to regmap
@ 2026-07-02 16:04 Prabhakar
  2026-07-02 16:04 ` [PATCH 1/3] watchdog: rzv2h: Refactor WDTDCR start/stop handling Prabhakar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Prabhakar @ 2026-07-02 16:04 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Philipp Zabel, Geert Uytterhoeven
  Cc: linux-watchdog, linux-renesas-soc, linux-kernel, Prabhakar,
	Biju Das, Fabrizio Castro, Lad Prabhakar

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

Hi All,

This patch series converts the WDTDCR register access from raw
readl/writel variants over to the regmap framework using
devm_regmap_init_mmio(). This conversion serves as a preparatory
refactoring step. It allows the driver to subsequently support
syscon-based system controllers natively by passing along alternative
regmap handles without forcing messy architectural branching at runtime.

Note,
 - This change was suggested [0]
   [0] https://lore.kernel.org/all/c3ef312a-4c26-498c-90c8-118c6dc035a0@roeck-us.net/ 
- Patches are rebased on top of next-20260701

Cheers,
Prabhakar

Lad Prabhakar (3):
  watchdog: rzv2h: Refactor WDTDCR start/stop handling
  watchdog: rzv2h: Convert WDTDCR handling to regmap
  watchdog: rzv2h: Drop WDTRCR_RSTIRQS macro

 drivers/watchdog/rzv2h_wdt.c | 81 ++++++++++++++++++++++++++----------
 1 file changed, 59 insertions(+), 22 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-07-14 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 16:04 [PATCH 0/3] watchdog: rzv2h: Convert WDTDCR handling to regmap Prabhakar
2026-07-02 16:04 ` [PATCH 1/3] watchdog: rzv2h: Refactor WDTDCR start/stop handling Prabhakar
2026-07-02 16:04 ` [PATCH 2/3] watchdog: rzv2h: Convert WDTDCR handling to regmap Prabhakar
2026-07-03  7:35   ` Philipp Zabel
2026-07-14 15:41     ` Lad, Prabhakar
2026-07-02 16:04 ` [PATCH 3/3] watchdog: rzv2h: Drop WDTRCR_RSTIRQS macro Prabhakar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox