]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
power: reset: Add Intel PIIX4 poweroff driver
authorPaul Burton <paul.burton@imgtec.com>
Wed, 28 Sep 2016 15:30:56 +0000 (16:30 +0100)
committerSebastian Reichel <sre@kernel.org>
Tue, 18 Oct 2016 03:13:37 +0000 (05:13 +0200)
commit29676833df1d9207cb665fe9869f6778a96045b9
tree9c666239a17e2b65adc328bfb36514fa95d895f8
parent1001354ca34179f3db924eb66672442a173147dc
power: reset: Add Intel PIIX4 poweroff driver

Add a driver which allows powering off the system via an Intel PIIX4
southbridge, by entering the PIIX4 SOff state. This is useful on the
MIPS Malta development board, where it will power down the FPGA based
board until its ON/NMI button is pressed, or the QEMU implementation of
the MIPS Malta board where it will cause QEMU to exit.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: linux-pm@vger.kernel.org
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/piix4-poweroff.c [new file with mode: 0644]