]> git.baikalelectronics.ru Git - kernel.git/commit
clockevents: Provide combined configure and register function
authorThomas Gleixner <tglx@linutronix.de>
Wed, 18 May 2011 21:33:41 +0000 (21:33 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 May 2011 12:24:15 +0000 (14:24 +0200)
commit358735cf3c42a1947e7b814a19789297fbefd8a8
treec56c00307052034a64d2577819fdf21271446ebe
parent5b986dd217b48bf5c21bc86d22084c642ed6d3e4
clockevents: Provide combined configure and register function

All clockevent devices have the same open coded initialization
functions. Provide an interface which does all necessary
initialization in the core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Link: http://lkml.kernel.org/r/%3C20110518210136.331975870%40linutronix.de%3E
include/linux/clockchips.h
kernel/time/clockevents.c