aboutsummaryrefslogtreecommitdiff
path: root/cpu/pxa/interrupts.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD1-127/+0
2009-03-09PXA: timer use do_div and simplify itJean-Christophe PLAGNIOL-VILLARD1-22/+24
2009-02-20pxa: fixing get_timer to return time in miliseconds.Micha Kalfon1-7/+18
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel1-117/+0
2005-04-04Fix timer code for ARM systems: make sure that udelay() does notwdenk1-3/+7
2005-04-03Patch by Steven Scholz, 25 Oct 2004:wdenk1-2/+0
2004-11-24* Fix udelay() on AT91RM9200 for delays < 1 ms.LABEL_2004_11_25_0035wdenk1-3/+8
2004-06-09* Patch by Paul Ruhland, 17 May 2004:wdenk1-1/+1
2003-10-08* Patch by Sangmoon Kim, 23 Sep 2003:wdenk1-0/+20
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-1/+0
2003-05-23Patch by Kyle Harris, 20 May 2003:LABEL_2003_05_23_1450wdenk1-0/+205