Re: [PATCH] clk: imx: Set CLK_SET_RATE_GATE for gate and divider clocks

From: Stephen Boyd
Date: Fri Apr 06 2018 - 14:22:28 EST


Quoting Abel Vesa (2018-03-23 06:33:26)
> Add flag CLK_SET_RATE_GATE for i.MX gate and divider clocks on which the
> client drivers usually make clk_set_rate() call, so that the call will fail
> when clock is still on instead of standing the risk of running into glitch
> issue. Rate cannot be changed when the clock is enabled due to the glitchy
> multiplexers.
>
> Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
> [initial patch from imx internal repo]
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx>
> [carried over from 3.14 and also applied the flag to newer functions]

Is Shawn the author of this patch?