From: Wim Van Sebroeck <wim@linux-watchdog.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Andrew Morton" <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
"Linux Watchdog Mailing List" <linux-watchdog@vger.kernel.org>,
"Guenter Roeck" <linux@roeck-us.net>,
"J. Neuschäfer" <j.ne@posteo.net>,
"Kari Argillander" <kari.argillander@gmail.com>,
"Kery Qi" <qikeyu2017@gmail.com>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@oss.qualcomm.com>,
"Naina Mehta" <naina.mehta@oss.qualcomm.com>,
"Oleksandr Suvorov" <cryosay@gmail.com>,
"Pankaj Patil" <pankaj.patil@oss.qualcomm.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
"René Rebe" <rene@exactco.de>
Subject: [GIT PULL REQUEST] watchdog - v6.20 release cycle.
Date: Mon, 16 Feb 2026 14:20:51 +0100 [thread overview]
Message-ID: <20260216132051.GA30445@www.linux-watchdog.org> (raw)
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.
next reply other threads:[~2026-02-16 14:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-16 13:20 Wim Van Sebroeck [this message]
2026-02-16 20:38 ` [GIT PULL REQUEST] watchdog - v6.20 release cycle pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260216132051.GA30445@www.linux-watchdog.org \
--to=wim@linux-watchdog.org \
--cc=akpm@linux-foundation.org \
--cc=cryosay@gmail.com \
--cc=j.ne@posteo.net \
--cc=kari.argillander@gmail.com \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=naina.mehta@oss.qualcomm.com \
--cc=pankaj.patil@oss.qualcomm.com \
--cc=qikeyu2017@gmail.com \
--cc=rafael.j.wysocki@intel.com \
--cc=rene@exactco.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox