summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap3-restart.c
AgeCommit message (Collapse)Author
2014-05-06IKXCLOCK-1057 arm: mach-omap: pass panic as reason for panic rebootMakarand karvekar
"panic" string is passed as reason for panic reboot parse cmd for explicit reboot reason strings Change-Id: I0801f1207230dd9b3e182ef87ea49197e1eed362 Signed-off-by: Makarand karvekar <mkarvekar@motorola.com>
2012-11-08ARM: OMAP2+: PRCM: create SoC-specific chip restart functionsPaul Walmsley
Split omap_prcm_restart() from mach-omap2/prcm.c into SoC-specific variants. These functions need to be able to save the reboot reason into the scratchpad RAM. This implies a dependency on both the PRM and SCM IP blocks, so they've been moved into their own file. This will eventually call functions in the PRM and SCM drivers, once those are created. Vaibhav Hiremath <hvaibhav@ti.com> identified an unused prototype in the first version of this patch - now removed. Tony Lindgren <tony@atomide.com> noted a compile problem with some RMK Kconfigs; resolved in this patch. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Vaibhav Hiremath <hvaibhav@ti.com> Tested-by: Vaibhav Hiremath <hvaibhav@ti.com> Cc: Tony Lindgren <tony@atomide.com>