mbox series

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

Message ID 1619315527-8171-1-git-send-email-wangqing@vivo.com
Headers show
Series watchdog: mtk: support pre-timeout when the bark irq is available | expand

Message

Qing Wang April 25, 2021, 1:52 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

Qing Wang April 28, 2021, 1:51 a.m. UTC | #1
>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(-)
>
>-- 
>2.7.4
>

Hi Guenter:
Please help review this version, if there is no problem, 
can you pick up to the next branch?

Thanks,
Qing