mbox series

[GIT,PULL,REQUEST] watchdog - v6.10 release cycle.

Message ID 20250124112901.GA32479@www.linux-watchdog.org (mailing list archive)
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.10 release cycle. | expand

Pull-request

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

Message

Wim Van Sebroeck Jan. 24, 2025, 11:29 a.m. UTC
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.

Comments

pr-tracker-bot@kernel.org Jan. 26, 2025, 1:03 a.m. UTC | #1
The pull request you sent on Fri, 24 Jan 2025 12:29:01 +0100:

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

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

Thank you!