* Russell King - ARM Linux linux@arm.linux.org.uk [111123 14:07]:
On Wed, Nov 23, 2011 at 10:55:19AM -0800, Tony Lindgren wrote:
What else are you aware of that is really needed early for clocks other than clockevent?
TWD will lose its auto-calibration. Then there's various clock source and clock event implementations. These all call for the clk API to be up and running at init_early time.
If we can't initialize those later on, then it sounds like some clocks and some parts of the clock fwk code needs to be static.
However, we could still make big chunks of the clock framework into a regular device driver for allocating non-static clocks, debugfs interface and so on.
Regards,
Tony