From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Reddy, Teerth" <teerth@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 3/3]: OMAP3:PM: Add power state parameter for omap_uart_prepare_idle
Date: Tue, 29 Jun 2010 08:33:18 -0700 [thread overview]
Message-ID: <87fx05ua4h.fsf@deeprootsystems.com> (raw)
In-Reply-To: <5A47E75E594F054BAF48C5E4FC4B92AB0323763485@dbde02.ent.ti.com> (Teerth Reddy's message of "Tue, 29 Jun 2010 12:29:09 +0530")
"Reddy, Teerth" <teerth@ti.com> writes:
> From: Teerth Reddy <teerth@ti.com>
>
> This patch has the changes which adds power state parameter
> for the omap_uart_prepare_idle idle function.
>
> Signed-off-by: Teerth Reddy <teerth@ti.com>
> ---
> arch/arm/mach-omap2/pm24xx.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
Subject says OMAP3, but this is for OMAP2.
Kevin
>
> diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c
> index e321281..7046e74 100644
> --- a/arch/arm/mach-omap2/pm24xx.c
> +++ b/arch/arm/mach-omap2/pm24xx.c
> @@ -119,9 +119,9 @@ static void omap2_enter_full_retention(void)
> if (omap_irq_pending())
> goto no_sleep;
>
> - omap_uart_prepare_idle(0);
> - omap_uart_prepare_idle(1);
> - omap_uart_prepare_idle(2);
> + omap_uart_prepare_idle(0, PWRDM_POWER_RET);
> + omap_uart_prepare_idle(1, PWRDM_POWER_RET);
> + omap_uart_prepare_idle(2, PWRDM_POWER_RET);
>
> /* Jump to SRAM suspend code */
> omap2_sram_suspend(sdrc_read_reg(SDRC_DLLA_CTRL),
prev parent reply other threads:[~2010-06-29 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-29 6:59 [PATCH 3/3]: OMAP3:PM: Add power state parameter for omap_uart_prepare_idle Reddy, Teerth
2010-06-29 15:33 ` Kevin Hilman [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=87fx05ua4h.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=teerth@ti.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.