android_kernel_xiaomi_sm8350/arch/arm/mach-omap1
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
..
board-ams-delta.c
board-fsample.c
board-generic.c
board-h2.c
board-h3.c
board-innovator.c
board-nokia770.c
board-osk.c
board-palmte.c
board-perseus2.c
board-voiceblue.c
clock.c
clock.h
devices.c
fpga.c
id.c
io.c
irq.c
Kconfig
leds-h2p2-debug.c
leds-innovator.c
leds-osk.c
leds.c
leds.h
mailbox.c
Makefile
Makefile.boot
mux.c
pm.c
serial.c
sleep.S
time.c clockevents: fix resume logic 2007-07-21 17:49:15 -07:00