diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-02-28 23:54:46 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 10:25:47 -0500 |
commit | c36a483d80072f7efdd09e94dd733120dc8ecfb2 (patch) | |
tree | 62df8d55ffb344928a16a8361cce52afc942fa8e /MAINTAINERS | |
parent | 70f3997667fb127333862977ba4fd3e855fbf617 (diff) |
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> | |||
11870 | S: Maintained | 11870 | S: Maintained |
11871 | F: drivers/media/rc/winbond-cir.c | 11871 | F: drivers/media/rc/winbond-cir.c |
11872 | 11872 | ||
11873 | WINSYSTEMS EBC-C384 WATCHDOG DRIVER | ||
11874 | M: William Breathitt Gray <vilhelm.gray@gmail.com> | ||
11875 | L: linux-watchdog@vger.kernel.org | ||
11876 | S: Maintained | ||
11877 | F: drivers/watchdog/ebc-c384_wdt.c | ||
11878 | |||
11873 | WIMAX STACK | 11879 | WIMAX STACK |
11874 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 11880 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
11875 | M: linux-wimax@intel.com | 11881 | M: linux-wimax@intel.com |