lkml.org 
[lkml]   [2012]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] Input: cyttsp4 - driver for Cypress TMA4XX touchscreen devices
Date
This driver is for Cypress TrueTouch(tm) Standard Product controllers,
Generation4 devices.

This is second version of driver, code re-structured to match with
existing Generation3 driver code.

Driver consist of three modules:
- Core module: Main module, gets data from TTSP controller,
sent MT events to Linux
- I2C module: Underlying communication with I2C bus
- SPI module: Underlying communication with SPI bus

Ferruh Yigit (3):
Input: cyttsp4 - core driver for Cypress TMA4XX touchscreen devices
Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devices
Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devices

drivers/input/touchscreen/Kconfig | 57 +
drivers/input/touchscreen/Makefile | 14 +
drivers/input/touchscreen/cyttsp4_core.c | 2308 ++++++++++++++++++++++++++++++
drivers/input/touchscreen/cyttsp4_core.h | 525 +++++++
drivers/input/touchscreen/cyttsp4_i2c.c | 191 +++
drivers/input/touchscreen/cyttsp4_i2c.h | 34 +
drivers/input/touchscreen/cyttsp4_spi.c | 318 ++++
drivers/input/touchscreen/cyttsp4_spi.h | 34 +
include/linux/input/cyttsp4.h | 126 ++
9 files changed, 3607 insertions(+)
create mode 100644 drivers/input/touchscreen/cyttsp4_core.c
create mode 100644 drivers/input/touchscreen/cyttsp4_core.h
create mode 100644 drivers/input/touchscreen/cyttsp4_i2c.c
create mode 100644 drivers/input/touchscreen/cyttsp4_i2c.h
create mode 100644 drivers/input/touchscreen/cyttsp4_spi.c
create mode 100644 drivers/input/touchscreen/cyttsp4_spi.h
create mode 100644 include/linux/input/cyttsp4.h

--
1.7.9.5


This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message.


\
 
 \ /
  Last update: 2012-09-14 20:41    [W:0.115 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site