Hi Linus, Please pull following watchdog changes for the v6.1 release cycle. This series contains: * Add watchdog driver for Exar/MaxLinear XR28V38x * Add support for exynosautov9 SoC * Add support for Renesas R-Car V5H (R8A779G0) and RZ/V2M (r9a09g011) SoC * Add support for imx93 * And several other fixes and improvements (Note: the patch for "watchdog: Add tracing events for the most usual watchdog events" is something that I want to add before 6.1-rc2 if possible). The output from git request-pull: ---------------------------------------------------------------- The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5: Linux 6.0-rc3 (2022-08-28 15:05:29 -0700) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.1-rc1 for you to fetch changes up to 099d387ebbcd70c6adc906ab5b66ef639c09dede: watchdog: twl4030_wdt: add missing mod_devicetable.h include (2022-10-07 11:03:25 +0200) ---------------------------------------------------------------- linux-watchdog 6.1-rc1 tag ---------------------------------------------------------------- Alice Guo (1): watchdog: imx93: add watchdog timer on imx93 Anson Huang (1): watchdog: imx7ulp: Move suspend/resume to noirq phase Bo Liu (1): watchdog: Check dev_set_name() return value Chanho Park (2): dt-bindings: watchdog: add exynosautov9 compatible watchdog: s3c2410_wdt: support exynosautov9 watchdog Chin-Ting Kuo (1): watchdog: aspeed_wdt: Reorder output signal register configuration Dan Carpenter (1): watchdog: ftwdt010_wdt: fix test for platform_get_irq() failure David Müller (1): watchdog: Exar/MaxLinear XR28V38x driver Dmitry Torokhov (2): watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get() watchdog: twl4030_wdt: add missing mod_devicetable.h include Henning Schild (1): watchdog: w83627hf_wdt: add bootstatus support Jacky Bai (1): watchdog: imx7ulp: Add explict memory barrier for unlock sequence Jason Liu (1): watchdog: imx7ulp_wdt: init wdog when it was active Jason Wang (1): watchdog: w83977f_wdt: Fix comment typo Jean Delvare (1): watchdog: wdat_wdt: Set the min and max timeout values properly Jerry Hoemann (2): watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODING watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems. Johan Jonker (1): dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt Jonathan Neuschäfer (1): watchdog: npcm: Enable clock if provided Nobuhiro Iwamatsu (1): dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock properties Pali Rohár (1): watchdog: armada_37xx_wdt: Fix .set_timeout callback Phil Edworthy (2): dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support watchdog: rzg2l_wdt: Add rzv2m support Philippe Boos (1): watchdog: meson: keep running if already active Sergei Antonov (1): watchdog: ftwdt010_wdt: implement _restart() function Sergio Paracuellos (1): dt-bindings: watchdog: migrate mt7621 text bindings to YAML Sergiu Moga (1): watchdog: dt-bindings: atmel,at91sam9-wdt: convert to json-schema Srinivas Neeli (1): dt-bindings: watchdog: Convert Xilinx watchdog bindings to json-schema Thanh Quan (1): dt-bindings: watchdog: renesas-wdt: Add r8a779g0 support Vladimir Panteleev (1): watchdog: sp5100_tco: Add "action" module parameter Ye Li (3): watchdog: imx7ulp_wdt: Check CMD32EN in wdog init watchdog: imx7ulp_wdt: Fix RCS timeout issue watchdog: imx7ulp_wdt: Handle wdog reconfigure failure shaomin Deng (1): watchdog: eurotechwdt: Remove redundant word in comments sunliming (1): watchdog: sa1100: make variable sa1100dog_driver static ye xingchen (1): watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the code .../bindings/watchdog/atmel,at91sam9-wdt.yaml | 127 ++++++ .../devicetree/bindings/watchdog/atmel-wdt.txt | 51 --- .../bindings/watchdog/mediatek,mt7621-wdt.yaml | 33 ++ .../devicetree/bindings/watchdog/mt7621-wdt.txt | 12 - .../devicetree/bindings/watchdog/of-xilinx-wdt.txt | 26 -- .../devicetree/bindings/watchdog/renesas,wdt.yaml | 74 +++- .../devicetree/bindings/watchdog/samsung-wdt.yaml | 3 + .../devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + .../bindings/watchdog/toshiba,visconti-wdt.yaml | 12 +- .../bindings/watchdog/xlnx,xps-timebase-wdt.yaml | 68 ++++ drivers/watchdog/Kconfig | 15 +- drivers/watchdog/Makefile | 1 + drivers/watchdog/armada_37xx_wdt.c | 2 + drivers/watchdog/aspeed_wdt.c | 12 +- drivers/watchdog/bd9576_wdt.c | 51 ++- drivers/watchdog/eurotechwdt.c | 2 +- drivers/watchdog/exar_wdt.c | 427 +++++++++++++++++++++ drivers/watchdog/ftwdt010_wdt.c | 25 +- drivers/watchdog/hpwdt.c | 2 + drivers/watchdog/imx7ulp_wdt.c | 212 +++++++--- drivers/watchdog/meson_gxbb_wdt.c | 24 +- drivers/watchdog/npcm_wdt.c | 16 + drivers/watchdog/rti_wdt.c | 3 +- drivers/watchdog/rzg2l_wdt.c | 39 +- drivers/watchdog/s3c2410_wdt.c | 41 +- drivers/watchdog/sa1100_wdt.c | 2 +- drivers/watchdog/sp5100_tco.c | 13 +- drivers/watchdog/twl4030_wdt.c | 1 + drivers/watchdog/w83627hf_wdt.c | 12 +- drivers/watchdog/w83977f_wdt.c | 2 +- drivers/watchdog/watchdog_dev.c | 6 +- drivers/watchdog/wdat_wdt.c | 5 +- 32 files changed, 1097 insertions(+), 223 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/atmel,at91sam9-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/atmel-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/mediatek,mt7621-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/mt7621-wdt.txt delete mode 100644 Documentation/devicetree/bindings/watchdog/of-xilinx-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml create mode 100644 drivers/watchdog/exar_wdt.c ---------------------------------------------------------------- Kind regards, Wim.