Input: cyttsp4 - add core driver for Cypress TMA4XX touchscreen devices
authorFerruh Yigit <[email protected]>
Mon, 1 Jul 2013 01:49:02 +0000 (18:49 -0700)
committerDmitry Torokhov <[email protected]>
Mon, 1 Jul 2013 04:24:21 +0000 (21:24 -0700)
commit17fb1563d69b63fe7a79570fe870cf7e530cd2cd
treedd780a3bc5fd27a5c728030a0ed035b6ede25eb2
parent9664877ed8956b81feb3bd6b3b2621b5fcdb624f
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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
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]