RE: [PATCH v1 1/2] watchdog: add global watchdog kernel module parameters structure

2021-03-09 Thread Flavio Suligoi
> Hi, > Hi Randy, > On 3/8/21 3:21 AM, Flavio Suligoi wrote: > > Different watchdog modules frequently require the same type of > > parameters (for example: timeout, nowayout feature, start wdog on > > module insertion, etc.). ... > > +In this way, each driver can read these "global"

Re: [PATCH v1 1/2] watchdog: add global watchdog kernel module parameters structure

2021-03-08 Thread Randy Dunlap
Hi, On 3/8/21 3:21 AM, Flavio Suligoi wrote: > Different watchdog modules frequently require the same type of parameters > (for example: timeout, nowayout feature, start wdog on module insertion, > etc.). > Instead of adding this kind of module parameters independently to each > driver, the best

[PATCH v1 1/2] watchdog: add global watchdog kernel module parameters structure

2021-03-08 Thread Flavio Suligoi
Different watchdog modules frequently require the same type of parameters (for example: timeout, nowayout feature, start wdog on module insertion, etc.). Instead of adding this kind of module parameters independently to each driver, the best solution is declaring each feature only once, in the