[GIT PULL REQUEST] watchdog - v6.11 release cycle.

From: Wim Van Sebroeck
Date: Wed Jul 24 2024 - 08:14:39 EST


Hi Linus,

On this sad day where the belgian linux community said goodbye to P2:
Please pull following watchdog changes for the v6.11 release cycle.

This series contains:
* Make watchdog_class const
* reworking of the rzg2l_wdt driver
* Other small fixes and improvements

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the git repository at:

git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.11-rc1

for you to fetch changes up to 63d097d46799dc6ab4d1430482cd5ab6a409c4ec:

dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space (2024-07-18 20:35:41 +0200)

----------------------------------------------------------------
linux-watchdog 6.11-rc1 tag

----------------------------------------------------------------
Biju Das (1):
dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space

Chen Ni (3):
watchdog: starfive: Add missing clk_disable_unprepare()
watchdog: lenovo_se10_wdt: Convert comma to semicolon
watchdog: rzn1: Convert comma to semicolon

Claudiu Beznea (9):
watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
watchdog: rzg2l_wdt: Make the driver depend on PM
watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
watchdog: rzg2l_wdt: Remove reset de-assert from probe
watchdog: rzg2l_wdt: Remove comparison with zero
watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
watchdog: rzg2l_wdt: Add suspend/resume support
dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support

Sascha Hauer (1):
watchdog: imx7ulp_wdt: keep already running watchdog enabled

Thomas Weißschuh (1):
watchdog: Make watchdog_class const

.../bindings/watchdog/dlg,da9062-watchdog.yaml | 2 +-
.../devicetree/bindings/watchdog/renesas,wdt.yaml | 1 +
drivers/watchdog/Kconfig | 3 +-
drivers/watchdog/imx7ulp_wdt.c | 5 +
drivers/watchdog/lenovo_se10_wdt.c | 4 +-
drivers/watchdog/rzg2l_wdt.c | 113 ++++++++++++---------
drivers/watchdog/rzn1_wdt.c | 6 +-
drivers/watchdog/starfive-wdt.c | 4 +-
drivers/watchdog/watchdog_dev.c | 2 +-
9 files changed, 81 insertions(+), 59 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.