mbox series

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

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

Pull-request

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

Message

Wim Van Sebroeck June 1, 2025, 11:29 a.m. UTC
Hi Linus,

Please pull following watchdog changes for the v6.16 release cycle.

This series contains:
* Add Watchdog Timer for the NXP S32 platform
* Add driver for Intel OC WDT
* Add exynos990-wdt
* Various other fixes and improvements

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 4856ebd997159f198e3177e515bda01143727463:

  Merge tag 'drm-fixes-2025-05-24' of https://gitlab.freedesktop.org/drm/kernel (2025-05-23 15:17:55 -0700)

are available in the git repository at:

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

for you to fetch changes up to 158f9f2f71523bab787f4fa7a7a1f390524350ca:

  watchdog: iTCO_wdt: Update the heartbeat value after clamping timeout (2025-06-01 13:16:37 +0200)

----------------------------------------------------------------
linux-watchdog 6.16-rc1 tag

----------------------------------------------------------------
Antonio Borneo (1):
      watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFT

Daniel Lezcano (2):
      dt-bindings: watchdog: Add NXP Software Watchdog Timer
      watchdog: Add the Watchdog Timer for the NXP S32 platform

Diogo Ivo (1):
      watchdog: Add driver for Intel OC WDT

Florian Klink (1):
      watchdog: apple: set max_hw_heartbeat_ms instead of max_timeout

Guenter Roeck (1):
      watchdog: iTCO: Drop driver-internal locking

Gustavo A. R. Silva (1):
      watchdog: cros-ec: Avoid -Wflex-array-member-not-at-end warning

Henry Martin (1):
      watchdog: lenovo_se30_wdt: Fix possible devm_ioremap() NULL pointer dereference in lenovo_se30_wdt_probe()

Igor Belwon (2):
      dt-bindings: watchdog: samsung-wdt: Add exynos990-wdt compatible
      watchdog: s3c2410_wdt: Add exynos990-wdt compatible data

Kathiravan Thirumoorthy (1):
      watchdog: qcom: introduce the device data for IPQ5424 watchdog device

Kever Yang (1):
      dt-bindings: watchdog: Add rk3562 compatible

Krzysztof Kozlowski (3):
      watchdog: Do not enable by default during compile testing
      watchdog: stm32: Fix wakeup source leaks on device unbind
      watchdog: Correct kerneldoc warnings

Lad Prabhakar (1):
      dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support

Marcus Folkesson (4):
      watchdog: da9052_wdt: add support for nowayout
      watchdog: da9052_wdt: use timeout value from external inputs
      watchdog: da9052_wdt: do not disable wdt during probe
      watchdog: da9052_wdt: respect TWDMIN

Thomas Richard (1):
      dt-bindings: watchdog: fsl,scu-wdt: Document imx8qm

Ziyan Fu (1):
      watchdog: iTCO_wdt: Update the heartbeat value after clamping timeout

 .../devicetree/bindings/watchdog/fsl,scu-wdt.yaml  |   1 +
 .../bindings/watchdog/nxp,s32g2-swt.yaml           |  54 ++++
 .../devicetree/bindings/watchdog/renesas,wdt.yaml  |   4 +-
 .../devicetree/bindings/watchdog/samsung-wdt.yaml  |  11 +-
 .../devicetree/bindings/watchdog/snps,dw-wdt.yaml  |   1 +
 drivers/watchdog/Kconfig                           |  26 +-
 drivers/watchdog/Makefile                          |   2 +
 drivers/watchdog/apple_wdt.c                       |   7 +-
 drivers/watchdog/arm_smc_wdt.c                     |  17 +-
 drivers/watchdog/cros_ec_wdt.c                     |  30 +-
 drivers/watchdog/da9052_wdt.c                      |  27 +-
 drivers/watchdog/iTCO_wdt.c                        |  25 +-
 drivers/watchdog/intel_oc_wdt.c                    | 233 +++++++++++++++
 drivers/watchdog/lenovo_se30_wdt.c                 |   2 +
 drivers/watchdog/pcwd_usb.c                        |   6 +-
 drivers/watchdog/pretimeout_noop.c                 |   2 +-
 drivers/watchdog/pretimeout_panic.c                |   2 +-
 drivers/watchdog/qcom-wdt.c                        |   7 +
 drivers/watchdog/s32g_wdt.c                        | 315 +++++++++++++++++++++
 drivers/watchdog/s3c2410_wdt.c                     |  39 ++-
 drivers/watchdog/stm32_iwdg.c                      |   2 +-
 drivers/watchdog/wdt_pci.c                         |   2 +-
 22 files changed, 749 insertions(+), 66 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/nxp,s32g2-swt.yaml
 create mode 100644 drivers/watchdog/intel_oc_wdt.c
 create mode 100644 drivers/watchdog/s32g_wdt.c
----------------------------------------------------------------

Kind regards,
Wim.