PM / platform_bus: Allow runtime PM by default
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 10 May 2010 21:10:13 +0000 (23:10 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 10 May 2010 21:10:13 +0000 (23:10 +0200)
commit543f2503a956601dd490c6cde0ebf6adb4653e50
treed8092f7a19d8d219d75a659e2f7ad09d2ff08d7a
parent2f60ba706bd9af84c4eab704243b262e69556f2e
PM / platform_bus: Allow runtime PM by default

Currently the default runtime PM callbacks for platform devices return
-ENOSYS, preventing the use of runtime PM platforms until they have
provided at least a default implementation. This hinders the use of
runtime PM by devices which work with many platforms such as memory
mapped devices, MFDs and on chip IPs shared by multiple architectures.

Change the default implementation to the standard pm_generic_runtime
one, allowing drivers to use runtime PM without per-architecture
changes.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/base/platform.c