nv-tegra.nvidia Code Review - linux-2.6.git/rss - Documentation/power/interface.txt history https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=history;f=Documentation/power/interface.txt Unnamed repository; edit this file 'description' to name the repository. en gitweb-logo.png nv-tegra.nvidia Code Review - linux-2.6.git/rss - Documentation/power/interface.txt history https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=history;f=Documentation/power/interface.txt Thu, 18 Oct 2007 21:37:18 +0000 Thu, 18 Oct 2007 21:37:18 +0000 gitweb v.2.40.1/2.40.1 PM: Rename struct pm_ops and related things Rafael J. Wysocki <rjw@sisk.pl> Thu, 18 Oct 2007 10:04:40 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=26398a70ea35f153feb799fa850c71685667712b https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=26398a70ea35f153feb799fa850c71685667712b PM: Rename struct pm_ops and related things PM: Rename struct pm_ops and related things The name of 'struct pm_ops' suggests that it is related to the power management in general, but in fact it is only related to suspend.  Moreover, its name should indicate what this structure is used for, so it seems reasonable to change it to 'struct platform_suspend_ops'.  In that case, the name of the global variable of this type used by the PM core and the names of related functions should be changed accordingly. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Cc: Len Brown <lenb@kernel.org> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/power/interface.txt
]]>
power management: change /sys/power/disk display Johannes Berg <johannes@sipsolutions.net> Sun, 6 May 2007 21:50:50 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=f0ced9b229cfbc76b5db9837b4b256b602d56610 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=f0ced9b229cfbc76b5db9837b4b256b602d56610 power management: change /sys/power/disk display power management: change /sys/power/disk display Change /sys/power/disk to display all valid modes as well as the currently selected one in a fashion known from the LED subsystem. This changes userspace API, but it is apparently not used much (we asked some userspace developers) Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: "Rafael J. Wysocki" <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/power/interface.txt
]]>
power management: remove firmware disk mode Johannes Berg <johannes@sipsolutions.net> Mon, 30 Apr 2007 22:09:53 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=11d77d0c01b80e44c7aceb21928508dafce774f9 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=11d77d0c01b80e44c7aceb21928508dafce774f9 power management: remove firmware disk mode power management: remove firmware disk mode This patch removes the firmware disk suspend mode which is the wrong approach, it is supposed to be used for implementing firmware-based disk suspend but cannot actually be used for that. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Pavel Machek <pavel@ucw.cz> Cc: <linux-pm@lists.linux-foundation.org> Cc: David Brownell <david-b@pacbell.net> Cc: Len Brown <lenb@kernel.org> Acked-by: Russell King <rmk@arm.linux.org.uk> Cc: Greg KH <greg@kroah.com> Cc: "Rafael J. Wysocki" <rjw@sisk.pl> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/power/interface.txt
]]>
[PATCH] swsusp: debugging Rafael J. Wysocki <rjw@sisk.pl> Fri, 3 Nov 2006 06:07:19 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=b918f6e62cd46774f9fc0a3fbba6bd10ad85ee14 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=b918f6e62cd46774f9fc0a3fbba6bd10ad85ee14 [PATCH] swsusp: debugging [PATCH] swsusp: debugging Add a swsusp debugging mode. This does everything that's needed for a suspend except for actually suspending. So we can look in the log messages and work out a) what code is being slow and b) which drivers are misbehaving. (1) # echo testproc > /sys/power/disk # echo disk > /sys/power/state This should turn off the non-boot CPU, freeze all processes, wait for 5 seconds and then thaw the processes and the CPU. (2) # echo test > /sys/power/disk # echo disk > /sys/power/state This should turn off the non-boot CPU, freeze all processes, shrink memory, suspend all devices, wait for 5 seconds, resume the devices etc. Cc: Pavel Machek <pavel@ucw.cz> Cc: Stefan Seyfried <seife@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • [D] Documentation/power/interface.txt
]]>
[PATCH] PM: Add pm_trace switch Rafael J. Wysocki <rjw@sisk.pl> Tue, 26 Sep 2006 06:32:58 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=c5c6ba4e08ab9c9e390a0f3a7d9a5c332f5cc6ef https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=c5c6ba4e08ab9c9e390a0f3a7d9a5c332f5cc6ef [PATCH] PM: Add pm_trace switch [PATCH] PM: Add pm_trace switch Add the pm_trace attribute in /sys/power which has to be explicitly set to one to really enable the "PM tracing" code compiled in when CONFIG_PM_TRACE is set (which modifies the machine's CMOS clock in unpredictable ways). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • [D] Documentation/power/interface.txt
]]>
[PATCH] swsusp: use bytes as image size units Rafael J. Wysocki <rjw@sisk.pl> Wed, 1 Feb 2006 11:05:07 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=853609b61ef88b414ffd1613741aa59894334320 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=853609b61ef88b414ffd1613741aa59894334320 [PATCH] swsusp: use bytes as image size units [PATCH] swsusp: use bytes as image size units Make swsusp use bytes as the image size units, which is needed for future compatibility. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • [D] Documentation/power/interface.txt
]]>
[PATCH] swsusp: make image size limit tunable Rafael J. Wysocki <rjw@sisk.pl> Fri, 6 Jan 2006 08:15:56 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=ca0aec0f7a94bf9f07fefa8bfd23282d4e8ceb8a https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=ca0aec0f7a94bf9f07fefa8bfd23282d4e8ceb8a [PATCH] swsusp: make image size limit tunable [PATCH] swsusp: make image size limit tunable Make the suspend image size limit tunable via /sys/power/image_size. It is necessary for systems on which there is a limited amount of swap available for suspend. It can also be useful for optimizing performance of swsusp on systems with 1 GB of RAM or more. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • [D] Documentation/power/interface.txt
]]>
Linux-2.6.12-rc2 Linus Torvalds <torvalds@ppc970.osdl.org> Sat, 16 Apr 2005 22:20:36 +0000 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=commitdiff;h=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
  • [D] Documentation/power/interface.txt
]]>