summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/interrupts.c
Commit message (Collapse)AuthorAgeLines
* AVR32: fix timer_init() functionSven Schnelle2011-12-20-2/+3
| | | | | | | | | | | | | | timer_init() now returns an int (the error code) instead of void. This makes compilation fail with: interrupts.c:111: error: conflicting types for 'timer_init' /home/svens/u-boot/u-boot/include/common.h:246: error: previous declaration of 'timer_init' was here make[1]: *** [interrupts.o] Error 1 Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-7/+0
|
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-16/+0
|
* avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann2011-05-18-1/+1
| | | | Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
* avr32: rename memory-map.h -> hardware.hAndreas Bießmann2011-05-18-1/+1
| | | | Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
* avr32: Move cpu/at32ap/* to arch/avr32/cpu/*Peter Tyser2010-04-13-0/+150
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>