Hi Linus, Please pull following watchdog changes for the v6.10 release cycle. This series contains: * Add Qualcomm IPQ5424 * da9052_wdt: add support for bootstatus bits * Other small fixes and improvements. The output from git request-pull: ---------------------------------------------------------------- The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20: Linux 6.13-rc6 (2025-01-05 14:13:40 -0800) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.14-rc1 for you to fetch changes up to b3db0b5356ff573d4e48b1306dd9a785d679f9b0: dt-bindings: watchdog: Document Qualcomm IPQ5424 (2025-01-06 19:38:08 +0100) ---------------------------------------------------------------- linux-watchdog 6.14-rc1 tag ---------------------------------------------------------------- Alexander Sverdlin (1): watchdog: rti: Fix off-by-one in heartbeat recovery Joe Hattori (1): watchdog: rti_wdt: Fix an OF node leak in rti_wdt_probe() Lad Prabhakar (2): watchdog: rzv2h_wdt: Use local `dev` pointer in probe watchdog: sp805_wdt: Drop documentation of non-existent `status` member Luca Ceresoli (1): watchdog: max77620: fix excess field in kerneldoc Manikanta Mylavarapu (1): dt-bindings: watchdog: Document Qualcomm IPQ5424 Marcus Folkesson (1): watchdog: da9052_wdt: add support for bootstatus bits Mike Crowe (1): watchdog: sp805: Report correct timeleft at maximum Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + drivers/watchdog/da9052_wdt.c | 13 ++++++++++++- drivers/watchdog/max77620_wdt.c | 1 - drivers/watchdog/rti_wdt.c | 4 +++- drivers/watchdog/rzv2h_wdt.c | 16 ++++++++-------- drivers/watchdog/sp805_wdt.c | 3 +-- 6 files changed, 25 insertions(+), 13 deletions(-) ---------------------------------------------------------------- Kind regards, Wim.