Re: [PATCH 3/6] watchdog/hpwdt: Have core ping watchdog.

2019-06-06 Thread Guenter Roeck
On Fri, May 17, 2019 at 02:59:40PM -0600, Jerry Hoemann wrote: > Instead of stopping the hw timer during probe, have the core update > the timer if the timer is already running. > > Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck > --- > drivers/watchdog/hpwdt.c | 12 ++-- >

[PATCH 3/6] watchdog/hpwdt: Have core ping watchdog.

2019-05-17 Thread Jerry Hoemann
Instead of stopping the hw timer during probe, have the core update the timer if the timer is already running. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/hpwdt.c