Re: [PATCH v4 5/6] clk: basic gateable and fixed-rate clks

2011-12-14 Thread Ryan Mallon
On 14/12/11 14:53, Mike Turquette wrote: > Many platforms support simple gateable clks and fixed-rate clks that > should not be re-implemented by every platform. > > This patch introduces a gateable clk with a common programming model of > gate control via a write of 1 bit to a register. Both se

Re: [PATCH v4 3/6] clk: introduce the common clock framework

2011-12-14 Thread Ryan Mallon
On 14/12/11 14:53, Mike Turquette wrote: > The common clk framework is an attempt to define a common struct clk > which can be used by most platforms, and an API that drivers can always > use safely for managing clks. > > The net result is consolidation of many different struct clk definitions >