Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1399028 > unrolled thread
| Started by | William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|---|
| First post | 2016-05-11 14:50 +0200 |
| Last post | 2016-05-11 16:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Documentation: Add ebc-c384_wdt watchdog-parameters.txt entry William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-05-11 14:50 +0200
Re: [PATCH] Documentation: Add ebc-c384_wdt watchdog-parameters.txt entry Guenter Roeck <linux@roeck-us.net> - 2016-05-11 16:30 +0200
| From | William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|---|
| Date | 2016-05-11 14:50 +0200 |
| Subject | [PATCH] Documentation: Add ebc-c384_wdt watchdog-parameters.txt entry |
| Message-ID | <rxBKq-8nL-13@gated-at.bofh.it> |
The WinSystems EBC-C384 watchdog timer driver supports two module parameters: timeout and nowayout. These parameters should be documented in the watchdog-parameters.txt file. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> --- Documentation/watchdog/watchdog-parameters.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt index c161399..a8d3642 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt @@ -86,6 +86,10 @@ nowayout: Watchdog cannot be stopped once started davinci_wdt: heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60 ------------------------------------------------- +ebc-c384_wdt: +timeout: Watchdog timeout in seconds. (1<=timeout<=15300, default=60) +nowayout: Watchdog cannot be stopped once started +------------------------------------------------- ep93xx_wdt: nowayout: Watchdog cannot be stopped once started timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=TBD) -- 2.7.3
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2016-05-11 16:30 +0200 |
| Subject | Re: [PATCH] Documentation: Add ebc-c384_wdt watchdog-parameters.txt entry |
| Message-ID | <rxDjc-1to-33@gated-at.bofh.it> |
| In reply to | #1399028 |
On Wed, May 11, 2016 at 08:47:46AM -0400, William Breathitt Gray wrote: > The WinSystems EBC-C384 watchdog timer driver supports two module > parameters: timeout and nowayout. These parameters should be documented > in the watchdog-parameters.txt file. > > Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > Documentation/watchdog/watchdog-parameters.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt > index c161399..a8d3642 100644 > --- a/Documentation/watchdog/watchdog-parameters.txt > +++ b/Documentation/watchdog/watchdog-parameters.txt > @@ -86,6 +86,10 @@ nowayout: Watchdog cannot be stopped once started > davinci_wdt: > heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60 > ------------------------------------------------- > +ebc-c384_wdt: > +timeout: Watchdog timeout in seconds. (1<=timeout<=15300, default=60) > +nowayout: Watchdog cannot be stopped once started > +------------------------------------------------- > ep93xx_wdt: > nowayout: Watchdog cannot be stopped once started > timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=TBD) > -- > 2.7.3 >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web