Hi Linus, Please pull the watchdog fixes for v5.15-rc7. I overlooked Guenters request to sent this upstream earlier, so yes, it's a bit late in the release cycle. This series contains: * Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout" * sbsa: only use 32-bit accessors * sbsa: drop unneeded MODULE_ALIAS * ixp4xx_wdt: Fix address space warning * Fix OMAP watchdog early handling The output from git request-pull: ---------------------------------------------------------------- The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba: Linux 5.15-rc6 (2021-10-17 20:00:13 -1000) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-5.15-rc7 for you to fetch changes up to cd004d8299f1dc6cfa6a4eea8f94cb45eaedf070: watchdog: Fix OMAP watchdog early handling (2021-10-26 20:22:51 +0200) ---------------------------------------------------------------- linux-watchdog 5.15-rc7 tag ---------------------------------------------------------------- Guenter Roeck (2): Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout" watchdog: ixp4xx_wdt: Fix address space warning Jamie Iles (1): watchdog: sbsa: only use 32-bit accessors Krzysztof Kozlowski (1): watchdog: sbsa: drop unneeded MODULE_ALIAS Walter Stoll (1): watchdog: Fix OMAP watchdog early handling drivers/watchdog/iTCO_wdt.c | 12 +++--------- drivers/watchdog/ixp4xx_wdt.c | 2 +- drivers/watchdog/omap_wdt.c | 6 +++++- drivers/watchdog/sbsa_gwdt.c | 5 ++--- 4 files changed, 11 insertions(+), 14 deletions(-) ---------------------------------------------------------------- Kind regards, Wim.