Searched hist:"33 ca29c99e8680b4c921c6eafb9fc1603c5b9779" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/ti/ |
H A D | fapll.c | diff 33ca29c99e8680b4c921c6eafb9fc1603c5b9779 Sun Mar 22 23:35:24 CET 2015 Tony Lindgren <tony@atomide.com> clk: ti: Fix FAPLL recalc_rate for rounding errors
We need to round the calculated value to have it match the requested rate.
While at it, let's fix a typo and use a define for SYNTH_MAX_DIV_M as we will need it in later patches for set_rate.
And let's remove two unused includes.
Cc: Brian Hutchinson <b.hutchman@gmail.com> Cc: Matthijs van Duin <matthijsvanduin@gmail.com> Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Tero Kristo <t-kristo@ti.com>
|