mbox series

[V9,RESEND,0/2] watchdog: mtk: support pre-timeout when the bark irq is available

Message ID 1622425895-32111-1-git-send-email-wangqing@vivo.com (mailing list archive)
Headers show
Series watchdog: mtk: support pre-timeout when the bark irq is available | expand

Message

王擎 May 31, 2021, 1:51 a.m. UTC
Use the bark interrupt as the pretimeout notifier if available.
The pretimeout notification shall occur at timeout-sec/2.

Wang Qing (2):
  watchdog: mtk: support pre-timeout when the bark irq is available
  doc: mtk-wdt: support pre-timeout when the bark irq is available

 .../devicetree/bindings/watchdog/mtk-wdt.txt       |  5 ++
 drivers/watchdog/mtk_wdt.c                         | 77 ++++++++++++++++++++--
 2 files changed, 77 insertions(+), 5 deletions(-)

Comments

Guenter Roeck June 2, 2021, 10:45 a.m. UTC | #1
On Mon, May 31, 2021 at 09:51:33AM +0800, Wang Qing wrote:
> Use the bark interrupt as the pretimeout notifier if available.
> The pretimeout notification shall occur at timeout-sec/2.
> 
> Wang Qing (2):
>   watchdog: mtk: support pre-timeout when the bark irq is available
>   doc: mtk-wdt: support pre-timeout when the bark irq is available
> 
>  .../devicetree/bindings/watchdog/mtk-wdt.txt       |  5 ++
>  drivers/watchdog/mtk_wdt.c                         | 77 ++++++++++++++++++++--
>  2 files changed, 77 insertions(+), 5 deletions(-)
> 

The series is already included in my watchdog-next branch, making this just
noise. On top of that, it is v2 without change log, meaning I have no idea
what changed since v1 and if it is different to the version I queued.
If it wasn't queued already, you'd get a message telling you to resubmit
with change log. As it is, I'll keep my version and drop this one.
Wim to decide what to do with it.

Guenter