summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clkt_dpll.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-24clk: ti: Convert to clk_hw based provider APIsStephen Boyd1-5/+6
We're removing struct clk from the clk provider API, so switch this code to using the clk_hw based provider APIs. Acked-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-06-02clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo1-0/+369
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>