Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watchdog
Pull watchdog updates from Wim Van Sebroeck: - add new arm_smc_wdt watchdog driver - da9062 and da9063 improvements - clarify documentation about stop() that became optional - document r8a7742 support - some overall fixes and improvements * tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watchdog: watchdog: m54xx: Add missing include dt-bindings: watchdog: renesas,wdt: Document r8a7742 support watchdog: Fix runtime PM imbalance on error watchdog: riowd: remove unneeded semicolon watchdog: Add new arm_smc_wdt watchdog driver dt-bindings: watchdog: Add ARM smc wdt for mt8173 watchdog watchdog: imx2_wdt: update contact email watchdog: iTCO: fix link error watchdog: da9062: No need to ping manually before setting timeout watchdog: da9063: Make use of pre-configured timeout during probe watchdog: da9062: Initialize timeout during probe watchdog: clarify that stop() is optional watchdog: imx_sc_wdt: Fix reboot on crash watchdog: ts72xx_wdt: fix build error
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml 37 additions, 0 deletionsDocumentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml
- Documentation/devicetree/bindings/watchdog/renesas,wdt.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/watchdog/renesas,wdt.txt
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- arch/arm64/configs/defconfig 1 addition, 0 deletionsarch/arm64/configs/defconfig
- drivers/watchdog/Kconfig 14 additions, 0 deletionsdrivers/watchdog/Kconfig
- drivers/watchdog/Makefile 1 addition, 0 deletionsdrivers/watchdog/Makefile
- drivers/watchdog/arm_smc_wdt.c 188 additions, 0 deletionsdrivers/watchdog/arm_smc_wdt.c
- drivers/watchdog/da9062_wdt.c 22 additions, 10 deletionsdrivers/watchdog/da9062_wdt.c
- drivers/watchdog/da9063_wdt.c 14 additions, 6 deletionsdrivers/watchdog/da9063_wdt.c
- drivers/watchdog/imx2_wdt.c 1 addition, 1 deletiondrivers/watchdog/imx2_wdt.c
- drivers/watchdog/imx_sc_wdt.c 5 additions, 0 deletionsdrivers/watchdog/imx_sc_wdt.c
- drivers/watchdog/m54xx_wdt.c 1 addition, 0 deletionsdrivers/watchdog/m54xx_wdt.c
- drivers/watchdog/omap_wdt.c 1 addition, 0 deletionsdrivers/watchdog/omap_wdt.c
- drivers/watchdog/riowd.c 1 addition, 1 deletiondrivers/watchdog/riowd.c
drivers/watchdog/arm_smc_wdt.c
0 → 100644
Please register or sign in to comment