Re: [PATCH v2 1/2] watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriate

2018-01-12 Thread Guenter Roeck
On Fri, Jan 12, 2018 at 09:44:53AM +, André Draszik wrote: > If the watchdog hardware is enabled/running during boot, e.g. > due to a boot loader configuring it, we must tell the > watchdog framework about this fact so that it can ping the > watchdog until userspace opens the device and takes o

[PATCH v2 1/2] watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriate

2018-01-12 Thread André Draszik
If the watchdog hardware is enabled/running during boot, e.g. due to a boot loader configuring it, we must tell the watchdog framework about this fact so that it can ping the watchdog until userspace opens the device and takes over control. Do so using the WDOG_HW_RUNNING flag that exists for exac