]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Malta: add suspend state entry code
authorPaul Burton <paul.burton@imgtec.com>
Wed, 7 May 2014 11:20:57 +0000 (12:20 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 May 2014 19:01:09 +0000 (21:01 +0200)
commitb6911bba598f5d611f7fdbb87b5af7f1712dbe9d
tree8d19951428748909cd508251ebce1d1a5e2cf6ec
parent643c5705bc9d30b64ca320715eb210b853d1f27e
MIPS: Malta: add suspend state entry code

This patch introduces code which will enter a suspend state via the
PIIX4. This can only be done when PCI support is enabled since it
requires access to PCI I/O space and the generation of a special cycle
on the PCI bus. In cases where PCI is disabled the mips_pm_suspend
function will simply always return an error.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6905/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/include/asm/mach-malta/malta-pm.h [new file with mode: 0644]
arch/mips/mti-malta/Makefile
arch/mips/mti-malta/malta-pm.c [new file with mode: 0644]