Re: [PATCHv4 21/33] CLK: OMAP: DPLL: add omap3 dpll support

2013-08-01 Thread Nishanth Menon
On 07/31/2013 10:03 AM, Tero Kristo wrote: On 07/30/2013 11:08 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: [...] pr_err(%s: ti,clk-bypass for %s not found\n, __func__, clk_name); goto cleanup; @@ -225,14 +259,31 @@ static void

Re: [PATCHv4 21/33] CLK: OMAP: DPLL: add omap3 dpll support

2013-07-31 Thread Tero Kristo
On 07/30/2013 11:08 PM, Nishanth Menon wrote: On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 has slightly different DPLLs from those compared to OMAP4. Modified code for the same. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/clk/omap/dpll.c | 96

Re: [PATCHv4 21/33] CLK: OMAP: DPLL: add omap3 dpll support

2013-07-30 Thread Nishanth Menon
On 07/23/2013 02:20 AM, Tero Kristo wrote: OMAP3 has slightly different DPLLs from those compared to OMAP4. Modified code for the same. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/clk/omap/dpll.c | 96 +-- 1 file changed, 85

[PATCHv4 21/33] CLK: OMAP: DPLL: add omap3 dpll support

2013-07-23 Thread Tero Kristo
OMAP3 has slightly different DPLLs from those compared to OMAP4. Modified code for the same. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/clk/omap/dpll.c | 96 +-- 1 file changed, 85 insertions(+), 11 deletions(-) diff --git