summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/pm.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: mxs: call mxs_pm_init() as a machine_desc hookShawn Guo2013-04-041-3/+1
| | | | | | | The device_initcall is not a friend of multiplatform build. Call mxs_pm_init() as a machine_desc hook instead of device_initcall. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: substitute arch_idle()Nicolas Pitre2012-01-201-2/+1
| | | | | | | | | | | Now that all implementations of arch_idle() are equivalent to cpu_do_idle() we can just use the later directly and stop including mach/system.h. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-and-tested-by: Jamie Iles <jamie@jamieiles.com> Acked-by: Tony Lindgren <tony@atomide.com> Tested-by: Stephen Warren <swarren@nvidia.com>
* ARM: mxs: add initial pm supportShawn Guo2011-01-261-0/+43
This is a very initial pm support and basically does nothing. With this pm support entry, drivers can start testing their own pm functions. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
OpenPOWER on IntegriCloud