From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755508Ab0EZP1m (ORCPT ); Wed, 26 May 2010 11:27:42 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:37242 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754286Ab0EZP1l (ORCPT ); Wed, 26 May 2010 11:27:41 -0400 To: Alan Cox Cc: Florian Mickler , Vitaly Wool , Peter Zijlstra , LKML , Paul@smtp1.linux-foundation.org, felipe.balbi@nokia.com, Linux OMAP Mailing List , Linux PM Subject: Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8) References: <1274482015-30899-1-git-send-email-arve@android.com> <201005242049.18920.rjw@sisk.pl> <87wrusvrqe.fsf@deeprootsystems.com> <201005250138.16293.rjw@sisk.pl> <1274863655.5882.4875.camel@twins> <1274867106.5882.5090.camel@twins> <20100526120242.5c9b73ad@schatten.dmk.lab> <20100526133721.602633b2@schatten.dmk.lab> <20100526142430.327ccbc4@schatten.dmk.lab> <20100526141612.3e2e0443@lxorguk.ukuu.org.uk> From: Kevin Hilman Organization: Deep Root Systems, LLC Date: Wed, 26 May 2010 08:19:21 -0700 In-Reply-To: <20100526141612.3e2e0443@lxorguk.ukuu.org.uk> (Alan Cox's message of "Wed\, 26 May 2010 14\:16\:12 +0100") Message-ID: <87hblupu6e.fsf@deeprootsystems.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox writes: > [1] Note I disagree with Kevin here on static/dynamic power management. > There are IMHO two types of PM but they are 'user invoked' and > 'automatic'. "Static" simply means it's not been made fast enough yet but > its just a policy divide dependant on the users 'acceptable' resume time > (which for hard RT may just as well rule out some more usual power states) Completely agree with this. I used the static/dynamic names out of habit, but since on most embedded devices, there is really no difference in hardware power state, I agree that the difference is only a matter of wakeup latency. Kevin