x86/platform: Add Eurobraille/Iris power off support
authorShérab <Sebastien.Hinderer@ens-lyon.org>
Sat, 25 Sep 2010 04:06:57 +0000 (06:06 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 18 Nov 2010 09:03:24 +0000 (10:03 +0100)
commit82148d1d0b2f369851f2dff5088f7840f9f16abf
tree7def98b5154fee8352b30ed27fb20d3dfaa8ff8b
parentd3e1884bc585a43674d2cb0d3f0aeeb0ae43bc04
x86/platform: Add Eurobraille/Iris power off support

The Iris machines from Eurobraille do not have APM or ACPI support
to shut themselves down properly.  A special I/O sequence is
needed to do so.  This modle runs this I/O sequence at
kernel shutdown when its force parameter is set to 1.

Signed-off-by: Shérab <Sebastien.Hinderer@ens-lyon.org>
Acked-by: "H. Peter Anvin" <hpa@zytor.com>
[ did minor coding style edits ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/iris.c [new file with mode: 0644]