All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6]Enhance support for the SP805 WDT
@ 2018-05-23 20:32 ` Ray Jui
  0 siblings, 0 replies; 18+ messages in thread
From: Ray Jui @ 2018-05-23 20:32 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland,
	Frank Rowand, Catalin Marinas, Will Deacon, Robin Murphy
  Cc: linux-watchdog, devicetree, linux-arm-kernel, linux-kernel,
	bcm-kernel-feedback-list, Ray Jui

This patch series enhances the support for the SP805 watchdog timer.
First of all, 'timeout-sec' devicetree property is added. In addition,
support is also added to allow the driver to reset the watchdog if it
has been detected that watchdot has been started in the bootloader. In
this case, the driver will initiate the ping service from the kernel
watchdog subsystem, before a user mode daemon takes over. This series
also enables SP805 in the default ARM64 defconfig

This patch series is based off v4.17-rc5 and is available on GIHUB:
repo: https://github.com/Broadcom/arm64-linux.git
branch: sp805-wdt-v2

Changes since v1:
 - Consolidate two duplicated SP805 binding documents into one
 - Slight change of the wdt_is_running implementation per discussion

Ray Jui (6):
  Documentation: DT: Consolidate SP805 binding docs
  Documentation: DT: Add optional 'timeout-sec' property for sp805
  watchdog: sp805: add 'timeout-sec' DT property support
  watchdog: sp805: set WDOG_HW_RUNNING when appropriate
  arm64: dt: set initial SR watchdog timeout to 60 seconds
  arm64: defconfig: add CONFIG_ARM_SP805_WATCHDOG

 .../devicetree/bindings/watchdog/arm,sp805.txt     | 22 ++++++++++++---
 .../devicetree/bindings/watchdog/sp805-wdt.txt     | 31 ----------------------
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |  1 +
 arch/arm64/configs/defconfig                       |  1 +
 drivers/watchdog/sp805_wdt.c                       | 28 ++++++++++++++++++-
 5 files changed, 47 insertions(+), 36 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/watchdog/sp805-wdt.txt

-- 
2.1.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-05-23 23:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23 20:32 [PATCH v2 0/6]Enhance support for the SP805 WDT Ray Jui
2018-05-23 20:32 ` Ray Jui
2018-05-23 20:32 ` [PATCH v2 1/6] Documentation: DT: Consolidate SP805 binding docs Ray Jui
2018-05-23 20:32   ` Ray Jui
2018-05-23 20:32 ` [PATCH v2 2/6] Documentation: DT: Add optional 'timeout-sec' property for sp805 Ray Jui
2018-05-23 20:32   ` Ray Jui
2018-05-23 22:29   ` Guenter Roeck
2018-05-23 22:29     ` Guenter Roeck
2018-05-23 23:51     ` Ray Jui
2018-05-23 23:51       ` Ray Jui
2018-05-23 20:32 ` [PATCH v2 3/6] watchdog: sp805: add 'timeout-sec' DT property support Ray Jui
2018-05-23 20:32   ` Ray Jui
2018-05-23 20:32 ` [PATCH v2 4/6] watchdog: sp805: set WDOG_HW_RUNNING when appropriate Ray Jui
2018-05-23 20:32   ` Ray Jui
2018-05-23 20:32 ` [PATCH v2 5/6] arm64: dt: set initial SR watchdog timeout to 60 seconds Ray Jui
2018-05-23 20:32   ` Ray Jui
2018-05-23 20:32 ` [PATCH v2 6/6] arm64: defconfig: add CONFIG_ARM_SP805_WATCHDOG Ray Jui
2018-05-23 20:32   ` Ray Jui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.