commit | 409b8b431d7efe653ff65fca6f5cc839fe69b666 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 10 12:12:56 2012 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Sun Apr 29 21:21:46 2012 -0700 |
tree | 50d00cd0e5709ae194b8c6659e3a19531e0bfde9 | |
parent | 94b4c83b8c27dfadc3d9756d41bcadbf4e9f090c [diff] |
msm: clock-local: Consolidate definitions of clk_ops Move clk_ops_rcg and clk_ops_branch into clock-local.c and stop exporting a handful of local clock functions to arch specific drivers. Only expose the clk_ops structs. This cuts down on the lines of code and discourages use of the clock-local code outside of clock-local.c. Change-Id: Iba248a4d11714b91e945bb1846a42924d1d4f8db Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>