[PATCH 1/2] clk: imx: do not sleep if IRQ's are still disabled
From: Joshua Clayton <hidden>
Date: 2016-01-29 23:35:30
Also in:
linux-clk, lkml
From: Joshua Clayton <hidden>
Date: 2016-01-29 23:35:30
Also in:
linux-clk, lkml
On Fri, 29 Jan 2016 14:49:23 -0800 Stefan Agner [off-list ref] wrote:
If a clock gets enabled early during boot time, it can lead to a PLL startup. The wait_lock function makes sure that the PLL is really stareted up before it gets used. However, the function sleeps which
s/stareted/started/