[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5076AC36.8090503@gmail.com>
Date: Thu, 11 Oct 2012 16:53:34 +0530
From: shubhro <omaplinuxkernel@...il.com>
To: Ashish Jangam <ashish.jangam@...tcummins.com>
CC: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
sameo@...ux.intel.com, p_gortmaker@...oo.com, dchen@...semi.com,
rtc-linux@...glegroups.com, Alessandro Zummo <a.zummo@...ertech.it>
Subject: Re: [Patch v3 3/7] RTC: DA9055 RTC driver
On Thursday 11 October 2012 04:10 PM, Ashish Jangam wrote:
> +#define da9055_rtc_freeze NULL
> +#endif
> +
> +static const struct dev_pm_ops da9055_rtc_pm_ops = {
> + .suspend = da9055_rtc_suspend,
> + .resume = da9055_rtc_resume,
> +
> + .freeze = da9055_rtc_freeze,
> + .thaw = da9055_rtc_resume,
> + .restore = da9055_rtc_resume,
> +
> + .poweroff = da9055_rtc_suspend,
> +};
You may want to use simple dev pm ops
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists