commit | 345f79b3de7f6d651e4dba794af7c7303bdfd649 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Tue May 31 16:08:09 2011 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Mon Jun 06 16:15:04 2011 -0700 |
tree | 8b65610e3319b109a939ffc926fe3c31e579b589 | |
parent | c8fb13d04ad0d08772f637bee873e620fcc064c2 [diff] |
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>