[GIT PULL REQUEST] watchdog - v5.20 release cycle.

From: Wim Van Sebroeck
Date: Mon Aug 08 2022 - 15:00:04 EST


Hi Linus,

Please pull following watchdog changes for the v5.20 release cycle.

This series contains:
* add RTL9310 support
* sp805_wdt: add arm cmsdk apb wdt support
* Remove #ifdef guards for PM related functions for several watchdog device drivers
* pm8916_wdt reboot improvements
* Several other fixes and improvements

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

Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to 2d27e52841092e5831dd41f313028c668d816eb0:

watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe() (2022-07-23 14:26:42 +0200)

----------------------------------------------------------------
linux-watchdog 5.20-rc1 tag

----------------------------------------------------------------
Abel Vesa (1):
dt-bindings: watchdog: Add fsl,scu-wdt yaml file

Bing Fan (1):
watchdog: sp805_wdt: add arm cmsdk apb wdt support

Jason Wang (2):
watchdog: Fix comment typo
watchdog: dw_wdt: Fix comment typo

Jean Delvare (1):
watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource

Jiasheng Jiang (1):
watchdog: f71808e_wdt: Add check for platform_driver_register

Luca Ceresoli (1):
watchdog: max77620: update Luca Ceresoli's e-mail address

Luo Xueqin (1):
watchdog:Fix typo in comment

Paul Cercueil (8):
watchdog: bcm7038_wdt: Remove #ifdef guards for PM related functions
watchdog: dw_wdt: Remove #ifdef guards for PM related functions
watchdog: mtk_wdt: Remove #ifdef guards for PM related functions
watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functions
watchdog: sama5d4_wdt: Remove #ifdef guards for PM related functions
watchdog: st_lpc_wdt: Remove #ifdef guards for PM related functions
watchdog: tegra_wdt: Remove #ifdef guards for PM related functions
watchdog: wdat_wdt: Remove #ifdef guards for PM related functions

Rob Herring (1):
dt-bindings: watchdog: faraday: Fix typo in example 'timeout-sec' property

Rohit Agarwal (1):
dt-bindings: watchdog: Add binding for Qcom SDX65

Sander Vanheule (2):
dt-bindings: watchdog: realtek,otto-wdt: add RTL9310
watchdog: realtek-otto: add RTL9310 support

Stephan Gerhold (3):
watchdog: pm8916_wdt: Avoid read of write-only PET register
watchdog: pm8916_wdt: Report reboot reason
watchdog: pm8916_wdt: Handle watchdog enabled by bootloader

William Dean (1):
watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe()

.../devicetree/bindings/arm/freescale/fsl,scu.txt | 15 --------
.../bindings/watchdog/faraday,ftwdt010.yaml | 2 +-
.../devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
.../bindings/watchdog/realtek,otto-wdt.yaml | 1 +
drivers/watchdog/armada_37xx_wdt.c | 2 ++
drivers/watchdog/bcm7038_wdt.c | 8 ++---
drivers/watchdog/booke_wdt.c | 2 +-
drivers/watchdog/dw_wdt.c | 8 ++---
drivers/watchdog/f71808e_wdt.c | 4 ++-
drivers/watchdog/max77620_wdt.c | 4 +--
drivers/watchdog/mtk_wdt.c | 10 ++----
drivers/watchdog/pc87413_wdt.c | 2 +-
drivers/watchdog/pm8916_wdt.c | 41 +++++++++++++++++++---
drivers/watchdog/realtek_otto_wdt.c | 1 +
drivers/watchdog/s3c2410_wdt.c | 9 ++---
drivers/watchdog/sama5d4_wdt.c | 8 ++---
drivers/watchdog/sp5100_tco.c | 1 +
drivers/watchdog/sp805_wdt.c | 5 +++
drivers/watchdog/st_lpc_wdt.c | 9 ++---
drivers/watchdog/tegra_wdt.c | 14 +++-----
drivers/watchdog/wdat_wdt.c | 7 ++--
21 files changed, 81 insertions(+), 73 deletions(-)
----------------------------------------------------------------

Kind regards,
Wim.