Re: [v2 PATCH 1/3] clk: rockchip: Fractional dividers can't set parent rates

From: Heiko Stuebner
Date: Sun Sep 04 2016 - 17:50:46 EST


Am Donnerstag, 1. September 2016, 20:26:23 CEST schrieb Chris Zhong:
> From: Douglas Anderson <dianders@xxxxxxxxxxxx>
>
> Currently the fractional divider clock time can't handle the
> CLK_SET_RATE_PARENT flag. This is because, unlike normal dividers,
> there is no clk_divider_bestdiv() function to try speeding up the parent
> to see if it helps things.
>
> Eventually someone could try to figure out how to make fractional
> dividers able to use CLK_SET_RATE_PARENT, but until they do let's not
> confuse the common clock framework (and anyone using it) by setting the
> flag.
>
> Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> Signed-off-by: Chris Zhong <zyw@xxxxxxxxxxxxxx>

applied to my clk-branch for 4.9, after changing the subject to
clk: rockchip: drop CLK_SET_RATE_PARENT from rk3399 fractional dividers


Heiko