From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi all,
This series adds syscon support for the Renesas RZ/T2H and RZ/N2H SoCs in
the WDT driver. The WDTDCR register is part of the CPG/MSSR block for
which the CPG driver registers SYSC regmap. WDT driver now uses this
syscon to access the WDTDCR register.
These patches were part of two seprate series [0] and [1], out of which
certain patches have been queued separately, so I have included rest of
the patches into this single series.
Merge strategy, as the WDT driver and DTSI changes are interdependent
the driver patches can go via renesas-soc.
v5->v6:
- Used pm_runtime_put_sync() in rzv2h_wdt_stop() function.
- rebased on top of next-20260922
v4->v5:
- patch #1 is new addressing Sashiko's comments to avoid potential deadlock
- patch #4 is new addressing Sashiko's comments
- Dropped checking rzt2h_wdt_wdtdcr_count_start() return value in
restart path.
- Handled the regmap locking in the driver and introduced nolock
version to be used in the restart path.
- Added review-by tag.
[0] https://lore.kernel.org/all/20260817192540.423994-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
[1] https://lore.kernel.org/all/20260814191415.2110732-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
Cheers,
Prabhakar
Lad Prabhakar (8):
watchdog: rzv2h: Use pm_runtime_put_sync()
watchdog: rzv2h: Drop enabling clocks in the restart handler
watchdog: rzv2h: Drop WDTRCR_RSTIRQS define
watchdog: rzv2h: Propagate WDTDCR access errors
watchdog: rzv2h: Convert WDTDCR handling to regmap
watchdog: rzv2h: Add syscon support for WDTDCR
arm64: dts: renesas: r9a09g077: Use CPG/MSSR syscon for WDTDCR access
arm64: dts: renesas: r9a09g087: Use CPG/MSSR syscon for WDTDCR access
arch/arm64/boot/dts/renesas/r9a09g077.dtsi | 24 ++--
arch/arm64/boot/dts/renesas/r9a09g087.dtsi | 24 ++--
drivers/watchdog/Kconfig | 1 +
drivers/watchdog/rzv2h_wdt.c | 136 +++++++++++++++------
4 files changed, 123 insertions(+), 62 deletions(-)
--
2.55.0