Input: add OLPC AP-SP driver
authorDaniel Drake <dsd@laptop.org>
Mon, 1 Jul 2013 01:37:24 +0000 (18:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 Jul 2013 03:09:18 +0000 (20:09 -0700)
commitb56ece9a3ac3c9708b8f1cebf4ba24c258d40e52
treecfea1bda9f765bf83f1e7d7c8fb9556143c51dd5
parent20c3da9f9fc6cdedca887953bbded72f7f025492
Input: add OLPC AP-SP driver

The OLPC XO-1.75 and XO-4 laptops include a PS/2 touchpad and an AT
keyboard, yet they do not have a hardware PS/2 controller. Instead, a
firmware runs on a dedicated core ("Security Processor", part of the SoC)
that acts as a PS/2 controller through bit-banging.

Communication between the main cpu (Application Processor) and the
Security Processor happens via a standard command mechanism implemented
by the SoC. Add a driver for this interface to enable keyboard/mouse
input on this platform.

Original author: Saadia Baloch
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/serio/olpc,ap-sp.txt [new file with mode: 0644]
drivers/input/serio/Kconfig
drivers/input/serio/Makefile
drivers/input/serio/olpc_apsp.c [new file with mode: 0644]