Re: [PATCH v7 0/3] common clk framework

2012-03-16 Thread Sascha Hauer
On Thu, Mar 15, 2012 at 11:11:17PM -0700, Mike Turquette wrote: > 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

[PATCH v7 0/3] common clk framework

2012-03-15 Thread 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 implementations. This s