Re: [PATCHv6 01/45] CLK: TI: Add DPLL clock support

2013-09-17 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [130829 06:24]: The OMAP clock driver now supports DPLL clock type. This patch also adds support for DT DPLL nodes. ... +- reg-names : array of the register names for controlling the device, sorted + in the same order as the reg property. + control -

Re: [PATCHv6 01/45] CLK: TI: Add DPLL clock support

2013-09-10 Thread Mike Turquette
Quoting Tero Kristo (2013-08-29 06:15:53) 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 Tero, Overall this patch is really great. Some minor comments below. diff --git

[PATCHv6 01/45] CLK: TI: Add DPLL clock support

2013-08-29 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 | 68 +++ arch/arm/mach-omap2/clock.h| 144 +-