summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx/common.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: restart: lpc32xx & u300: remove unnecessary printkRussell King2012-01-051-2/+0Star
| | | | | | | | | | | | | | | | Remove the: KERN_CRIT "RESET: Rebooting system\n" (lpc32xx) KERN_CRIT "RESET: shutting down/rebooting system\n" (u300) printk from the restart handler; we already print such a message from kernel_restart() in kernel/sys.c: KERN_EMERG "Restarting system.\n" so this is unnecessary. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: restart: lpc32xx: use new restart hookRussell King2012-01-051-1/+21
| | | | | | | Hook these platforms restart code into the arm_pm_restart hook rather than using arch_reset(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* arm: lpc32xx: add rtc-deviceWolfram Sang2011-07-121-0/+21
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Tested-by: Kevin Wells <Kevin.wells@nxp.com>
* arm: lpc32xx: add tsc-deviceWolfram Sang2011-07-121-0/+21
| | | | | | | Fix the clock name, too. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Tested-by: Kevin Wells <Kevin.wells@nxp.com>
* ARM: LPC32XX: Misc support functionsKevin Wells2010-07-271-0/+271
Misc support functions and prototypes used in the LPC32XX arch and platforms Signed-off-by: Kevin Wells <wellsk40@gmail.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>