From patchwork Fri May 14 17:04:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 99659 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4EH4C7n018239 for ; Fri, 14 May 2010 17:04:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755069Ab0ENREL (ORCPT ); Fri, 14 May 2010 13:04:11 -0400 Received: from mail-gy0-f174.google.com ([209.85.160.174]:48253 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753992Ab0ENREK (ORCPT ); Fri, 14 May 2010 13:04:10 -0400 Received: by gyg13 with SMTP id 13so1335417gyg.19 for ; Fri, 14 May 2010 10:04:08 -0700 (PDT) Received: by 10.101.146.3 with SMTP id y3mr1564935ann.199.1273856647747; Fri, 14 May 2010 10:04:07 -0700 (PDT) Received: from localhost (deeprootsystems.com [216.254.16.51]) by mx.google.com with ESMTPS id n18sm2368946anl.12.2010.05.14.10.04.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 14 May 2010 10:04:07 -0700 (PDT) To: shweta gulati Cc: linux-omap@vger.kernel.org, Vishwanath BS Subject: Re: [PATCHv2 1/2]OMAP3: PM: To put all the powerdomains in OFF mode instead of Ret References: <1273830555-19750-1-git-send-email-shweta.gulati@ti.com> From: Kevin Hilman Organization: Deep Root Systems, LLC Date: Fri, 14 May 2010 10:04:04 -0700 In-Reply-To: <1273830555-19750-1-git-send-email-shweta.gulati@ti.com> (shweta gulati's message of "Fri\, 14 May 2010 15\:19\:15 +0530") Message-ID: <877hn6mn3v.fsf@deeprootsystems.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) 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]); Fri, 14 May 2010 17:04:12 +0000 (UTC) diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index 5039b35..5b93a84 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c @@ -74,7 +74,7 @@ static inline bool is_suspending(void) #define OMAP343X_TABLE_VALUE_OFFSET 0x30 #define OMAP343X_CONTROL_REG_VALUE_OFFSET 0x32 -u32 enable_off_mode; +u32 enable_off_mode = 1; u32 sleep_while_idle; u32 wakeup_timer_seconds; u32 wakeup_timer_milliseconds;