]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Add a driver for the ACPI-based EC event interface found on the OLPC
authorDaniel Drake <dsd@laptop.org>
Sat, 16 Jul 2011 13:30:53 +0000 (23:30 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:04:56 +0000 (15:04 +1000)
commit3534ab8819224ae7387c96a508bb8acca9642e82
tree3c1e2e0256fd28769a680337c0f28d513a5f2784
parent69b2f9afe4ffbafc845044e19474166ba6026d4a
Add a driver for the ACPI-based EC event interface found on the OLPC
XO-1.5 laptop.  This enables notification of battery/AC power events, and
enables various devices to be used as wakeup sources through regular ACPI
mechanisms.

This driver can't be built as a module, because some drivers need to know
at boot-time if SCI-based functionality is available via
olpc_ec_wakeup_available().

Signed-off-by: Daniel Drake <dsd@laptop.org>
Acked-by: Andres Salomon <dilinger@queued.net>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/Kconfig
arch/x86/platform/olpc/Makefile
arch/x86/platform/olpc/olpc-xo15-sci.c [new file with mode: 0644]
arch/x86/platform/olpc/olpc.c