summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/system.c
AgeCommit message (Collapse)Author
2010-09-30ENGR00126814 MX5: Reboot fails when dvfs-core is enabled.Ranjani Vaidyanathan
Disable dvfs-core before the reboot process starts since its possible that the core voltage is at 0.85V when reboot command was issued. This will cause the reboot to fail since the ROM code does not set the core voltage. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2010-08-31ENGR00126692-2: MX5X: Upgrade kernel to 2.6.35Dinh Nguyen
This patch contains changes to mach-mx5 files. Contains all checkpatch and copyright fixes. Acked-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com>
2009-08-14MXC: add basic MXC91231 supportDmitriy Taychenachev
Signed-off-by: Dmitriy Taychenachev <dimichxp@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-08-07system.c: runtime base addressSascha Hauer
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-03-27mxc: add arch_reset() functionIlya Yanok
This patch adds arch_reset() function for all mxc platforms. It also removes (unsused) arch/arm/mach-mx2/system.c file. This patch has been tested on i.MX1/27/31/35 Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>