]> git.karo-electronics.de Git - linux-beck.git/commit
watchdog: Introduce hardware maximum heartbeat in watchdog core
authorGuenter Roeck <linux@roeck-us.net>
Sun, 28 Feb 2016 21:12:15 +0000 (13:12 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 16 Mar 2016 20:11:14 +0000 (21:11 +0100)
commit664a39236e718f9f03fa73fc01006da9ced04efc
tree116bfdc2660493a14cc08769d23236c1070b533a
parentfb32e9b9deeb5df2913deb7d2ae8c36f4f66ecf3
watchdog: Introduce hardware maximum heartbeat in watchdog core

Introduce an optional hardware maximum heartbeat in the watchdog core.
The hardware maximum heartbeat can be lower than the maximum timeout.

Drivers can set the maximum hardware heartbeat value in the watchdog data
structure. If the configured timeout exceeds the maximum hardware heartbeat,
the watchdog core enables a timer function to assist sending keepalive
requests to the watchdog driver.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/watchdog/watchdog-kernel-api.txt
drivers/watchdog/watchdog_dev.c
include/linux/watchdog.h