summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/system.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: mxs: Add missing EXPORT_SYMBOL for mxs_reset_blockSascha Hauer2011-03-071-0/+2
| | | | | | | It is used for example in the i2c driver which can be compiled modular. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* ARM: mxs: Add reset routinesShawn Guo2010-12-201-0/+137
- The mxs wdog is implemented in RTC block. - There is a generic software reset routine for most modules on mxs. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>