[PATCH v6 2/7] clk: samsung: Define a common samsung_clk_register_pll()

2013-06-19 Thread Yadwinder Singh Brar
This patch defines a common samsung_clk_register_pll() and its migrating the PLL35xx PLL36xx to use it. Other samsung PLL can also be migrated to it. It also adds exynos5250 exynos5420 PLLs to unique id list of clocks. Since pll2550 pll35xx and pll2650 pll36xx have exactly same clk ops

Re: [PATCH v6 2/7] clk: samsung: Define a common samsung_clk_register_pll()

2013-06-19 Thread Tomasz Figa
Hi Yadwinder, Generally looks really good, but some comments inline. On Monday 10 of June 2013 18:54:14 Yadwinder Singh Brar wrote: This patch defines a common samsung_clk_register_pll() and its migrating the PLL35xx PLL36xx to use it. Other samsung PLL can also be migrated to it. It also

Re: [PATCH v6 2/7] clk: samsung: Define a common samsung_clk_register_pll()

2013-06-19 Thread Yadwinder Singh Brar
On Wed, Jun 19, 2013 at 10:24 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Yadwinder, Generally looks really good, but some comments inline. On Monday 10 of June 2013 18:54:14 Yadwinder Singh Brar wrote: This patch defines a common samsung_clk_register_pll() and its migrating the PLL35xx

Re: [PATCH v6 2/7] clk: samsung: Define a common samsung_clk_register_pll()

2013-06-19 Thread Tomasz Figa
On Wednesday 19 of June 2013 23:44:47 Yadwinder Singh Brar wrote: On Wed, Jun 19, 2013 at 10:24 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Yadwinder, Generally looks really good, but some comments inline. On Monday 10 of June 2013 18:54:14 Yadwinder Singh Brar wrote: This