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 definitions and platform-specific clock framework implementations.
This series is the feature freeze for the common clock framework. Unless any major bugs are reported this should be the final version of this patchset. Now is the time to add any acked-by's, reviewed-by's or tested-by's. I've carried over the *-by's from v6; I hope everyone is OK with that.
Nice work, thanks again Mike. I gave it a test on various i.MX SoCs and I can give you my:
Tested-by: Sascha Hauer s.hauer@pengutronix.de Acked-by: Sascha Hauer s.hauer@pengutronix.de
Sascha