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

2013-01-24 Thread Tony Prisk
On Thu, 2013-01-24 at 11:15 -0800, Mike Turquette wrote: > Quoting Tony Prisk (2013-01-18 13:08:00) > > On Fri, 2013-01-18 at 09:56 -0800, Mike Turquette wrote: > > > Quoting Prashant Gaikwad (2013-01-03 23:00:56) > > > > Use common of_clk_init() function for clock initialization. > > > > > > > >

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

2013-01-24 Thread Tony Prisk
On Thu, 2013-01-24 at 11:15 -0800, Mike Turquette wrote: Quoting Tony Prisk (2013-01-18 13:08:00) On Fri, 2013-01-18 at 09:56 -0800, Mike Turquette wrote: Quoting Prashant Gaikwad (2013-01-03 23:00:56) Use common of_clk_init() function for clock initialization. Signed-off-by:

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

2013-01-18 Thread Tony Prisk
On Fri, 2013-01-18 at 09:56 -0800, Mike Turquette wrote: > Quoting Prashant Gaikwad (2013-01-03 23:00:56) > > Use common of_clk_init() function for clock initialization. > > > > Signed-off-by: Prashant Gaikwad > > Tony, > > Can I get a Tested-by from you before I take this in? > Tested-by:

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

2013-01-18 Thread Mike Turquette
Quoting Prashant Gaikwad (2013-01-03 23:00:56) > Use common of_clk_init() function for clock initialization. > > Signed-off-by: Prashant Gaikwad Tony, Can I get a Tested-by from you before I take this in? Thanks, Mike > --- > drivers/clk/clk-vt8500.c | 15 --- > 1 files

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

2013-01-18 Thread Mike Turquette
Quoting Prashant Gaikwad (2013-01-03 23:00:56) Use common of_clk_init() function for clock initialization. Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com Tony, Can I get a Tested-by from you before I take this in? Thanks, Mike --- drivers/clk/clk-vt8500.c | 15 --- 1

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

2013-01-18 Thread Tony Prisk
On Fri, 2013-01-18 at 09:56 -0800, Mike Turquette wrote: Quoting Prashant Gaikwad (2013-01-03 23:00:56) Use common of_clk_init() function for clock initialization. Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com Tony, Can I get a Tested-by from you before I take this in?

[PATCH 5/7] clk: vt8500: 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/clk-vt8500.c | 15 --- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/drivers/clk/clk-vt8500.c b/drivers/clk/clk-vt8500.c index fe25570..3ce1c3e 100644 ---

[PATCH 5/7] clk: vt8500: 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 pgaik...@nvidia.com --- drivers/clk/clk-vt8500.c | 15 --- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/drivers/clk/clk-vt8500.c b/drivers/clk/clk-vt8500.c index