From patchwork Tue Jun 29 06:59:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reddy, Teerth" X-Patchwork-Id: 108513 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o5T6xGYO012133 for ; Tue, 29 Jun 2010 06:59:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752953Ab0F2G7P (ORCPT ); Tue, 29 Jun 2010 02:59:15 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42178 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752850Ab0F2G7P convert rfc822-to-8bit (ORCPT ); Tue, 29 Jun 2010 02:59:15 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o5T6xAtf025453 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jun 2010 01:59:13 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id o5T6xA6Q002903; Tue, 29 Jun 2010 12:29:10 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde70.ent.ti.com ([172.24.170.148]) with mapi; Tue, 29 Jun 2010 12:29:10 +0530 From: "Reddy, Teerth" To: "linux-omap@vger.kernel.org" CC: Kevin Hilman Date: Tue, 29 Jun 2010 12:29:09 +0530 Subject: [PATCH 3/3]: OMAP3:PM: Add power state parameter for omap_uart_prepare_idle Thread-Topic: [PATCH 3/3]: OMAP3:PM: Add power state parameter for omap_uart_prepare_idle Thread-Index: AcsXWJK2Qj9caI90RPiV4wEghHifyQ== Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB0323763485@dbde02.ent.ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 29 Jun 2010 06:59:17 +0000 (UTC) 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),