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

2013-09-17 Thread Tony Lindgren
* Tero Kristo [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" - contains the co

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 Tero, Overall this patch is really great. Some minor comments below. > diff --git a/Documentation/devicetree/bindings

[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 --- .../devicetree/bindings/clock/ti/dpll.txt | 68 +++ arch/arm/mach-omap2/clock.h| 144 +- arch/arm/mach-omap2/clock3xxx.h