Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-24 | clk: ti: Convert to clk_hw based provider APIs | Stephen Boyd | 1 | -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-02 | clk: ti: move generic OMAP DPLL implementation under drivers/clk | Tero Kristo | 1 | -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> |