linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Input: cyttsp4 - driver for Cypress TMA4XX touchscreen devices
@ 2013-06-04  9:34 Ferruh Yigit
  2013-06-04  9:34 ` [PATCH v3 1/4] Input: cyttsp - I2C driver split into two modules Ferruh Yigit
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ferruh Yigit @ 2013-06-04  9:34 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: ttdrivers, Javier Martinez Canillas, Henrik Rydberg, Simon Budig,
	Alexander Shiyan, Samuel Ortiz, Heiko Carstens,
	Greg Kroah-Hartman, Joonyoung Shim, Shawn Landden, Ashish Jangam,
	Olivier Sobrie, linux-kernel, linux-input, Ferruh Yigit

This driver is for Cypress TrueTouch(tm) Standard Product controllers,
Generation4 devices.

This is third version of submission code, modifications:
- code re-structured to match with existing Generation3 driver code.
- common I2C code for Gen3 and Gen4 devices split and shared.

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 (4):
  Input: cyttsp - I2C driver split into two modules
  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             |   30 +
 drivers/input/touchscreen/Makefile            |    5 +-
 drivers/input/touchscreen/cyttsp4_core.c      | 2173 +++++++++++++++++++++++++
 drivers/input/touchscreen/cyttsp4_core.h      |  472 ++++++
 drivers/input/touchscreen/cyttsp4_i2c.c       |   90 +
 drivers/input/touchscreen/cyttsp4_spi.c       |  205 +++
 drivers/input/touchscreen/cyttsp_core.c       |    6 +-
 drivers/input/touchscreen/cyttsp_core.h       |   11 +-
 drivers/input/touchscreen/cyttsp_i2c.c        |   50 +-
 drivers/input/touchscreen/cyttsp_i2c_common.c |   79 +
 drivers/input/touchscreen/cyttsp_spi.c        |   38 +-
 include/linux/platform_data/cyttsp4.h         |   76 +
 12 files changed, 3161 insertions(+), 74 deletions(-)
 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_spi.c
 create mode 100644 drivers/input/touchscreen/cyttsp_i2c_common.c
 create mode 100644 include/linux/platform_data/cyttsp4.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-06-07  7:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04  9:34 [PATCH v3 0/4] Input: cyttsp4 - driver for Cypress TMA4XX touchscreen devices Ferruh Yigit
2013-06-04  9:34 ` [PATCH v3 1/4] Input: cyttsp - I2C driver split into two modules Ferruh Yigit
2013-06-06 20:20   ` Greg Kroah-Hartman
2013-06-04  9:34 ` [PATCH v3 2/4] Input: cyttsp4 - Core driver for Cypress TMA4XX touchscreen devices Ferruh Yigit
2013-06-06 20:22   ` Greg Kroah-Hartman
2013-06-04  9:34 ` [PATCH v3 3/4] Input: cyttsp4 - I2C " Ferruh Yigit
2013-06-06 20:22   ` Greg Kroah-Hartman
2013-06-04  9:34 ` [PATCH v3 4/4] Input: cyttsp4 - SPI " Ferruh Yigit
2013-06-06 20:22   ` Greg Kroah-Hartman
2013-06-07  7:49 ` [PATCH v3 0/4] Input: cyttsp4 - " Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).