linux/arch/arm/mach-at91
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] 4192/1: AT91: Support for AT91SAM9XE processors. 2007-02-15 15:33:31 +00:00
Makefile [ARM] 4146/1: AT91: Support for AT91SAM9263-EK board. 2007-02-08 14:55:25 +00:00
Makefile.boot
at91rm9200.c [ARM] 4147/1: AT91: Define Timer/Counter clocks. 2007-02-08 14:55:27 +00:00
at91rm9200_devices.c [ARM] 4150/1: AT91: LED update 2007-02-08 14:55:30 +00:00
at91rm9200_time.c
at91sam926x_time.c [ARM] 4149/1: AT91: Overrun in SAM9 gettimeoffset(). 2007-02-08 14:55:29 +00:00
at91sam9260.c [ARM] at91: correct value for AT91_RSTC_KEY 2007-02-16 13:06:01 +00:00
at91sam9260_devices.c [ARM] 4289/1: AT91: SAM9260 NAND flash timing 2007-03-29 11:28:16 +01:00
at91sam9261.c [ARM] at91: correct value for AT91_RSTC_KEY 2007-02-16 13:06:01 +00:00
at91sam9261_devices.c [ARM] 4150/1: AT91: LED update 2007-02-08 14:55:30 +00:00
at91sam9263.c [ARM] 4231/1: AT91: Merge and typo fixes. 2007-02-22 14:53:30 +00:00
at91sam9263_devices.c [ARM] 4231/1: AT91: Merge and typo fixes. 2007-02-22 14:53:30 +00:00
board-1arm.c
board-carmeva.c
board-csb337.c [ARM] 4148/1: AT91: Physically mapped flash on CSB337 and CSB637 boards. 2007-02-08 14:55:28 +00:00
board-csb637.c [ARM] 4148/1: AT91: Physically mapped flash on CSB337 and CSB637 boards. 2007-02-08 14:55:28 +00:00
board-dk.c
board-eb9200.c
board-ek.c
board-kafa.c
board-kb9202.c
board-sam9260ek.c
board-sam9261ek.c
board-sam9263ek.c [ARM] 4146/1: AT91: Support for AT91SAM9263-EK board. 2007-02-08 14:55:25 +00:00
clock.c Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm 2007-02-19 13:18:39 -08:00
clock.h
generic.h [ARM] 4145/2: AT91: Add support for AT91SAM9263 processor 2007-02-08 14:55:24 +00:00
gpio.c [PATCH] gpio_direction_output() needs an initial value 2007-03-16 19:25:04 -07:00
irq.c
leds.c [ARM] 4150/1: AT91: LED update 2007-02-08 14:55:30 +00:00
pm.c rework pm_ops pm_disk_mode, kill misuse 2007-04-30 16:40:40 -07:00