Home
last modified time | relevance | path

Searched hist:"5 d26c15d3ba98c31b24286dac7a390a307fcff29" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/mmp/
H A Dclk-frac.cdiff 5d26c15d3ba98c31b24286dac7a390a307fcff29 Thu Jan 23 03:47:42 CET 2014 Chao Xie <chao.xie@marvell.com> clk: mmp: try to use closer one when do round rate

The orignal code will use the bigger rate between
"previous rate" and "current rate" when caculate the
rate.
In fact, hardware cares about the closest one.
So choose the closer rate between "previous rate" and
"current rate".

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>