Re: [PATCHv10 04/41] CLK: TI: Add DPLL clock support

2013-12-17 Thread Paul Walmsley
On Tue, 26 Nov 2013, Tero Kristo wrote: The OMAP clock driver now supports DPLL clock type. This patch also adds support for DT DPLL nodes. Signed-off-by: Tero Kristo t-kri...@ti.com ... +/* + * struct clk_hw_omap.flags possibilities + * + * XXX document the rest of the clock flags

Re: [PATCHv10 04/41] CLK: TI: Add DPLL clock support

2013-12-17 Thread Paul Walmsley
On Tue, 26 Nov 2013, Tero Kristo wrote: The OMAP clock driver now supports DPLL clock type. This patch also adds support for DT DPLL nodes. Signed-off-by: Tero Kristo t-kri...@ti.com ... diff --git a/drivers/clk/ti/dpll.c b/drivers/clk/ti/dpll.c new file mode 100644 index

[PATCHv10 04/41] CLK: TI: Add DPLL clock support

2013-11-26 Thread Tero Kristo
The OMAP clock driver now supports DPLL clock type. This patch also adds support for DT DPLL nodes. Signed-off-by: Tero Kristo t-kri...@ti.com --- .../devicetree/bindings/clock/ti/dpll.txt | 75 +++ arch/arm/mach-omap2/clock.h| 163 +-