summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136/mx35/timer.c
Commit message (Collapse)AuthorAgeLines
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-5/+0
|
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-4/+0
|
* Add support for MX35 processorStefano Babic2011-02-02-0/+120
The patch adds basic support for the Freescale's i.MX35 (arm1136 based) processor. The patch adds also a prototype for the initialization of the FEC(ethernet controller) to netdev.h to avoid warnings. Signed-off-by: Stefano Babic <sbabic@denx.de>