ARM: OMAP2+: clock: export driver API to setup/get clock features
authorTero Kristo <t-kristo@ti.com>
Fri, 27 Feb 2015 15:54:14 +0000 (17:54 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:30:58 +0000 (12:30 +0300)
commitf3b19aa5cab65f7e73613aa37f6851ce56b794d1
treed71464c084f3a7bb56568ae7291fe19561a8d222
parent5ebe6afaf0057ac3eaeb98defd5456894b446d22
ARM: OMAP2+: clock: export driver API to setup/get clock features

As most of the clock driver support code is going to be moved under
drivers/clk/ti, an API for setting / getting the SoC specific clock
features is needed. This patch provides this API and changes the
existing code to use it.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/clkt_dpll.c
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/clock3xxx.c
arch/arm/mach-omap2/dpll3xxx.c
drivers/clk/ti/clk.c
include/linux/clk/ti.h