Re: [PATCH v5 0/4] common clk framework

2012-03-09 Thread Turquette, Mike
On Thu, Mar 8, 2012 at 6:34 PM, Richard Zhao wrote: > Hello Mike, > > The main interface for clk implementer is to register clocks dynamically. > I think it highly depends on clk DT bindings. From the patch Grant sent > out, it looks like he doesn't like one node per clk. So how do we > register c

Re: [PATCH v5 0/4] common clk framework

2012-03-09 Thread Sascha Hauer
Hi Richard, On Fri, Mar 09, 2012 at 10:34:19AM +0800, Richard Zhao wrote: > Hello Mike, > > The main interface for clk implementer is to register clocks dynamically. > I think it highly depends on clk DT bindings. From the patch Grant sent > out, it looks like he doesn't like one node per clk. So

Re: [PATCH v5 0/4] common clk framework

2012-03-08 Thread Richard Zhao
Hello Mike, The main interface for clk implementer is to register clocks dynamically. I think it highly depends on clk DT bindings. From the patch Grant sent out, it looks like he doesn't like one node per clk. So how do we register clocks dynamically? You have any sample code? Thanks Richard _

[PATCH v5 0/4] common clk framework

2012-03-03 Thread Mike Turquette
From: Mike Turquette The common clock framework defines a common struct clk as well as an implementation of the clk api that unifies clock operations on various platforms and devices. The net result is consolidation of many different struct clk definitions and platform-specific clock framework i