public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: david@lang.hm, Nigel Cunningham <nigel@nigel.suspend2.net>,
	linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>,
	linux-acpi@vger.kernel.org,
	Stefan Richter <stefanr@s5r6.in-berlin.de>,
	Pavel Machek <pavel@ucw.cz>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	pm list <linux-pm@lists.linux-foundation.org>
Subject: Re: [PATCH 2/2] Introduce CONFIG_SUSPEND (updated)
Date: Tue, 31 Jul 2007 00:59:49 -0400	[thread overview]
Message-ID: <200707310059.50329.lenb@kernel.org> (raw)
In-Reply-To: <200707292327.19884.rjw@sisk.pl>

On Sunday 29 July 2007 17:27, Rafael J. Wysocki wrote:
> Still, there are many other files in which CONFIG_PM can be replaced
> with CONFIG_PM_SLEEP or even with CONFIG_SUSPEND, but they can be updated in
> the future.

There is #ifdef CONFIG_PM
around all the .suspend and .resume methods.

Technically they are PM_DEVICE_STATES or something,
that could really be under PM, and both SUSPEND and HIBERNATE
would depend on PM_DEVICE_STATES, but it is also possible to have
PM_DEVICE_STATES without SUSPEND and HIBERNATE.

oh no, I just suggested more instead of fewer config options:-O

but i agree, this can wait a bit...

-Len

  parent reply	other threads:[~2007-07-31  4:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200707251238.50218.lenb@kernel.org>
     [not found] ` <200707282029.03563.rjw@sisk.pl>
     [not found]   ` <alpine.LFD.0.999.0707281130110.3442@woody.linux-foundation.org>
2007-07-29 10:20     ` [PATCH 0/2] Introduce CONFIG_HIBERNATION and CONFIG_SUSPEND (was: CONFIG_SUSPEND?) Rafael J. Wysocki
     [not found]     ` <200707291220.14880.rjw@sisk.pl>
2007-07-29 10:21       ` [PATCH 1/2] Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION Rafael J. Wysocki
2007-07-29 12:38       ` [PATCH 2/2] Introduce CONFIG_SUSPEND Rafael J. Wysocki
     [not found]       ` <200707291438.06849.rjw@sisk.pl>
2007-07-29 20:40         ` Adrian Bunk
     [not found]         ` <20070729204001.GJ16817@stusta.de>
2007-07-29 21:17           ` Rafael J. Wysocki
     [not found]           ` <200707292317.21419.rjw@sisk.pl>
2007-07-29 21:18             ` Adrian Bunk
     [not found]             ` <20070729211824.GL16817@stusta.de>
     [not found]               ` <200707292336.55588.rjw@sisk.pl>
2007-07-29 21:30                 ` Richard Hughes
     [not found]                 ` <1185744640.2295.4.camel@work>
2007-07-29 22:22                   ` Rafael J. Wysocki
2007-07-30  2:47                   ` Kyle Moffett
     [not found]                   ` <200707300022.54633.rjw@sisk.pl>
2007-07-30 21:26                     ` Pavel Machek
2007-07-29 21:36               ` Rafael J. Wysocki
2007-07-29 21:23       ` [PATCH 0/2] Introduce CONFIG_HIBERNATION and CONFIG_SUSPEND (updated) Rafael J. Wysocki
     [not found]       ` <200707292323.29601.rjw@sisk.pl>
2007-07-29 21:24         ` [PATCH 1/2] Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION (updated) Rafael J. Wysocki
2007-07-29 21:27         ` [PATCH 2/2] Introduce CONFIG_SUSPEND (updated) Rafael J. Wysocki
2007-07-30  0:21         ` [PATCH 0/2] Introduce CONFIG_HIBERNATION and " Linus Torvalds
2007-07-30  7:25           ` Rafael J. Wysocki
2007-07-31  3:54           ` Len Brown
2007-07-31  3:54           ` [PATCH] create CONFIG_SUSPEND_UP_POSSIBLE Len Brown
     [not found]           ` <200707302354.23237.lenb@kernel.org>
2007-07-31  6:38             ` Pavel Machek
     [not found]             ` <20070731063833.GD22419@elf.ucw.cz>
2007-07-31  9:33               ` Rafael J. Wysocki
2007-08-03 19:23               ` Len Brown
     [not found]               ` <200708031523.19623.lenb@kernel.org>
2007-08-05 18:36                 ` Pavel Machek
2007-08-01  3:27           ` [PATCH] ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again) Len Brown
2007-08-01 10:24             ` Rafael J. Wysocki
     [not found]         ` <200707292327.19884.rjw@sisk.pl>
2007-07-31  4:59           ` Len Brown [this message]
2007-07-31  9:15             ` [PATCH 2/2] Introduce CONFIG_SUSPEND (updated) Rafael J. Wysocki
     [not found]             ` <200707311115.29057.rjw@sisk.pl>
2007-07-31  9:16               ` Oliver Neukum
     [not found]               ` <200707311116.39857.oliver@neukum.org>
2007-07-31 10:01                 ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200707310059.50329.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bunk@stusta.de \
    --cc=david@lang.hm \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=nigel@nigel.suspend2.net \
    --cc=pavel@ucw.cz \
    --cc=rjw@sisk.pl \
    --cc=stefanr@s5r6.in-berlin.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox