aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/clock.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-01-16[PATCH] sh: Simplistic clock frameworkPaul Mundt1-0/+61
This adds a relatively simplistic clock framework for sh. The initial goal behind this is to clean up the arch/sh/kernel/time.c mess and to get the CPU subtype-specific frequency setting and calculation code moved somewhere more sensible. This only deals with the core clocks at the moment, though it's trivial for other drivers to define their own clocks as desired. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>