public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: viresh.kumar@st•com (Viresh Kumar)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH V2] dmaengine/dw_dmac: Hibernation support in dw_dmac
Date: Thu, 12 Jan 2012 14:28:33 +0530	[thread overview]
Message-ID: <4F0EA0B9.2090700@st.com> (raw)
In-Reply-To: <1326358055-6576-1-git-send-email-rajeev-dlh.kumar@st.com>

On 1/12/2012 2:17 PM, Rajeev KUMAR wrote:
> The suspend and resume implementation is through dev_pm_ops in dmac. So
> in order to support hibernation, freeze, thaw, restore and poweroff
> features are required.
> 
> Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st•com>
> ---
>  drivers/dma/dw_dmac.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
> index 9b592b0..3a3d7ed 100644
> --- a/drivers/dma/dw_dmac.c
> +++ b/drivers/dma/dw_dmac.c
> @@ -1562,6 +1562,10 @@ static int dw_resume_noirq(struct device *dev)
>  static const struct dev_pm_ops dw_dev_pm_ops = {
>  	.suspend_noirq = dw_suspend_noirq,
>  	.resume_noirq = dw_resume_noirq,
> +	.freeze_noirq = dw_suspend_noirq,
> +	.thaw_noirq = dw_resume_noirq,
> +	.restore_noirq = dw_resume_noirq,
> +	.poweroff_noirq = dw_suspend_noirq,

Acked-by: Viresh Kumar <viresh.kumar@st•com>

-- 
viresh

      reply	other threads:[~2012-01-12  8:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-12  8:47 [PATCH V2] dmaengine/dw_dmac: Hibernation support in dw_dmac Rajeev Kumar
2012-01-12  8:58 ` Viresh Kumar [this message]

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=4F0EA0B9.2090700@st.com \
    --to=viresh.kumar@st$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox