1
linux/arch/mips/loongson/common
Wu Zhangjin f181bf60e3 MIPS: Loongson 2F: Add suspend support framework
This patch add basic suspend support for loongson2f family machines,
loongson2f have a specific feature: when we set it's frequency to ZERO,
it will go into a wait mode, and then can be waked up by the external
interrupt. so, if we setup suitable interrupts before putting it into
wait mode, we will be able wake it up whenever we want via sending the
relative interrupts to it.

These interrupts are board-specific, Yeeloong2F use the keyboard
interrupt and SCI interrupt, but LingLoong and Fuloong2F use the
interrupts connected to the processors directly. and BTW: some old
LingLoong and FuLoong2F have no such interrupts connected, so, there is
no way to wake them up from suspend mode. and therefore, please do not
enable the kernel support for them.

The board-specific support will be added in the coming patches.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: yanh@lemote.com
Cc: huhb@lemote.com
Cc: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: linux-pm@lists.linux-foundation.org
Patchwork: http://patchwork.linux-mips.org/patch/629/
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-12-17 01:57:16 +00:00
..
cs5536 MIPS: Lemote 2F: Add basic CS5536 VSM support 2009-12-17 01:57:12 +00:00
bonito-irq.c MIPS: Loongson: Add basic Loongson 2F support 2009-12-17 01:57:10 +00:00
cmdline.c MIPS: Loongson: Cleanup machtype support 2009-12-17 01:57:08 +00:00
early_printk.c MIPS: Loongson: Cleanup the serial port support 2009-12-17 01:57:09 +00:00
env.c
init.c MIPS: Loongson 2F: Cleanup the #if clauses 2009-12-17 01:57:15 +00:00
irq.c MIPS: Bonito64: Make Loongson independent from Bonito64 code. 2009-12-17 01:57:06 +00:00
machtype.c MIPS: Loongson: Cleanup machtype support 2009-12-17 01:57:08 +00:00
Makefile MIPS: Loongson 2F: Add suspend support framework 2009-12-17 01:57:16 +00:00
mem.c MIPS: Add support for uncached accelerated mappings. 2009-12-17 01:57:15 +00:00
pci.c MIPS: Loongson 2F: Cleanup the #if clauses 2009-12-17 01:57:15 +00:00
pm.c MIPS: Loongson 2F: Add suspend support framework 2009-12-17 01:57:16 +00:00
reset.c MIPS: Bonito64: Make Loongson independent from Bonito64 code. 2009-12-17 01:57:06 +00:00
serial.c MIPS: Loongson: Cleanup the serial port support 2009-12-17 01:57:09 +00:00
setup.c
time.c
uart_base.c MIPS: Loongson: Cleanup the serial port support 2009-12-17 01:57:09 +00:00