RE: [PATCH v1] watchdog: add new parameter to start the watchdog on module insertion

2021-04-13 Thread Flavio Suligoi
Hi Guenter, ... > >>> The new parameter "start_enabled" starts the watchdog at the same time > >>> of the module insertion. > >>> This feature is very useful in embedded systems, to avoid cases where > >>> the system hangs before reaching userspace. > >>> > >>> This function can be also enabled i

Re: [PATCH v1] watchdog: add new parameter to start the watchdog on module insertion

2021-04-12 Thread Guenter Roeck
On 4/12/21 1:29 AM, Flavio Suligoi wrote: > Hi Guenter, > > ... > >> On 4/9/21 2:34 AM, Flavio Suligoi wrote: >>> The new parameter "start_enabled" starts the watchdog at the same time >>> of the module insertion. >>> This feature is very useful in embedded systems, to avoid cases where >>> the s

RE: [PATCH v1] watchdog: add new parameter to start the watchdog on module insertion

2021-04-12 Thread Flavio Suligoi
Hi Guenter, ... > On 4/9/21 2:34 AM, Flavio Suligoi wrote: > > The new parameter "start_enabled" starts the watchdog at the same time > > of the module insertion. > > This feature is very useful in embedded systems, to avoid cases where > > the system hangs before reaching userspace. > > > > This

Re: [PATCH v1] watchdog: add new parameter to start the watchdog on module insertion

2021-04-09 Thread Guenter Roeck
On 4/9/21 2:34 AM, Flavio Suligoi wrote: > The new parameter "start_enabled" starts the watchdog at the same time > of the module insertion. > This feature is very useful in embedded systems, to avoid cases where > the system hangs before reaching userspace. > > This function can be also enabled i

[PATCH v1] watchdog: add new parameter to start the watchdog on module insertion

2021-04-09 Thread Flavio Suligoi
The new parameter "start_enabled" starts the watchdog at the same time of the module insertion. This feature is very useful in embedded systems, to avoid cases where the system hangs before reaching userspace. This function can be also enabled in the kernel config, so can be used when the watchdog