Home
last modified time | relevance | path

Searched hist:"43316044 d4f64da008d6aca7d4b60771b9a24eb8" (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dwatchdog.hdiff 43316044d4f64da008d6aca7d4b60771b9a24eb8 Fri Jul 22 20:55:18 CEST 2011 Wim Van Sebroeck <wim@iguana.be> watchdog: WatchDog Timer Driver Core - Add basic framework

The WatchDog Timer Driver Core is a framework
that contains the common code for all watchdog-driver's.
It also introduces a watchdog device structure and the
operations that go with it.

This is the introduction of this framework. This part
supports the minimal watchdog userspace API (or with
other words: the functionality to use /dev/watchdog's
open, release and write functionality as defined in
the simplest watchdog API). Extra functionality will
follow in the next set of patches.

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>