Archived
14
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-at91rm9200
Andrew Victor 963151f247 [ARM] 3579/1: AT91RM9200 Timer simplification
Patch from Andrew Victor

Use a global variable 'last_crtr' to store the time of the last timer
tick instead of the ST_RTAR register.
It's faster, frees up the ST_RTAR register for other uses, and hopefully
makes the code more understandable.  [Patch from Peter Menzebach]

Also add the SA_TIMER flag to Timer IRQ.  (It seems to be required for
the realtime preempt patch).

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-06-19 15:23:41 +01:00
..
board-csb337.c [ARM] 3393/2: AT91RM9200 LED support 2006-04-02 17:15:48 +01:00
board-csb637.c [ARM] 3393/2: AT91RM9200 LED support 2006-04-02 17:15:48 +01:00
board-dk.c [ARM] 3395/2: AT91RM9200 Dataflash Card vs MMC selection 2006-04-02 17:15:49 +01:00
board-ek.c [ARM] 3395/2: AT91RM9200 Dataflash Card vs MMC selection 2006-04-02 17:15:49 +01:00
clock.c [ARM] 3578/1: AT91RM9200 Clock update 2006-06-19 13:20:23 +01:00
common.c [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) 2006-01-09 17:05:41 +00:00
devices.c Fix AT91RM9200 build breakage 2006-04-14 18:38:01 -07:00
generic.h [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) 2006-01-09 17:05:41 +00:00
gpio.c [ARM] Rename chipdata to 'base' and make it an iomem pointer 2006-03-21 22:05:51 +00:00
irq.c [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) 2006-01-09 17:05:41 +00:00
Kconfig [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) 2006-01-09 17:05:41 +00:00
leds.c [ARM] 3393/2: AT91RM9200 LED support 2006-04-02 17:15:48 +01:00
Makefile [ARM] 3393/2: AT91RM9200 LED support 2006-04-02 17:15:48 +01:00
Makefile.boot [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) 2006-01-09 17:05:41 +00:00
time.c [ARM] 3579/1: AT91RM9200 Timer simplification 2006-06-19 15:23:41 +01:00