commit | 2eedd22790029ff2c356abad73ae3031c1105c83 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Wed Nov 16 12:55:21 2011 -0800 |
committer | Matt Wagantall <mattw@codeaurora.org> | Tue Dec 06 18:52:19 2011 -0800 |
tree | 3a99d471fef8292411371bfb56378a1b75997af5 | |
parent | c3a5a8cb8a7d082777d213cb6ff737450c5718a5 [diff] |
msm: camera: Discontinue use of clk_set_min_rate() Support for the proprietary clk_set_min_rate() will soon be removed. Move away from it. Call clk_set_rate() directly with an exact rate where possible, and use clk_round_round() in conjunction with clk_set_rate() when an exact rate is not known. Change-Id: I030c93c976f516a3ec91844ce2e5d752f56cdb9a Signed-off-by: Matt Wagantall <mattw@codeaurora.org>