Re: [PATCH v2 06/14] clk: imx: pllv4: use prepare/unprepare

From: Shawn Guo
Date: Tue Mar 10 2020 - 02:05:04 EST


On Wed, Feb 19, 2020 at 03:59:49PM +0800, peng.fan@xxxxxxx wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> It is not good to use enable/disable for PLLv4 which needs time to
> lock, because enable/disable is expected to be able run in
> interrupt context. So use prepare/unprepare.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks.