diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-04-09 16:59:20 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-04-16 19:25:07 +0300 |
commit | 4ad69b80e886a845f56ce0a3d10211208693d92b (patch) | |
tree | 933b4da9d4ed5ac997d38b6afa88a11c1b568285 /Documentation/nfc | |
parent | a21b85944c9653f2a3388d0da962c7c70690c30f (diff) | |
download | linux-4ad69b80e886a845f56ce0a3d10211208693d92b.tar.xz |
clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
CLK_MUX_ROUND_CLOSEST is part of the clk_mux documentation but clk_mux
directly calls __clk_mux_determine_rate(), which overrides the flag.
As result, if clk_mux is instantiated with CLK_MUX_ROUND_CLOSEST, the
flag will be ignored and the clock rounded down.
To solve this, this patch expose clk_mux_determine_rate_flags() in the
clk-provider API and uses it in the determine_rate() callback of clk_mux.
Fixes: 15a02c1f6dd7 ("clk: Add __clk_mux_determine_rate_closest")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/nfc')
0 files changed, 0 insertions, 0 deletions