Re: [PATCH v5 1/2] watchdog_core: Add watchdog registration deferral mechanism

2015-06-11 Thread Jean-Baptiste Theou
Guenter, Thanks a lot for your help and valuable feedbacks during this process JB On Tue, 9 Jun 2015 22:40:41 -0700 Guenter Roeck wrote: > On 06/09/2015 09:55 AM, Jean-Baptiste Theou wrote: > > Currently, watchdog subsystem require the misc subsystem to > > register a watchdog. This may not be

Re: [PATCH v5 1/2] watchdog_core: Add watchdog registration deferral mechanism

2015-06-09 Thread Guenter Roeck
On 06/09/2015 09:55 AM, Jean-Baptiste Theou wrote: Currently, watchdog subsystem require the misc subsystem to register a watchdog. This may not be the case in case of an early registration of a watchdog, which can be required when the watchdog cannot be disabled. This patch introduces a deferra

[PATCH v5 1/2] watchdog_core: Add watchdog registration deferral mechanism

2015-06-09 Thread Jean-Baptiste Theou
Currently, watchdog subsystem require the misc subsystem to register a watchdog. This may not be the case in case of an early registration of a watchdog, which can be required when the watchdog cannot be disabled. This patch introduces a deferral mechanism to remove this requirement. Signed-off-b