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

From: Wim Van Sebroeck

Date: Mon Feb 16 2026 - 09:27:14 EST


Hi Linus,

Please pull following watchdog changes for the v6.20 release cycle.

This series contains:
* iTCO: Drop vendor support
* s3c2410_wdt: Drop S3C2410 support
* Convert mpc8xxx-wdt to YAML
* Several small fixes and improvements

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:

Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)

are available in the git repository at:

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

for you to fetch changes up to 450517fa5aae98b857c68743fd12ce93e4b8989d:

dt-bindings: watchdog: qcom-wdt: Document Glymur watchdog (2026-01-18 10:59:39 +0100)

----------------------------------------------------------------
linux-watchdog 6.20-rc1 tag

----------------------------------------------------------------
Guenter Roeck (2):
watchdog: iTCO: Drop vendor support
watchdog: Always return time left until watchdog times out

J. Neuschäfer (1):
dt-bindings: watchdog: Convert mpc8xxx-wdt to YAML

Kari Argillander (1):
watchdog: Make API functions const correct

Kery Qi (1):
watchdog: starfive-wdt: Fix PM reference leak in probe error path

Krzysztof Kozlowski (4):
dt-bindings: watchdog: samsung-wdt: Define cluster constraints top-level
watchdog: s3c2410_wdt: Drop S3C2410 support
dt-bindings: watchdog: samsung-wdt: Drop S3C2410
dt-bindings: watchdog: samsung-wdt: Split if:then: and constrain more

Naina Mehta (1):
watchdog: sbsa: Update the W_IIDR Implementer bit mask to 0xFFF

Oleksandr Suvorov (1):
watchdog: imx7ulp_wdt: handle the nowayout option

Pankaj Patil (1):
dt-bindings: watchdog: qcom-wdt: Document Glymur watchdog

Rafael J. Wysocki (2):
watchdog: rz: Discard pm_runtime_put() return values
watchdog: rzv2h_wdt: Discard pm_runtime_put() return value

René Rebe (1):
fix it87_wdt early reboot by reporting running timer

.../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 ---
.../devicetree/bindings/watchdog/mpc8xxx-wdt.yaml | 64 ++++++
.../devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
.../devicetree/bindings/watchdog/samsung-wdt.yaml | 56 ++++--
Documentation/watchdog/watchdog-kernel-api.rst | 2 +-
Documentation/watchdog/watchdog-parameters.rst | 7 -
drivers/watchdog/Kconfig | 8 -
drivers/watchdog/Makefile | 3 -
drivers/watchdog/iTCO_vendor.h | 14 --
drivers/watchdog/iTCO_vendor_support.c | 216 ---------------------
drivers/watchdog/iTCO_wdt.c | 12 +-
drivers/watchdog/imx7ulp_wdt.c | 1 +
drivers/watchdog/it87_wdt.c | 12 ++
drivers/watchdog/rzg2l_wdt.c | 4 +-
drivers/watchdog/rzv2h_wdt.c | 8 +-
drivers/watchdog/s3c2410_wdt.c | 22 +--
drivers/watchdog/sbsa_gwdt.c | 4 +-
drivers/watchdog/starfive-wdt.c | 2 +-
drivers/watchdog/watchdog_core.c | 3 +-
drivers/watchdog/watchdog_dev.c | 35 ++--
include/linux/watchdog.h | 12 +-
21 files changed, 156 insertions(+), 355 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/watchdog/mpc8xxx-wdt.txt
create mode 100644 Documentation/devicetree/bindings/watchdog/mpc8xxx-wdt.yaml
delete mode 100644 drivers/watchdog/iTCO_vendor.h
delete mode 100644 drivers/watchdog/iTCO_vendor_support.c
----------------------------------------------------------------

Kind regards,
Wim.