[PATCHv2] clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrs

Tony Lindgren tony at atomide.com
Mon Feb 22 08:59:59 PST 2016


* Tero Kristo <t-kristo at ti.com> [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 <t-kristo at ti.com>
> ---
> 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 at atomide.com>

Regards,

Tony



More information about the linux-arm-kernel mailing list