[GIT PULL REQUEST] watchdog - v6.15 release cycle.
From: Wim Van Sebroeck
Date: Sun Mar 30 2025 - 06:58:30 EST
Hi Linus,
Please pull following watchdog changes for the v6.15 release cycle.
This series contains:
* Add watchdog driver for Lenovo SE30 platform
* Add support for Allwinner A523
* Add i.MX94 support
* watchdog framework: Convert to use device property
* renesas,wdt: Document RZ/G3E support
* Various other fixes and improvemenents
The output from git request-pull:
----------------------------------------------------------------
The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:
Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)
are available in the git repository at:
git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.15-rc1
for you to fetch changes up to 9bc64d338b0b4b2061049df8b701f9786857690e:
watchdog: sunxi_wdt: Add support for Allwinner A523 (2025-03-25 14:11:16 +0100)
----------------------------------------------------------------
linux-watchdog 6.15-rc1 tag
----------------------------------------------------------------
Andre Przywara (2):
dt-bindings: watchdog: sunxi: add Allwinner A523 compatible string
watchdog: sunxi_wdt: Add support for Allwinner A523
Andy Shevchenko (1):
watchdog: nic7018_wdt: tidy up ACPI ID table
Arnd Bergmann (1):
watchdog: aspeed: fix 64-bit division
Biju Das (2):
watchdog: Enable RZV2HWDT driver depend on ARCH_RENESAS
dt-bindings: watchdog: renesas,wdt: Document RZ/G3E support
Chen Ni (1):
watchdog: npcm: Remove unnecessary NULL check before clk_prepare_enable/clk_disable_unprepare
Chin-Ting Kuo (1):
watchdog: aspeed: Update bootstatus handling
Frank Li (1):
dt-bindings: watchdog: fsl-imx7ulp-wdt: Add i.MX94 support
Guenter Roeck (1):
watchdog: Convert to use device property
Kyunghwan Seo (1):
watchdog: s3c2410_wdt: Fix PMU register bits for ExynosAutoV920 SoC
Mark Pearson (1):
watchdog: lenovo_se30_wdt: Watchdog driver for Lenovo SE30 platform
Stephen Boyd (1):
watchdog: cros-ec: Add newlines to printks
Stephen Rothwell (1):
watchdog: lenovo_se30_wdt: include io.h for devm_ioremap()
.../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 2 +
.../bindings/watchdog/fsl-imx7ulp-wdt.yaml | 4 +
.../devicetree/bindings/watchdog/renesas,wdt.yaml | 4 +
drivers/watchdog/Kconfig | 22 +-
drivers/watchdog/Makefile | 1 +
drivers/watchdog/aspeed_wdt.c | 81 ++++-
drivers/watchdog/cros_ec_wdt.c | 10 +-
drivers/watchdog/lenovo_se30_wdt.c | 394 +++++++++++++++++++++
drivers/watchdog/nic7018_wdt.c | 9 +-
drivers/watchdog/npcm_wdt.c | 9 +-
drivers/watchdog/s3c2410_wdt.c | 10 +-
drivers/watchdog/sunxi_wdt.c | 11 +
drivers/watchdog/watchdog_core.c | 6 +-
13 files changed, 535 insertions(+), 28 deletions(-)
create mode 100644 drivers/watchdog/lenovo_se30_wdt.c
----------------------------------------------------------------
Kind regards,
Wim.