Re: [PATCH v2] watchdog: imx2_wdt: Add power management support.

2014-09-23 Thread Guenter Roeck
On Tue, Sep 23, 2014 at 08:31:53PM +0800, Xiubo Li wrote: > Add power management operations(suspend and resume) as part of > dev_pm_ops for IMX2 watchdog driver. > > If PM will be supported, please make sure that the wdev->clk > could disable the watchdog's counter input clock source or can > mask

RE: [PATCH v2] watchdog: imx2_wdt: Add power management support.

2014-09-23 Thread li.xi...@freescale.com
Hi, [...] > > +#ifdef CONFIG_PM_SLEEP > > +/* Disable watchdog if it is active or non-active but still running */ > > +static int imx2_wdt_suspend(struct device *dev) > > +{ > > + struct watchdog_device *wdog = dev_get_drvdata(dev); > > + struct imx2_wdt_device *wdev = watchdog_get_drvdata(wd