]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: WatchDog Timer Driver Core - Add basic framework
authorWim Van Sebroeck <wim@iguana.be>
Fri, 22 Jul 2011 18:55:18 +0000 (18:55 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 22 Jul 2011 18:55:18 +0000 (18:55 +0000)
commit2b5b4e2664c713bb36c48abbde635cb51917a327
tree7d68d2bc36996fca7603ab10dd38faca4822bb18
parent71934d42e019683a9f237669252651d88bf87eda
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>
Documentation/watchdog/00-INDEX
Documentation/watchdog/watchdog-kernel-api.txt [new file with mode: 0644]
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/watchdog_core.c [new file with mode: 0644]
drivers/watchdog/watchdog_dev.c [new file with mode: 0644]
drivers/watchdog/watchdog_dev.h [new file with mode: 0644]
include/linux/watchdog.h