]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT support
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 24 Sep 2019 14:31:16 +0000 (17:31 +0300)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 18 Nov 2019 18:53:39 +0000 (19:53 +0100)
commitff0aaacb6f26e72f6eb9220eb3b479ffb46b592d
treea04110eb72157c09bf20be5dd41f93bf69914304
parent86865322d227c82dd6edc5970d5b554a391fb2eb
watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT support

Normally, the watchdog is disabled when /dev/watchdog is closed, but if
CONFIG_WATCHDOG_NOWAYOUT is defined, then it means that the watchdog should
remain enabled. So we should keep it enabled if CONFIG_WATCHDOG_NOWAYOUT
is defined.

Reported-by: Razvan Becheriu <razvan.becheriu@qualitance.com>
Cc: Ferry Toth <fntoth@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Razvan Becheriu <razvan.becheriu@gmail.com>
Link: https://lore.kernel.org/r/20190924143116.69823-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/intel-mid_wdt.c