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

2016-09-04 Thread Heiko Stuebner
Am Donnerstag, 1. September 2016, 20:26:23 CEST schrieb Chris Zhong: > From: Douglas Anderson > > 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

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

2016-09-04 Thread Heiko Stuebner
Am Donnerstag, 1. September 2016, 20:26:23 CEST schrieb Chris Zhong: > From: Douglas Anderson > > 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

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

2016-09-01 Thread Chris Zhong
From: Douglas Anderson 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

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

2016-09-01 Thread Chris Zhong
From: Douglas Anderson 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