commit | 8e6126f7f1f95f4a45026f74124b38650bdde6bc | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Tue Nov 08 13:34:19 2011 -0800 |
committer | Matt Wagantall <mattw@codeaurora.org> | Thu Nov 10 18:49:46 2011 -0800 |
tree | b7d5a7026d5a6221de2aa1969eb49c9cd7bd56b0 | |
parent | 9a4cbbdf327b4277d4941973f7313f9f6e0e3f43 [diff] |
msm: clock: Route clk_set_rate() to clk_set_min_rate() if CLKFLAG_MIN set Use of the proprietary clk_set_min_rate() API is being phased out globally in favor of the standard clk_set_rate() API. Use CLKFLAG_MIN to alter the meaning of clk_set_rate() to match that of clk_set_min_rate(). This provides an easy migration path for drivers currently using clk_set_min_rate(). Change-Id: I9eddc53443437250ce2812a3646e9ffb8b36852f Signed-off-by: Matt Wagantall <mattw@codeaurora.org>