From: Stephen Boyd Date: Fri, 16 May 2014 23:07:10 +0000 (-0700) Subject: clk: qcom: Return highest rate when round_rate() exceeds plan X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d011f3b71f635ff8e664e7e32bb764918cb1e8e;p=pandora-kernel.git clk: qcom: Return highest rate when round_rate() exceeds plan Some drivers may want to call clk_set_rate() with a very large number to force the clock to go as fast as it possibly can without having to know the range between the highest rate and second highest rate. Add support for this by defaulting to the highest rate in the frequency table if we can't find a frequency greater than what is requested. Signed-off-by: Stephen Boyd Signed-off-by: Mike Turquette --- Reading git-diff-tree failed