Re: [PATCH] clk: rockchip: validity should be checked prior to clock rate change

From: Heiko Stuebner
Date: Mon Nov 14 2016 - 11:41:31 EST


Am Dienstag, 8. November 2016, 17:10:14 CET schrieb Elaine Zhang:
> If validity is not checked prior to clock rate change, clk_set_rate(
> cpu_clk, unsupported_rate) will return success, but the real clock rate
> change operation is prohibited in post clock change event. Alough post
> clock change event will report error due to unsupported clock rate is
> set, but this error message is ignored by clock framework.
>
> Signed-off-by: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx>
> Signed-off-by: Rocky Hao <rocky.hao@xxxxxxxxxxxxxx>

after Elaine clarified that the line mentioning Rocky was actually a tested-by,
applied to my clock branch


Thanks
Heiko