From: Stephen Boyd Date: Tue, 20 Jan 2015 02:05:28 +0000 (-0800) Subject: clk: Add __clk_mux_determine_rate_closest X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~17^2~13^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a02c1f6dd7c2bb150c61d00ffb33f584ff2288;p=pandora-kernel.git clk: Add __clk_mux_determine_rate_closest Some clock drivers want to find the closest rate on the input of a mux instead of a rate that's less than or equal to the desired rate. Add a generic mux function to support this. Signed-off-by: Stephen Boyd Tested-by: Kenneth Westfield Signed-off-by: Michael Turquette --- Reading git-diff-tree failed