Re: [PATCH 7/7] clk: vexpress: Use common of_clk_init() function

2013-01-23 Thread Pawel Moll
On Fri, 2013-01-04 at 07:00 +, Prashant Gaikwad wrote: > Use common of_clk_init() function for clock initialization. > > Signed-off-by: Prashant Gaikwad Just tested on VE, looks good to me. So for this patch and the "[1/7] clk: add common of_clk_init() function" one: Tested-by: Pawel Moll

Re: [PATCH 7/7] clk: vexpress: Use common of_clk_init() function

2013-01-22 Thread Linus Walleij
On Fri, Jan 18, 2013 at 6:58 PM, Mike Turquette wrote: > Quoting Prashant Gaikwad (2013-01-03 23:00:58) >> Use common of_clk_init() function for clock initialization. >> >> Signed-off-by: Prashant Gaikwad > > Pawel or Linus, > > Can I get a Tested-by before I take this series into clk-next? For

Re: [PATCH 7/7] clk: vexpress: Use common of_clk_init() function

2013-01-21 Thread Pawel Moll
On Fri, 2013-01-18 at 17:58 +, Mike Turquette wrote: > Quoting Prashant Gaikwad (2013-01-03 23:00:58) > > Use common of_clk_init() function for clock initialization. > > > > Signed-off-by: Prashant Gaikwad > > Pawel or Linus, > > Can I get a Tested-by before I take this series into clk-next

Re: [PATCH 7/7] clk: vexpress: Use common of_clk_init() function

2013-01-18 Thread Mike Turquette
Quoting Prashant Gaikwad (2013-01-03 23:00:58) > Use common of_clk_init() function for clock initialization. > > Signed-off-by: Prashant Gaikwad Pawel or Linus, Can I get a Tested-by before I take this series into clk-next? Thanks, Mike > --- > drivers/clk/versatile/clk-vexpress-osc.c |1

[PATCH 7/7] clk: vexpress: Use common of_clk_init() function

2013-01-03 Thread Prashant Gaikwad
Use common of_clk_init() function for clock initialization. Signed-off-by: Prashant Gaikwad --- drivers/clk/versatile/clk-vexpress-osc.c |1 + drivers/clk/versatile/clk-vexpress.c |8 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/clk/versatile/clk-ve