[PATCH] Add Documentation/power/00-INDEX

Previous thread: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series.. by Linus Torvalds on Monday, October 1, 2007 - 8:41 pm. (85 messages)

Next thread: Re: [PATCH 2/2] ACPICA: hw: Don't carry spinlock over suspend by Andrey Borzenkov on Monday, October 1, 2007 - 9:07 pm. (2 messages)
From: Rob Landley
Date: Monday, October 1, 2007 - 8:44 pm

From: Rob Landley <rob@landley.net>

Add Documentation/power/00-INDEX

Signed-off-by: Rob Landley <rob@landley.net>
---
All my pending 00-INDEX patches are at http://landley.net/kdocs/make/patches

 Documentation/power/00-INDEX |   34 +++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

--- /dev/null	2007-04-23 10:59:00.000000000 -0500
+++ hg/Documentation/power/00-INDEX	2007-10-01 22:35:36.000000000 -0500
@@ -0,0 +1,34 @@
+00-INDEX
+	- This file
+basic-pm-debugging.txt
+	- Debugging suspend and resume
+devices.txt
+	- How drivers interact with system-wide power management
+drivers-testing.txt
+	- Testing suspend and resume support in device drivers
+freezing-of-tasks.txt
+	- How processes and controlled during suspend
+interface.txt
+	- Power management user interface in /sys/power
+notifiers.txt
+	- Registering suspend notifiers in device drivers
+pci.txt
+	- How the PCI Subsystem Does Power Management
+s2ram.txt
+	- How to get suspend to ram working (and debug it when it isn't)
+states.txt
+	- System power management states
+swsusp-and-swap-files.txt
+	- Using swap files with software suspend (to disk)
+swsusp-dmcrypt.txt
+	- How to use dm-crypt and software suspend (to disk) together
+swsusp.txt
+	- Goals, implementation, and usage of software suspend (ACPI S3)
+tricks.txt
+	- How to trick software suspend (to disk) into working when it isn't
+userland-swsusp.txt
+	- Experimental implementation of software suspend in userspace
+video_extension.txt
+	- ACPI video extensions
+video.txt
+	- Video issues during resume from suspend

-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.
-

From: Pavel Machek
Date: Tuesday, October 2, 2007 - 12:10 am

But please delete (ACPI S3) remark. It is ACPI S4, if anything.
								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-

From: Rob Landley
Date: Tuesday, October 2, 2007 - 1:48 am

I got that from Documentation/power/video.txt, which starts "Video issues with 
S3 resume".  Is it correct in that file?

I've removed it from the patch in http://landley.net/kdocs/make/patches

Thanks,

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.
-

From: Pavel Machek
Date: Tuesday, October 2, 2007 - 2:14 am

Yes... video.txt talks about suspend-to-ram issues (aka ACPI S3),

Thanks!
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-

Previous thread: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series.. by Linus Torvalds on Monday, October 1, 2007 - 8:41 pm. (85 messages)

Next thread: Re: [PATCH 2/2] ACPICA: hw: Don't carry spinlock over suspend by Andrey Borzenkov on Monday, October 1, 2007 - 9:07 pm. (2 messages)