summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t/s3c24x0/timer.c
Commit message (Collapse)AuthorAgeLines
* Timer: Remove reset_timer_masked()Graeme Russ2011-07-26-7/+0
| | | | | | | In some circumstances, reset_timer_masked() was called be timer_init() in order to perform architecture specific timer initialisation. In such cases, the required code in reset_timer_masked() has been moved into timer_init()
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-6/+0
|
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-5/+0
|
* ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-22-7/+1
| | | | | | | | | | The 'trab' board configuration is broken, and there is nobody who is interested and willing to fix it. Drop it. This includes support for VFD displays which have always been used by this board only. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add generic support for samsung s3c2440C Nauman2010-10-28-11/+12
| | | | | | | | | | | This patch adds generic support for the Samsung s3c2440 processor. Global s3c24x0 changes to struct members converting from upper case to lower case. Signed-off-by: Craig Nauman <cnauman@diagraph.com> Cc: kevin.morfitt@fearnside-systems.co.uk Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+223
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>