clk: ti: move OMAP4+ DPLL implementation under drivers/clk
authorTero Kristo <t-kristo@ti.com>
Mon, 2 Mar 2015 09:07:35 +0000 (11:07 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:30:58 +0000 (12:30 +0300)
commit59245ce01a2e3ded836172266e3ac2e576a03333
tree6cead85bf1fbf726bfcceab3ab98d9eb8c341c44
parentb138b0283d35bed0cd3353d7e39add8ac493eb37
clk: ti: move OMAP4+ DPLL implementation under drivers/clk

With the legacy clock support gone, the OMAP4 specific DPLL implementations
can be moved under the clock driver. Change some of the function prototypes
to be static at the same time, and remove some exports from the global TI
clock driver header.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/dpll44xx.c [deleted file]
drivers/clk/ti/Makefile
drivers/clk/ti/clock.h
drivers/clk/ti/dpll44xx.c [new file with mode: 0644]
include/linux/clk/ti.h