summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/mx25/reset.c
Commit message (Collapse)AuthorAgeLines
* imx: fix coding styleFabio Estevam2011-10-27-1/+1
| | | | | | | | | Fix checkpatch warning and errors in several i.MX related files. While at it also address a checkpatch warning at arch/arm/cpu/armv7/mx5/soc.c regarding the usage of extern in a C file. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx25: Fix resetMatthias Weisser2010-10-28-4/+4
| | | | | | | | This patch fixes the reset command on imx25. The watchdog registers are 16 bits in size and not 32. This patch also adds the service register codes as constants. Signed-off-by: Matthias Weisser <weisserm@arcor.de>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+56
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>