[PATCH 3/6] mpc83xx: Power Management support
Kumar Gala
galak at kernel.crashing.org
Tue Jul 15 23:14:17 EST 2008
On Jul 11, 2008, at 6:04 PM, Scott Wood wrote:
> Basic PM support for 83xx. Standby is implemented as sleep.
> Suspend-to-RAM is implemented as "deep sleep" (with the processor
> turned off) on 831x.
>
> Signed-off-by: Scott Wood <scottwood at freescale.com>
> ---
> arch/powerpc/Kconfig | 2 +-
> arch/powerpc/platforms/83xx/Makefile | 1 +
> arch/powerpc/platforms/83xx/suspend-asm.S | 533 ++++++++++++++++++++
> +++++++++
> arch/powerpc/platforms/83xx/suspend.c | 388 +++++++++++++++++++++
> arch/powerpc/sysdev/fsl_soc.h | 1 +
> arch/powerpc/sysdev/ipic.c | 71 ++++
> include/asm-powerpc/reg.h | 4 +
> include/linux/fsl_devices.h | 6 +
> 8 files changed, 1005 insertions(+), 1 deletions(-)
> create mode 100644 arch/powerpc/platforms/83xx/suspend-asm.S
> create mode 100644 arch/powerpc/platforms/83xx/suspend.c
applied.
- k
More information about the Linuxppc-dev
mailing list