mbox series

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

Message ID 20240317112437.GA9174@www.linux-watchdog.org
State New
Headers show
Series [GIT,PULL,REQUEST] watchdog - v6.9 release cycle. | expand

Pull-request

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

Message

Wim Van Sebroeck March 17, 2024, 11:24 a.m. UTC
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.

Comments

pr-tracker-bot@kernel.org March 17, 2024, 7:34 p.m. UTC | #1
The pull request you sent on Sun, 17 Mar 2024 12:24:37 +0100:

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

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

Thank you!