sh: APM/PM support.
authorAndriy Skulysh <askulysh@gmail.com>
Wed, 27 Sep 2006 07:20:22 +0000 (16:20 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 07:20:22 +0000 (16:20 +0900)
commit3aa770e7972723f479122cf66b529017d2175289
treef70d870381cec8034693704e346c53b311db688f
parentef48e8e3498605351f91f195cc9af0ef981b0dde
sh: APM/PM support.

This adds some simple PM stubs and the basic APM interfaces,
primarily for use by hp6xx, where the existing userland
expects it.

Signed-off-by: Andriy Skulysh <askulysh@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
21 files changed:
arch/sh/Kconfig
arch/sh/boards/hp6xx/Makefile
arch/sh/boards/hp6xx/hp6xx_apm.c [new file with mode: 0644]
arch/sh/boards/hp6xx/pm.c [new file with mode: 0644]
arch/sh/boards/hp6xx/pm_wakeup.S [new file with mode: 0644]
arch/sh/boards/hp6xx/setup.c
arch/sh/kernel/Makefile
arch/sh/kernel/apm.c [new file with mode: 0644]
arch/sh/kernel/entry.S
arch/sh/kernel/pm.c [new file with mode: 0644]
arch/sh/kernel/sh_ksyms.c
arch/sh/kernel/time.c
arch/sh/kernel/timers/timer-tmu.c
drivers/input/touchscreen/hp680_ts_input.c
include/asm-sh/apm.h [new file with mode: 0644]
include/asm-sh/cpu-sh3/freq.h
include/asm-sh/hd64461.h
include/asm-sh/hp6xx/hp6xx.h
include/asm-sh/pm.h [new file with mode: 0644]
include/asm-sh/system.h
include/asm-sh/timer.h