Re: [PATCH v1 6/6] watchdog: add watchdog poller

2018-03-08 Thread Jan Lübbe
Hi Oleksij, On Thu, 2018-03-08 at 15:16 +0100, Oleksij Rempel wrote: > > Also, it should be documented explicitly, that this will cause barebox > > to keep triggering the watchdog, even when it drops to the shell after > > a boot error. This makes it unsuitable for unattended use. > > I would pre

Re: [PATCH v1 6/6] watchdog: add watchdog poller

2018-03-08 Thread Oleksij Rempel
Hi, thank you for review. Am 08.03.2018 um 14:49 schrieb Jan Lübbe: > Hi Oleksij, > > On Thu, 2018-03-08 at 12:05 +0100, Oleksij Rempel wrote: >> In some cases it is practical to supervise as match as possible of > s/match/much/ >> barebox execution with watchdog (or multiple watchdogs). This >

Re: [PATCH v1 6/6] watchdog: add watchdog poller

2018-03-08 Thread Jan Lübbe
Hi Oleksij, On Thu, 2018-03-08 at 12:05 +0100, Oleksij Rempel wrote: > In some cases it is practical to supervise as match as possible of s/match/much/ > barebox execution with watchdog (or multiple watchdogs). This ^ the ^ a > patch provide async poller for watchdog core framewo

[PATCH v1 6/6] watchdog: add watchdog poller

2018-03-08 Thread Oleksij Rempel
In some cases it is practical to supervise as match as possible of barebox execution with watchdog (or multiple watchdogs). This patch provide async poller for watchdog core framework which can be enabled by user and store this configuration to nv. Signed-off-by: Oleksij Rempel --- drivers/watch