public inbox for linux-watchdog@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] watchdog - v6.20 release cycle.
@ 2026-02-16 13:20 Wim Van Sebroeck
  2026-02-16 20:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Wim Van Sebroeck @ 2026-02-16 13:20 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Linux Watchdog Mailing List, Guenter Roeck,
	J. Neuschäfer, Kari Argillander, Kery Qi,
	Krzysztof Kozlowski, Naina Mehta, Oleksandr Suvorov, Pankaj Patil,
	Rafael J. Wysocki, René Rebe

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL REQUEST] watchdog - v6.20 release cycle.
  2026-02-16 13:20 [GIT PULL REQUEST] watchdog - v6.20 release cycle Wim Van Sebroeck
@ 2026-02-16 20:38 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-02-16 20:38 UTC (permalink / raw)
  To: Wim Van Sebroeck
  Cc: Linus Torvalds, Andrew Morton, LKML, Linux Watchdog Mailing List,
	Guenter Roeck, J. Neuschäfer, Kari Argillander, Kery Qi,
	Krzysztof Kozlowski, Naina Mehta, Oleksandr Suvorov, Pankaj Patil,
	Rafael J. Wysocki, René Rebe

The pull request you sent on Mon, 16 Feb 2026 14:20:51 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/57d76ceccee4b497eb835831206b50e72915a501

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-16 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 13:20 [GIT PULL REQUEST] watchdog - v6.20 release cycle Wim Van Sebroeck
2026-02-16 20:38 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox