Re: [PATCH] clk: at91: Revert "keep slow clk enabled to prevent system hang"

2015-11-20 Thread Stephen Boyd
On 11/17, Alexandre Belloni wrote: > Commit dca1a4b5ff6e ("clk: at91: keep slow clk enabled to prevent system > hang") added a workaround for the slow clock as it is not properly handled > by its users. > > Now that the slow clock is taken properly by the drivers, this workaround > is not necessar

[PATCH] clk: at91: Revert "keep slow clk enabled to prevent system hang"

2015-11-17 Thread Alexandre Belloni
Commit dca1a4b5ff6e ("clk: at91: keep slow clk enabled to prevent system hang") added a workaround for the slow clock as it is not properly handled by its users. Now that the slow clock is taken properly by the drivers, this workaround is not necessary anymore, revert it. Signed-off-by: Alexandre