[PATCH v2 2/2] watchdog: dw: save/restore control and timeout across suspend/resume

2018-03-09 Thread Brian Norris
Some platforms lose this state in suspend. It should be safe to do this unconditionally. Signed-off-by: Brian Norris Reviewed-by: Guenter Roeck --- v2: no change --- drivers/watchdog/dw_wdt.c | 9 + 1 file changed, 9 insertions(+) diff

[PATCH v2 2/2] watchdog: dw: save/restore control and timeout across suspend/resume

2018-03-09 Thread Brian Norris
Some platforms lose this state in suspend. It should be safe to do this unconditionally. Signed-off-by: Brian Norris Reviewed-by: Guenter Roeck --- v2: no change --- drivers/watchdog/dw_wdt.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/watchdog/dw_wdt.c