Re: [PATCH v4 06/15] clk: tegra: move fields to tegra_clk_pll_params

2013-10-18 Thread Peter De Schrijver
On Fri, Oct 18, 2013 at 12:59:30AM +0200, Andrew Bresticker wrote: > Hi Peter, > > > @@ -1682,17 +1664,15 @@ struct clk *tegra_clk_register_pllc(const char > > *name, const char *parent_name, > > struct clk *tegra_clk_register_plle_tegra114(const char *name, > >

Re: [PATCH v4 06/15] clk: tegra: move fields to tegra_clk_pll_params

2013-10-18 Thread Peter De Schrijver
On Fri, Oct 18, 2013 at 12:59:30AM +0200, Andrew Bresticker wrote: Hi Peter, @@ -1682,17 +1664,15 @@ struct clk *tegra_clk_register_pllc(const char *name, const char *parent_name, struct clk *tegra_clk_register_plle_tegra114(const char *name, const char

Re: [PATCH v4 06/15] clk: tegra: move fields to tegra_clk_pll_params

2013-10-17 Thread Andrew Bresticker
Hi Peter, > @@ -1682,17 +1664,15 @@ struct clk *tegra_clk_register_pllc(const char *name, > const char *parent_name, > struct clk *tegra_clk_register_plle_tegra114(const char *name, > const char *parent_name, > void __iomem

[PATCH v4 06/15] clk: tegra: move fields to tegra_clk_pll_params

2013-10-17 Thread Peter De Schrijver
Move some fields related to the PLL HW description to the tegra_clk_pll_params. This allows some PLL code to be moved to common files later. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-pll.c | 138 -- drivers/clk/tegra/clk-tegra114.c |

[PATCH v4 06/15] clk: tegra: move fields to tegra_clk_pll_params

2013-10-17 Thread Peter De Schrijver
Move some fields related to the PLL HW description to the tegra_clk_pll_params. This allows some PLL code to be moved to common files later. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/tegra/clk-pll.c | 138 --

Re: [PATCH v4 06/15] clk: tegra: move fields to tegra_clk_pll_params

2013-10-17 Thread Andrew Bresticker
Hi Peter, @@ -1682,17 +1664,15 @@ struct clk *tegra_clk_register_pllc(const char *name, const char *parent_name, struct clk *tegra_clk_register_plle_tegra114(const char *name, const char *parent_name, void __iomem *clk_base,