Files
twx-linux/kernel
Thomas Gleixner f34ddce130 [PATCH] clocksource: fix resume logic
We need to make sure that the clocksources are resumed, when timekeeping is
resumed.  The current resume logic does not guarantee this.

Add a resume function pointer to the clocksource struct, so clocksource
drivers which need to reinitialize the clocksource can provide a resume
function.

Add a resume function, which calls the maybe available clocksource resume
functions and resets the watchdog function, so a stable TSC can be used
accross suspend/resume.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
2007-05-23 14:32:48 -07:00
..
2007-04-04 21:12:47 -07:00
2007-02-17 21:30:12 -05:00
2007-03-16 19:25:06 -07:00
2007-04-07 10:03:43 -07:00
2007-02-17 20:10:16 +01:00
2007-04-24 08:23:08 -07:00
2007-05-23 14:32:48 -07:00