Re: [PATCH] watchdog: qcom: add support for the bark interrupt

2019-09-05 Thread Jorge Ramirez
On 9/5/19 18:39, Bjorn Andersson wrote: > On Thu 05 Sep 09:21 PDT 2019, Jorge Ramirez-Ortiz wrote: > >> Use the bark interrupt to notify the bark event. Since the bark and bite >> timeouts are identical, increase the bite timeout by one second so >> that the bark event can be logged to the console

Re: [PATCH] watchdog: qcom: add support for the bark interrupt

2019-09-05 Thread Bjorn Andersson
On Thu 05 Sep 09:21 PDT 2019, Jorge Ramirez-Ortiz wrote: > Use the bark interrupt to notify the bark event. Since the bark and bite > timeouts are identical, increase the bite timeout by one second so > that the bark event can be logged to the console. > Afaict you should tie the bark to the "pr

[PATCH] watchdog: qcom: add support for the bark interrupt

2019-09-05 Thread Jorge Ramirez-Ortiz
Use the bark interrupt to notify the bark event. Since the bark and bite timeouts are identical, increase the bite timeout by one second so that the bark event can be logged to the console. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/watchdog/qcom-wdt.c | 42 ++