All of lore.kernel.org
 help / color / mirror / Atom feed
From: shubhro <omaplinuxkernel@gmail.com>
To: Ashish Jangam <ashish.jangam@kpitcummins.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	sameo@linux.intel.com, p_gortmaker@yahoo.com, dchen@diasemi.com,
	rtc-linux@googlegroups.com,
	Alessandro Zummo <a.zummo@towertech.it>
Subject: Re: [Patch v3 3/7] RTC: DA9055 RTC driver
Date: Thu, 11 Oct 2012 16:53:34 +0530	[thread overview]
Message-ID: <5076AC36.8090503@gmail.com> (raw)
In-Reply-To: <1349952025.9228.3.camel@dhruva>

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

  reply	other threads:[~2012-10-11 11:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-11 10:40 [Patch v3 3/7] RTC: DA9055 RTC driver Ashish Jangam
2012-10-11 11:23 ` shubhro [this message]
2012-10-23 10:03 ` Ashish Jangam
2012-11-23 10:11   ` [Patch v3 3/7] rtc: " Ashish Jangam
2012-11-23 11:09     ` Venu Byravarasu
2012-11-23 12:27       ` Ashish Jangam
2012-11-27 22:23     ` Andrew Morton
2012-11-28  9:24       ` Ashish Jangam
2012-12-10  5:42         ` Ashish Jangam
2012-12-12 21:11           ` Andrew Morton
2012-12-13  5:51             ` Ashish Jangam
2012-12-13 13:04             ` Ashish Jangam
2012-12-13 21:39               ` Andrew Morton
2012-11-28  9:24       ` Ashish Jangam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5076AC36.8090503@gmail.com \
    --to=omaplinuxkernel@gmail.com \
    --cc=a.zummo@towertech.it \
    --cc=akpm@linux-foundation.org \
    --cc=ashish.jangam@kpitcummins.com \
    --cc=dchen@diasemi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p_gortmaker@yahoo.com \
    --cc=rtc-linux@googlegroups.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.