ARM: OMAP3: clock: add new rate changing logic support for noncore DPLLs
authorTero Kristo <t-kristo@ti.com>
Fri, 3 Oct 2014 13:57:11 +0000 (16:57 +0300)
committerPaul Walmsley <paul@pwsan.com>
Thu, 13 Nov 2014 16:26:16 +0000 (09:26 -0700)
Currently, DPLL code hides the re-parenting within its internals, which
is wrong. This needs to be exposed to the common clock code via
determine_rate and set_rate_and_parent APIs. This patch adds support
for these, which will be taken into use in the following patches.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/dpll3xxx.c
include/linux/clk/ti.h

Simple merge
Simple merge