[PATCHv2] clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrs
From: tony@atomide.com (Tony Lindgren)
Date: 2016-02-22 16:59:59
Also in:
linux-clk, linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2016-02-22 16:59:59
Also in:
linux-clk, linux-omap
* Tero Kristo [off-list ref] [160220 03:24]:
Convert DPLL support code to use clk_hw pointers for reference and bypass
clocks. This allows us to use clk_hw_* APIs for accessing any required
parameters for these clocks, avoiding some locking problems at least with
DPLL enable code; this used clk_get_rate which uses mutex but isn't
good under clk_enable / clk_disable.
Signed-off-by: Tero Kristo <redacted>
---
v2: rebased the patch on top of v2 of 'clk: ti: omap3+: dpll: use non-locking
version of clk_get_rate', as that one is required already for -rc. This
patch can follow in 4.6 merge window.Yeah seems this one can wait for v4.6 merge window no problem: Acked-by: Tony Lindgren <tony@atomide.com> Regards, Tony