[PATCH v1 2/4] clk: iproc: Fix error in the pll post divider rate calculation

Stephen Boyd sboyd at codeaurora.org
Thu Dec 28 14:57:13 PST 2017


On 08/14, Lori Hikichi wrote:
> The pll post divider code was using DIV_ROUND_UP when determining the
> divider value best suited to produce the target frequency.
> Using DIV_ROUND_CLOSEST will give us better divider values when
> the division results in a small remainder.
> Also, change the post divider clock over to the determine_rate api
> instead of round_rate.
> 
> Signed-off-by: Simran Rai <ssimran at broadcom.com>
> Signed-off-by: Lori Hikichi <lori.hikichi at broadcom.com>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project



More information about the linux-arm-kernel mailing list