x86, olpc: Add XO-1 SCI driver and power button control
authorDaniel Drake <dsd@laptop.org>
Sat, 25 Jun 2011 16:34:12 +0000 (17:34 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 6 Jul 2011 21:44:34 +0000 (14:44 -0700)
commit7feda8e9f35ebb0e9f90e03acb02280bc137f784
tree767086ef7e722df88eaac511f3dbab8a6e57d9d7
parent97c4cb71c18fe045a763ff6681a8ebbbbbec0b2b
x86, olpc: Add XO-1 SCI driver and power button control

The System Control Interrupt is used in the OLPC XO-1 to control various
features of the laptop. Add the driver base and the power button
functionality.

This driver can't be built as a module, because functionality added in
future patches means that some drivers need to know at boot-time whether
SCI-based functionality is available.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Link: http://lkml.kernel.org/r/1309019658-1712-6-git-send-email-dsd@laptop.org
Acked-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/Kconfig
arch/x86/platform/olpc/Makefile
arch/x86/platform/olpc/olpc-xo1-sci.c [new file with mode: 0644]
include/linux/cs5535.h