diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-02-29 07:54:46 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 18:25:47 +0300 |
commit | c36a483d80072f7efdd09e94dd733120dc8ecfb2 (patch) | |
tree | 62df8d55ffb344928a16a8361cce52afc942fa8e /MAINTAINERS | |
parent | 70f3997667fb127333862977ba4fd3e855fbf617 (diff) | |
download | linux-c36a483d80072f7efdd09e94dd733120dc8ecfb2.tar.xz |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index da3e4d8016d0..88b769a0edde 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11870,6 +11870,12 @@ M: David Härdeman <david@hardeman.nu> S: Maintained F: drivers/media/rc/winbond-cir.c +WINSYSTEMS EBC-C384 WATCHDOG DRIVER +M: William Breathitt Gray <vilhelm.gray@gmail.com> +L: linux-watchdog@vger.kernel.org +S: Maintained +F: drivers/watchdog/ebc-c384_wdt.c + WIMAX STACK M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> M: linux-wimax@intel.com |