WSL2-Linux-Kernel/arch/arm/mach-sa1100
Johannes Berg fe0c935a6c rework pm_ops pm_disk_mode, kill misuse
This patch series cleans up some misconceptions about pm_ops.  Some users of
the pm_ops structure attempt to use it to stop the user from entering suspend
to disk, this, however, is not possible since the user can always use
"shutdown" in /sys/power/disk and then the pm_ops are never invoked.  Also,
platforms that don't support suspend to disk simply should not allow
configuring SOFTWARE_SUSPEND (read the help text on it, it only selects
suspend to disk and nothing else, all the other stuff depends on PM).

The pm_ops structure is actually intended to provide a way to enter
platform-defined sleep states (currently supported states are "standby" and
"mem" (suspend to ram)) and additionally (if SOFTWARE_SUSPEND is configured)
allows a platform to support a platform specific way to enter low-power mode
once everything has been saved to disk.  This is currently only used by ACPI
(S4).

This patch:

The pm_ops.pm_disk_mode is used in totally bogus ways since nobody really
seems to understand what it actually does.

This patch clarifies the pm_disk_mode description.

It also removes all the arm and sh users that think they can veto suspend to
disk via pm_ops; not so since the user can always do echo shutdown >
/sys/power/disk, they need to find a better way involving Kconfig or such.

ACPI is the only user left with a non-zero pm_disk_mode.

The patch also sets the default mode to shutdown again, but when a new pm_ops
is registered its pm_disk_mode is selected as default, that way the default
stays for ACPI where it is apparently required.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: David Brownell <david-b@pacbell.net>
Acked-by: Pavel Machek <pavel@ucw.cz>
Cc: <linux-pm@lists.linux-foundation.org>
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>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-04-30 16:40:40 -07:00
..
Kconfig [ARM] 3416/1: Update LART site URL 2006-03-27 15:32:30 +01:00
Makefile [ARM] Convert SA1111 to use clock architecture 2006-03-21 22:05:53 +00:00
Makefile.boot
assabet.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
badge4.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
cerf.c [ARM] 3698/1: ARM: Convert sa1100 to generic irq handling 2006-07-01 22:32:38 +01:00
clock.c [ARM] Convert SA1111 to use clock architecture 2006-03-21 22:05:53 +00:00
collie.c [ARM] 3847/2: Convert LOMOMO to use struct device for GPIOs 2006-09-27 20:58:59 +01:00
collie_pm.c [ARM] 3723/1: collie charging 2006-07-11 22:56:13 +01:00
cpu-sa1100.c [ARM] 3416/1: Update LART site URL 2006-03-27 15:32:30 +01:00
cpu-sa1110.c [ARM] 3914/1: [Jornada7xx] - Typo Fix in cpu-sa1110.c (b != B) 2006-10-29 21:52:29 +00:00
dma.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
generic.c [PATCH] gpio_direction_output-needs-an-initial-value fix 2007-03-18 11:35:08 -07:00
generic.h
h3600.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
hackkit.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
irq.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
jornada720.c [ARM] Fix jornada720 build errors 2007-02-20 15:23:57 +00:00
lart.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
leds-assabet.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-badge4.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-cerf.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-hackkit.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-lart.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-simpad.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds.c
leds.h
neponset.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
pleb.c [ARM] 3698/1: ARM: Convert sa1100 to generic irq handling 2006-07-01 22:32:38 +01:00
pm.c rework pm_ops pm_disk_mode, kill misuse 2007-04-30 16:40:40 -07:00
shannon.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
simpad.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sleep.S [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ 2006-06-25 12:01:48 +01:00
ssp.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
time.c [ARM] 3939/1: don't reset SA11x0 clock counter 2006-11-30 12:52:44 +00:00