dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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
..
Kconfig [ARM] Silence OMAP kernel configuration warning 2007-05-16 17:36:17 +01:00
Makefile ARM: OMAP: Sync core code with linux-omap 2007-05-08 20:36:31 +01:00
Makefile.boot [PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 and omap2 2005-07-10 19:58:08 +01:00
board-ams-delta.c ARM: OMAP: Readd Amstrad Delta USB support 2006-06-26 16:16:01 -07:00
board-fsample.c ARM: OMAP: gpio init section cleanups 2007-05-08 20:20:37 +01:00
board-generic.c [ARM] 3433/1: ARM: OMAP: 8/8 Update board files 2006-04-02 17:46:30 +01:00
board-h2.c ARM: OMAP: Fix section mismatch warning 2007-05-10 16:32:54 -07:00
board-h3.c ARM: OMAP: gpio init section cleanups 2007-05-08 20:20:37 +01:00
board-innovator.c ARM: OMAP: gpio init section cleanups 2007-05-08 20:20:37 +01:00
board-nokia770.c ARM: OMAP: Add missing includes to board-nokia770 2007-03-02 01:47:12 -08:00
board-osk.c [ARM] spelling fixes 2007-05-20 20:10:32 +01:00
board-palmte.c [ARM] spelling fixes 2007-05-20 20:10:32 +01:00
board-perseus2.c ARM: OMAP: gpio init section cleanups 2007-05-08 20:20:37 +01:00
board-voiceblue.c [ARM] 3433/1: ARM: OMAP: 8/8 Update board files 2006-04-02 17:46:30 +01:00
clock.c ARM: OMAP: omap1510->15xx conversions needed for sx1 2007-03-02 01:47:12 -08:00
clock.h ARM: OMAP: Sync clocks with linux-omap tree 2006-09-25 13:27:20 +03:00
devices.c ARM: OMAP: Sync core code with linux-omap 2007-05-08 20:36:31 +01:00
fpga.c [ARM] Remove compatibility layer for ARM irqs 2006-11-30 12:24:47 +00:00
id.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
io.c ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations) 2007-05-09 10:39:14 +01:00
irq.c [ARM] Remove needless linux/ptrace.h includes 2007-04-21 20:34:47 +01:00
leds-h2p2-debug.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-innovator.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-osk.c WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
leds.c [ARM] 3141/1: OMAP 1/5: Update omap1 specific files 2005-11-10 14:26:48 +00:00
leds.h [PATCH] ARM: 2799/1: OMAP update 4/11: Move OMAP1 LED code into mach-omap1 directory 2005-07-10 19:58:10 +01:00
mailbox.c ARM: OMAP: Add mailbox support for IVA 2007-05-09 10:37:10 +01:00
mux.c ARM: OMAP: mux: add config for 16xx SPI pins 2006-09-25 12:41:29 +03:00
pm.c [ARM] spelling fixes 2007-05-20 20:10:32 +01:00
serial.c ARM: OMAP: OMAP310 Serial 2007-03-02 01:47:09 -08:00
sleep.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
time.c clockevents: fix resume logic 2007-07-21 17:49:15 -07:00