Re: [PATCH] watchdog: mpc8xxx: use the core worker function

2017-11-07 Thread Christophe LEROY
Le 07/11/2017 à 23:56, Guenter Roeck a écrit : On Tue, Nov 07, 2017 at 05:23:56PM +0100, Christophe Leroy wrote: The watchdog core includes a worker function which pings the watchdog until user app starts pinging it and which also pings it if the HW require more frequent pings. Use that functio

Re: [PATCH] watchdog: mpc8xxx: use the core worker function

2017-11-07 Thread Guenter Roeck
On Tue, Nov 07, 2017 at 05:23:56PM +0100, Christophe Leroy wrote: > The watchdog core includes a worker function which pings the > watchdog until user app starts pinging it and which also > pings it if the HW require more frequent pings. > Use that function instead of the dedicated timer. > In the

[PATCH] watchdog: mpc8xxx: use the core worker function

2017-11-07 Thread Christophe Leroy
The watchdog core includes a worker function which pings the watchdog until user app starts pinging it and which also pings it if the HW require more frequent pings. Use that function instead of the dedicated timer. In the mean time, we can allow the user to change the timeout. Then change the tim