Re: [PATCH v2 2/2] mfd: da9063: fix watchdog ping execution

2019-11-05 Thread Sascha Hauer
On Mon, Nov 04, 2019 at 11:28:06AM +0100, Marco Felsch wrote: > The watchdog resets the system if the watchdog gets pinged to fast. > Between each watchdog ping must be a pause of at least 200ms. This > commit fixes that by rejecting two fast requests. > > Signed-off-by: Marco Felsch > --- > @@ -

[PATCH v2 2/2] mfd: da9063: fix watchdog ping execution

2019-11-04 Thread Marco Felsch
The watchdog resets the system if the watchdog gets pinged to fast. Between each watchdog ping must be a pause of at least 200ms. This commit fixes that by rejecting two fast requests. Signed-off-by: Marco Felsch --- Hi, after the a discussion we decided to change the busy wait behaviour. Now th