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

2018-06-01 Thread Stephen Boyd
Quoting Shawn Guo (2018-04-17 19:32:16) > On Wed, Apr 11, 2018 at 05:03:29PM +0300, Abel Vesa wrote: > > From: Shawn Guo > > > > 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

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

2018-06-01 Thread Stephen Boyd
Quoting Shawn Guo (2018-04-17 19:32:16) > On Wed, Apr 11, 2018 at 05:03:29PM +0300, Abel Vesa wrote: > > From: Shawn Guo > > > > 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

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

2018-04-17 Thread Shawn Guo
On Wed, Apr 11, 2018 at 05:03:29PM +0300, Abel Vesa wrote: > From: Shawn Guo > > 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

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

2018-04-17 Thread Shawn Guo
On Wed, Apr 11, 2018 at 05:03:29PM +0300, Abel Vesa wrote: > From: Shawn Guo > > 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

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

2018-04-11 Thread Abel Vesa
From: Shawn Guo 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

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

2018-04-11 Thread Abel Vesa
From: Shawn Guo 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