commit | c90f12eead38ac6b96a479d4c4f91cfb9623bf87 | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Mon Sep 23 19:41:48 2013 -0700 |
committer | Vikram Mulukutla <markivx@codeaurora.org> | Fri Nov 15 16:27:34 2013 -0800 |
tree | dfd0c1cdd255f057502eb85a9704b74f8aa327c5 | |
parent | d790cfb2327f91cb4a329a85c5be54a1922ee708 [diff] |
msm: clock: Allow set_parent on clocks without the set_parent op Some use cases require that set_parent succeed on a clock that actually has just one parent. If a clock doesn't expose a set_parent op, but the requested parent is the same as the current parent, return success. Change-Id: I0cf3f1e6e982de5cc86eb408ca71a62466710ef1 Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>