Re: [PATCH] watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdog

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 18/11/15 17:24, Guenter Roeck wrote:
On 11/17/2015 06:45 PM, Nicolas Boichat wrote:
WDT_MODE value need to be or-ed with MODE_KEY when setting
watchdog mode. Add it to mtk_wdt_stop function, so that the
watchdog can be stopped (e.g. during suspend).

Signed-off-by: Nicolas Boichat <drinkcat@xxxxxxxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

Acked-by: Matthias Brugger <matthias.bgg@xxxxxxxxx>


---
  drivers/watchdog/mtk_wdt.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c
index 6ad9df9..b751f43 100644
--- a/drivers/watchdog/mtk_wdt.c
+++ b/drivers/watchdog/mtk_wdt.c
@@ -123,6 +123,7 @@ static int mtk_wdt_stop(struct watchdog_device
*wdt_dev)

      reg = readl(wdt_base + WDT_MODE);
      reg &= ~WDT_MODE_EN;
+    reg |= WDT_MODE_KEY;
      iowrite32(reg, wdt_base + WDT_MODE);

      return 0;


--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux