commit | 735f01a3e8c1cf6a3fdbe6f41df05cc7510ba4df | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Fri Aug 12 12:40:28 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:15:06 2011 -0700 |
tree | b7dea4026159b40ebf5bd42ee16268085e516276 | |
parent | 53d968f9bcf699cf421f42d2a69887f023537a2d [diff] |
msm: clock-rpm: Support clock dependencies for enable/disable In order to do this, we must fix up rpm_clk_enable() to properly roll back RPM calls in the event of errors. Otherwise, the dependency could be disabled while an RPM clock needing it is still enabled. Signed-off-by: Matt Wagantall <mattw@codeaurora.org>