clk: ti: move generic OMAP DPLL implementation under drivers/clk
authorTero Kristo <t-kristo@ti.com>
Mon, 2 Mar 2015 07:57:28 +0000 (09:57 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 2 Jun 2015 09:30:58 +0000 (12:30 +0300)
commitb138b0283d35bed0cd3353d7e39add8ac493eb37
treee748f08276e90652b80e7eb48a6925f1a00b5929
parentf3b19aa5cab65f7e73613aa37f6851ce56b794d1
clk: ti: move generic OMAP DPLL implementation under drivers/clk

With the legacy clock data now gone, we can start moving OMAP clock
type implementations under clock driver. Start this with moving the
generic OMAP DPLL clock type under TI clock driver.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/clkt_dpll.c [deleted file]
drivers/clk/ti/Makefile
drivers/clk/ti/clkt_dpll.c [new file with mode: 0644]
drivers/clk/ti/clock.h
include/linux/clk/ti.h
This page took 0.030428 seconds and 5 git commands to generate.