commit | 0625ea044bb2e5e6c81f76597ee20dd36d1f9eee | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Wed Jul 13 18:51:56 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:59:03 2011 -0700 |
tree | f140411af9808c67879faeb7db042139f3434222 | |
parent | c9753e167b1ca515b88d3d8c178270694f07383f [diff] |
msm: clock-local: Cleanup function naming conventions Rename the family of functions with the 'local_clk' prefix to have an 'rcg_clk' prefix instead, so that the function names matche the type of clock (and type of struct) those functions operate on. This also helps to disambiguate these functions from other functions that operate on different types of "local clocks" (ie. branches, PLLs, etc). Signed-off-by: Matt Wagantall <mattw@codeaurora.org>