]> git.karo-electronics.de Git - mv-sheeva.git/commit
OMAP: PM: omap_device: fix device power domain callbacks
authorKevin Hilman <khilman@ti.com>
Tue, 31 May 2011 23:08:09 +0000 (16:08 -0700)
committerKevin Hilman <khilman@ti.com>
Mon, 6 Jun 2011 23:15:04 +0000 (16:15 -0700)
commit345f79b3de7f6d651e4dba794af7c7303bdfd649
tree8b65610e3319b109a939ffc926fe3c31e579b589
parentc8fb13d04ad0d08772f637bee873e620fcc064c2
OMAP: PM: omap_device: fix device power domain callbacks

After commit 4d27e9dcff00a6425d779b065ec8892e4f391661 (PM: Make power
domain callbacks take precedence over subsystem ones), the power
domain callbacks need to call the driver callbacks instead of relying
on the default subsystem (in this case, platform_bus) to handle the
driver callbacks.

Validated on 3430/n900, 3530/Overo.

Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/plat-omap/omap_device.c