]> git.baikalelectronics.ru Git - kernel.git/commit
[WATCHDOG] Basic support for GE Fanuc's FPGA based watchdog timer
authorMartyn Welch <martyn.welch@gefanuc.com>
Mon, 10 Nov 2008 12:31:26 +0000 (12:31 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 12 Jan 2009 20:08:42 +0000 (20:08 +0000)
commit693b47e6213515ff812621ecc2c95d0eff3a4665
tree009133a59acb06a84b98e656f18950f392aca86c
parent443725ab0ff35e355fb0bb82518010a8d482fe92
[WATCHDOG] Basic support for GE Fanuc's FPGA based watchdog timer

GE Fanuc SBC610

Support for the FPGA based watchdog timer as found on GE Fanuc's SBC310,
SBC610 and PPC9A Single Board Computers.

This patch adds support for the watchdog timer found in one of the devices
FPGAs. There are two identical watchdog timers at different offsets in the
above mentioned boards, this driver is capable of supporting one of them.
The watchdog timers are also capable of generating interrupts at a
user-configurable threshold, though support for this operation is currently
not supported by the driver.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/gef_wdt.c [new file with mode: 0644]