]> git.baikalelectronics.ru Git - kernel.git/commit
Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devices
authorFerruh Yigit <fery@cypress.com>
Mon, 1 Jul 2013 01:49:02 +0000 (18:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 1 Jul 2013 04:24:21 +0000 (21:24 -0700)
commitea45c3b01efdf3b381f320c027ad8792d9d3293b
treedd780a3bc5fd27a5c728030a0ed035b6ede25eb2
parentaa06aff3d200efbea84be1f96cd117c19135b453
Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devices

Cypress TrueTouch(tm) Standard Product controllers,
Generetion4 devices, Core driver.

Core driver is interface between host and TTSP controller and processes
data sent by controller.

Responsibilities of module are IRQ handling, reading system information
registers and sending multi-touch protocol type B events.

Signed-off-by: Ferruh Yigit <fery@cypress.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/cyttsp4_core.c [new file with mode: 0644]
drivers/input/touchscreen/cyttsp4_core.h [new file with mode: 0644]
include/linux/platform_data/cyttsp4.h [new file with mode: 0644]