[PATCH] clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock
From: Stephen Boyd <hidden>
Date: 2016-08-10 22:06:14
Also in:
linux-clk
From: Stephen Boyd <hidden>
Date: 2016-08-10 22:06:14
Also in:
linux-clk
On 07/15, Maxime Ripard wrote:
On Thu, Jul 14, 2016 at 10:42:35AM +0800, Chen-Yu Tsai wrote:quoted
The condition passed to read*_poll_timeout() is the break condition, i.e. wait for this condition to happen and return success. The original code assumed the opposite, resulting in a warning when the PLL clock rate was changed but never lost it's lock as far as the readout indicated. This was verified by checking the read out register value. Fixes: 1d80c14248d6 ("clk: sunxi-ng: Add common infrastructure") Signed-off-by: Chen-Yu Tsai <redacted>Acked-by: Maxime Ripard <redacted> Mike, Stephen, could you add that patch on top of the current branch?
Applied to clk-fixes -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project