Merge tag 'linux-watchdog-4.17-rc1' of git://www.linux-watchdog.org/linux-watchdog
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Apr 2018 22:43:50 +0000 (15:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Apr 2018 22:43:50 +0000 (15:43 -0700)
Pull watchdog updates from Wim Van Sebroeck:

 - Add Nuvoton NPCM watchdog driver

 - renesas_wdt: Add R-Car Gen2 support

 - renesas_wdt: add suspend/resume and restart handler support

 - hpwdt: convert to watchdog core and improve NMI

 - improve timeout setting/handling in various drivers

 - coh901327: make license text and module licence match

 - fix error handling in asm9260_wdt, sprd_wdt and davinci_wdt

 - aspeed imrovements

 - dw improvements (for control register & suspend/resume)

 - add SPDX identifiers for watchdog subsystem

* tag 'linux-watchdog-4.17-rc1' of git://www.linux-watchdog.org/linux-watchdog: (35 commits)
  watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
  watchdog: add SPDX identifiers for watchdog subsystem
  watchdog: aspeed: Allow configuring for alternate boot
  watchdog: Add Nuvoton NPCM watchdog driver
  dt-bindings: watchdog: Add Nuvoton NPCM description
  watchdog: dw: save/restore control and timeout across suspend/resume
  watchdog: dw: RMW the control register
  watchdog: sprd_wdt: Fix error handling in sprd_wdt_enable()
  watchdog: aspeed: Fix translation of reset mode to ctrl register
  watchdog: renesas_wdt: Add restart handler
  watchdog: renesas_wdt: Add R-Car Gen2 support
  watchdog: renesas_wdt: Add suspend/resume support
  watchdog: f71808e_wdt: Fix WD_EN register read
  watchdog: hpwdt: Update driver version.
  watchdog: hpwdt: Add dynamic debug
  watchdog: hpwdt: Programable Pretimeout NMI
  watchdog: hpwdt: remove allow_kdump module parameter.
  watchdog: hpwdt: condition early return of NMI handler on iLO5
  watchdog: hpwdt: Modify to use watchdog core.
  watchdog: hpwdt: Update nmi_panic message.
  ...

1  2 
Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt
drivers/watchdog/Kconfig
drivers/watchdog/Makefile

index 04fc368d828fb30d781d9cd6982d198525edf7f8,49900e72f6b131e781d5464998adfebfb41289b3..ed11ce0ac8362d687bdfcc9041194deb5f4ee265
@@@ -2,12 -2,13 +2,15 @@@ Allwinner SoCs Watchdog time
  
  Required properties:
  
 -- compatible : should be either "allwinner,sun4i-a10-wdt" or
 -               "allwinner,sun6i-a31-wdt"
 +- compatible : should be one of
 +      "allwinner,sun4i-a10-wdt"
 +      "allwinner,sun6i-a31-wdt"
 +      "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt"
  - reg : Specifies base physical address and size of the registers.
  
+ Optional properties:
+ - timeout-sec : Contains the watchdog timeout in seconds
  Example:
  
  wdt: watchdog@1c20c90 {
Simple merge
Simple merge