linux/drivers/base
Rafael J. Wysocki 775b64d2b6 PM: Acquire device locks on suspend
This patch reorganizes the way suspend and resume notifications are
sent to drivers.  The major changes are that now the PM core acquires
every device semaphore before calling the methods, and calls to
device_add() during suspends will fail, while calls to device_del()
during suspends will block.

It also provides a way to safely remove a suspended device with the
help of the PM core, by using the device_pm_schedule_removal() callback
introduced specifically for this purpose, and updates two drivers (msr
and cpuid) that need to use it.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-01-24 20:40:04 -08:00
..
power PM: Acquire device locks on suspend 2008-01-24 20:40:04 -08:00
attribute_container.c
base.h
bus.c
class.c Revert "Driver core: remove class_device_*_bin_file" 2007-10-31 12:51:29 -07:00
core.c PM: Acquire device locks on suspend 2008-01-24 20:40:04 -08:00
cpu.c
dd.c
devres.c
dma-mapping.c
dmapool.c cleanup asm/scatterlist.h includes 2007-11-02 08:47:06 +01:00
driver.c
firmware_class.c
firmware.c
hypervisor.c
init.c
isa.c
Kconfig
Makefile
map.c
memory.c memory hotplug: rearrange memory hotplug notifier 2007-10-22 08:13:17 -07:00
node.c
platform.c
sys.c
topology.c cpu hotplug: topology: remove topology_dev_map 2007-10-18 14:37:21 -07:00
transport_class.c