Thread (16 messages) 16 messages, 4 authors, 2015-03-02

[STLinux Kernel] [PATCH v3 5/8] watchdog: st_wdt: Add new driver for ST's LPC Watchdog

From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-03-02 07:56:53
Also in: linux-devicetree, linux-watchdog, lkml

Hi Lee,

On Mon, 23 Feb 2015, Peter Griffin wrote:
Hi Lee,
I noticed you sent another version, but I didn't see a reply on this point below.

As your now doing a re-spin for Pauls comments, I thought I would send a reminder
just in case you hadn't seen it.

regards,

Peter.
<snip>
quoted
+#ifdef CONFIG_PM_SLEEP
+static int st_wdog_suspend(struct device *dev)
+{
+	struct st_wdog *st_wdog = watchdog_get_drvdata(&st_wdog_dev);
+
+	if (watchdog_active(&st_wdog_dev))
+		st_wdog_stop(&st_wdog_dev);
+
+	st_wdog_setup(st_wdog, false);
I was expecting the suspend / resume callbacks would be disabling / enabling
the IP clock.

Is there a reason why it doesn't?

From looking at the code by this point the watchdog has already been disabled so gating
the IP seems reasonable.

regards,

Peter
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help