watchdog: Add watchdog timer support for the WinSystems EBC-C384
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Mon, 29 Feb 2016 04:54:46 +0000 (23:54 -0500)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 1 Mar 2016 15:25:47 +0000 (16:25 +0100)
commitc36a483d80072f7efdd09e94dd733120dc8ecfb2
tree62df8d55ffb344928a16a8361cce52afc942fa8e
parent70f3997667fb127333862977ba4fd3e855fbf617
watchdog: Add watchdog timer support for the WinSystems EBC-C384

The WinSystems EBC-C384 has an onboard watchdog timer. The timeout range
supported by the watchdog timer is 1 second to 255 minutes. Timeouts
under 256 seconds have a 1 second granularity, while the rest have a 1
minute granularity.

This driver adds watchdog timer support for this onboard watchdog timer.
The timeout may be configured via the timeout module parameter.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
MAINTAINERS
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/ebc-c384_wdt.c [new file with mode: 0644]
This page took 0.025304 seconds and 5 git commands to generate.