linux-kernel-test/arch/arm/mach-omap1
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
..
board-ams-delta.c ARM: OMAP: Readd Amstrad Delta USB support 2006-06-26 16:16:01 -07:00
board-fsample.c [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata 2006-09-29 09:18:07 -07:00
board-generic.c [ARM] 3433/1: ARM: OMAP: 8/8 Update board files 2006-04-02 17:46:30 +01:00
board-h2.c ARM: OMAP: Fix missing workqueue include in board-h2.c 2007-03-07 01:17:46 -08:00
board-h3.c WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
board-innovator.c [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata 2006-09-29 09:18:07 -07:00
board-nokia770.c ARM: OMAP: Add missing includes to board-nokia770 2007-03-02 01:47:12 -08:00
board-osk.c [PATCH] another build fix, header rearrangements (OSK) 2006-12-13 09:05:46 -08:00
board-palmte.c [ARM] 3433/1: ARM: OMAP: 8/8 Update board files 2006-04-02 17:46:30 +01:00
board-perseus2.c [PATCH] OMAP: Update OMAP1/2 boards to give keymapsize and other pdata 2006-09-29 09:18:07 -07:00
board-voiceblue.c [ARM] 3433/1: ARM: OMAP: 8/8 Update board files 2006-04-02 17:46:30 +01:00
clock.c ARM: OMAP: omap1510->15xx conversions needed for sx1 2007-03-02 01:47:12 -08:00
clock.h ARM: OMAP: Sync clocks with linux-omap tree 2006-09-25 13:27:20 +03:00
devices.c [PATCH] add rtc-omap driver 2006-12-07 08:39:40 -08:00
fpga.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
id.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
io.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
irq.c ARM: OMAP: correct misc 15xx and non-15xx platform code 2007-03-02 01:47:08 -08:00
Kconfig [PATCH] fix more workqueue build breakage (tps65010) 2006-12-13 09:05:46 -08:00
leds-h2p2-debug.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-innovator.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-osk.c WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
leds.c [ARM] 3141/1: OMAP 1/5: Update omap1 specific files 2005-11-10 14:26:48 +00:00
leds.h [PATCH] ARM: 2799/1: OMAP update 4/11: Move OMAP1 LED code into mach-omap1 directory 2005-07-10 19:58:10 +01:00
Makefile ARM: OMAP: Add core fsample support 2006-06-26 16:16:03 -07:00
Makefile.boot [PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 and omap2 2005-07-10 19:58:08 +01:00
mux.c ARM: OMAP: mux: add config for 16xx SPI pins 2006-09-25 12:41:29 +03:00
pm.c rework pm_ops pm_disk_mode, kill misuse 2007-04-30 16:40:40 -07:00
serial.c ARM: OMAP: OMAP310 Serial 2007-03-02 01:47:09 -08:00
sleep.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
time.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00