Hi Linus, Please pull following watchdog changes for the v6.9 release cycle. This series contains: * core: Remove usage of the deprecated ida_simple_xx() API * Add kernel-doc for wdt_set_timeout() * Add support for R-Car V4M, StarFive's JH8100 and sam9x7-wdt * Fixes and small improvements The output from git request-pull: ---------------------------------------------------------------- The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3: Linux 6.8-rc2 (2024-01-28 17:01:12 -0800) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.9-rc1 for you to fetch changes up to 6fe5aabf7fc645562faec50c79c7a21a4dd1cab6: watchdog: intel-mid_wdt: Get platform data via dev_get_platdata() (2024-03-10 11:14:46 +0100) ---------------------------------------------------------------- linux-watchdog 6.9-rc1 tag ---------------------------------------------------------------- Andy Shevchenko (3): watchdog: intel-mid_wdt: Remove unused intel-mid.h watchdog: intel-mid_wdt: Don't use "proxy" headers watchdog: intel-mid_wdt: Get platform data via dev_get_platdata() Ben Wolsieffer (1): watchdog: stm32_iwdg: initialize default timeout Christophe JAILLET (1): watchdog: core: Remove usage of the deprecated ida_simple_xx() API Jerry Hoemann (1): watchdog/hpwdt: Support Suspend and Resume Ji Sheng Teoh (3): watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counter watchdog: starfive: check watchdog status before enabling in system resume dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100 Kathiravan Thirumoorthy (1): watchdog: qcom: fine tune the max timeout value calculation Minh Le (1): dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M Stanislav Jakubek (1): dt-bindings: watchdog: sprd,sp9860-wdt: convert to YAML Varshini Rajendran (1): dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt Yang Li (1): watchdog: Add kernel-doc for wdt_set_timeout() Yang Xiwen (2): watchdog: sp805_wdt: deassert the reset if available dt-bindings: watchdog: arm,sp805: document the reset signal .../devicetree/bindings/watchdog/arm,sp805.yaml | 5 ++ .../bindings/watchdog/atmel,sama5d4-wdt.yaml | 12 ++-- .../devicetree/bindings/watchdog/renesas,wdt.yaml | 1 + .../bindings/watchdog/sprd,sp9860-wdt.yaml | 64 ++++++++++++++++++++++ .../devicetree/bindings/watchdog/sprd-wdt.txt | 19 ------- .../bindings/watchdog/starfive,jh7100-wdt.yaml | 40 +++++++++++--- drivers/watchdog/hpwdt.c | 25 +++++++++ drivers/watchdog/intel-mid_wdt.c | 11 +++- drivers/watchdog/it87_wdt.c | 4 ++ drivers/watchdog/qcom-wdt.c | 7 ++- drivers/watchdog/sp805_wdt.c | 8 +++ drivers/watchdog/starfive-wdt.c | 14 ++++- drivers/watchdog/stm32_iwdg.c | 3 + drivers/watchdog/watchdog_core.c | 17 +++--- 14 files changed, 182 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/sprd,sp9860-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt ---------------------------------------------------------------- Kind regards, Wim.