]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e6b3bfc1a5758709ca2a387d4399282b95ff13e
treed8092f7a19d8d219d75a659e2f7ad09d2ff08d7a
parent918b386bf921e268ceb8b66405ab6ce7a7a04607
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