1
0
Fork 0
alistair23-linux/arch/arm/mach-davinci
Thomas Gleixner 18de5bc4c1 clockevents: fix resume logic
We need to make sure, that the clockevent devices are resumed, before
the tick is resumed. The current resume logic does not guarantee this.

Add CLOCK_EVT_MODE_RESUME and call the set mode functions of the clock
event devices before resuming the tick / oneshot functionality.

Fixup the existing users.

Thanks to Nigel Cunningham for tracking down a long standing thinko,
which affected the jinxed VAIO.

[akpm@linux-foundation.org: xen build fix]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-21 17:49:15 -07:00
..
Kconfig [ARM] 4303/3: base kernel support for TI DaVinci 2007-05-11 17:26:55 +01:00
Makefile [ARM] 4432/5: davinci: pin mux support 2007-07-12 09:57:09 +01:00
Makefile.boot [ARM] 4303/3: base kernel support for TI DaVinci 2007-05-11 17:26:55 +01:00
board-evm.c [ARM] 4430/1: davinci: clock control support 2007-07-12 09:57:09 +01:00
clock.c [ARM] 4430/1: davinci: clock control support 2007-07-12 09:57:09 +01:00
clock.h [ARM] 4430/1: davinci: clock control support 2007-07-12 09:57:09 +01:00
gpio.c [ARM] 4457/2: davinci: GPIO support 2007-07-12 09:57:09 +01:00
id.c [ARM] 4303/3: base kernel support for TI DaVinci 2007-05-11 17:26:55 +01:00
io.c [ARM] 4430/1: davinci: clock control support 2007-07-12 09:57:09 +01:00
irq.c [ARM] 4303/3: base kernel support for TI DaVinci 2007-05-11 17:26:55 +01:00
mux.c [ARM] 4432/5: davinci: pin mux support 2007-07-12 09:57:09 +01:00
psc.c [ARM] 4432/5: davinci: pin mux support 2007-07-12 09:57:09 +01:00
serial.c [ARM] 4303/3: base kernel support for TI DaVinci 2007-05-11 17:26:55 +01:00
time.c clockevents: fix resume logic 2007-07-21 17:49:15 -07:00