]> git.baikalelectronics.ru Git - kernel.git/commit
x86: OLPC: switch over to using new EC driver on x86
authorAndres Salomon <dilinger@queued.net>
Fri, 13 Jul 2012 00:57:28 +0000 (17:57 -0700)
committerAndres Salomon <dilinger@queued.net>
Wed, 1 Aug 2012 03:27:30 +0000 (23:27 -0400)
commit3ddb14a61c7f9e46fdb92b67996c1b6a3a0e5a4a
tree1e2cd8e3c712863533f151b033a723443dd31540
parent61dd692bcbc9939b3ec72c2a6b07e42233ae8ef0
x86: OLPC: switch over to using new EC driver on x86

This uses the new EC driver framework in drivers/platform/olpc.  The
XO-1 and XO-1.5-specific code is still in arch/x86, but the generic stuff
(including a new workqueue; no more running EC commands with IRQs disabled!)
can be shared with other architectures.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: Paul Fox <pgf@laptop.org>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/olpc.h
arch/x86/platform/olpc/olpc.c
drivers/platform/olpc/olpc-ec.c