From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: OMAP PM: How to explicity specify retention mode Date: Tue, 04 Aug 2009 09:11:10 -0700 Message-ID: <87d47bd0f5.fsf@deeprootsystems.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f179.google.com ([209.85.222.179]:44128 "EHLO mail-pz0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932828AbZHDQLM (ORCPT ); Tue, 4 Aug 2009 12:11:12 -0400 Received: by pzk9 with SMTP id 9so3242928pzk.21 for ; Tue, 04 Aug 2009 09:11:13 -0700 (PDT) In-Reply-To: (Elvis Dowson's message of "Mon\, 03 Aug 2009 01\:30\:20 +0400") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Elvis Dowson Cc: Linux OMAP Users Elvis Dowson writes: > How can I explicitly specify retention mode for OMAP PM? Use the PM branch. ;) Default is retention in idle and suspend. To hit off-mode, do # echo 1 > /sys/power/enable_off_mode Kevin