All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3]: OMAP3:PM: Add power state parameter for omap_uart_prepare_idle
@ 2010-06-29  6:59 Reddy, Teerth
  2010-06-29 15:33 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Reddy, Teerth @ 2010-06-29  6:59 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: Kevin Hilman

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(-)

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),
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-29 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.