Files
linux/drivers
Magnus Damm 783ea7d4ee Driver Core: Rework platform suspend/resume, print warning
This patch reworks the platform driver code for legacy
suspend and resume to avoid installing callbacks in
struct device_driver. A warning is also added telling
users to update the platform driver to use dev_pm_ops.

The functions platform_legacy_suspend()/resume() directly
call suspend and resume callbacks in struct platform_driver
instead of wrapping things in platform_drv_suspend()/resume().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2009-06-12 21:32:32 +02:00
..
2009-05-26 23:50:40 +09:00
2009-06-05 08:05:23 -07:00
2009-06-12 10:02:03 -05:00
2009-05-07 17:28:59 +02:00
2009-06-01 21:06:21 +02:00
2009-06-12 10:02:03 -05:00
2009-06-11 10:33:09 +03:00
2009-06-11 21:36:11 -04:00