Re: [PATCH 4/4] clk: si5351: Reset PLL after rate change

2015-04-30 Thread Sebastian Hesselbarth
On 30.04.2015 20:49, Michael Welling wrote: On Thu, Apr 30, 2015 at 07:45:54PM +0200, Sebastian Hesselbarth wrote: When changing PLL rate significantly, PLLs have to be reset. Add a function to perform and check for successful PLL reset. Signed-off-by: Sebastian Hesselbarth --- [...] @@ -519

Re: [PATCH 4/4] clk: si5351: Reset PLL after rate change

2015-04-30 Thread Michael Welling
On Thu, Apr 30, 2015 at 07:45:54PM +0200, Sebastian Hesselbarth wrote: > When changing PLL rate significantly, PLLs have to be reset. Add a function > to perform and check for successful PLL reset. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Mike Turquette > Cc: Stephen Boyd > Cc: Jean

[PATCH 4/4] clk: si5351: Reset PLL after rate change

2015-04-30 Thread Sebastian Hesselbarth
When changing PLL rate significantly, PLLs have to be reset. Add a function to perform and check for successful PLL reset. Signed-off-by: Sebastian Hesselbarth --- Cc: Mike Turquette Cc: Stephen Boyd Cc: Jean-Francois Moine Cc: Michael Welling Cc: Russell King Cc: devicet...@vger.kernel.org