Hi Linus, Please pull the watchdog changes for the v5.18 release cycle. This series contains: * Add support for BCM4908 * renesas_wdt: Add R-Car Gen4 support * Improve watchdog_dev function documentation * sp5100_tco: replace the cd6h/cd7h port I/O with MMIO accesses during initialization * several other small improvements and fixes The output from git request-pull: ---------------------------------------------------------------- The following changes since commit 09688c0166e76ce2fb85e86b9d99be8b0084cdf9: Linux 5.17-rc8 (2022-03-13 13:23:37 -0700) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.18-rc1 for you to fetch changes up to 826270373f17fd8ebd10753ca0a5fd2ceb1dc38e: Watchdog: sp5100_tco: Enable Family 17h+ CPUs (2022-03-27 17:04:33 +0200) ---------------------------------------------------------------- linux-watchdog 5.18-rc1 tag ---------------------------------------------------------------- Alistair Francis (1): watchdog: imx2_wdg: Alow ping on suspend Chris Packham (1): watchdog: orion_wdt: support pretimeout on Armada-XP Daniel Bristot de Oliveira (1): watchdog: Improve watchdog_dev function documentation Eduardo Valentin (1): watchdog: aspeed: add nowayout support Linus Walleij (1): watchdog: ixp4xx: Implement restart Miaoqian Lin (1): watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function Rafał Miłecki (1): watchdog: allow building BCM7038_WDT for BCM4908 Terry Bowman (4): Watchdog: sp5100_tco: Move timer initialization into function Watchdog: sp5100_tco: Refactor MMIO base address initialization Watchdog: sp5100_tco: Add initialization using EFCH MMIO Watchdog: sp5100_tco: Enable Family 17h+ CPUs Thanh Quan (2): dt-bindings: watchdog: renesas-wdt: Document r8a779f0 support watchdog: renesas_wdt: Add R-Car Gen4 support .../devicetree/bindings/watchdog/renesas,wdt.yaml | 5 + drivers/watchdog/Kconfig | 2 +- drivers/watchdog/aspeed_wdt.c | 7 + drivers/watchdog/imx2_wdt.c | 27 +- drivers/watchdog/ixp4xx_wdt.c | 14 + drivers/watchdog/orion_wdt.c | 13 +- drivers/watchdog/renesas_wdt.c | 1 + drivers/watchdog/rti_wdt.c | 1 + drivers/watchdog/sp5100_tco.c | 334 ++++++++++++++------- drivers/watchdog/sp5100_tco.h | 7 + drivers/watchdog/watchdog_dev.c | 244 +++++++-------- 11 files changed, 409 insertions(+), 246 deletions(-) ---------------------------------------------------------------- Kind regards, Wim.