clk: ti: dpll: move omap3 DPLL functionality to clock driver
authorTero Kristo <t-kristo@ti.com>
Tue, 3 Mar 2015 11:27:48 +0000 (13:27 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:31:14 +0000 (12:31 +0300)
commit0565fb168d63f89591ce7dcb85438cb19d939a92
tree304b6823925c4115b5cd46a5d9a5883eb2539462
parent192383d87b876ea9879d8b598af593809a25b7d2
clk: ti: dpll: move omap3 DPLL functionality to clock driver

With the legacy clock support gone, OMAP3 generic DPLL code can now be
moved over to the clock driver also. A few un-unused clkoutx2 functions
are also removed at the same time.

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