Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652571 > unrolled thread

[PATCH 0/2] Input: Add Cypress Gen5 Touchscreen driver

Started byMylène Josserand <mylene.josserand@free-electrons.com>
First post2017-05-29 16:50 +0200
Last post2017-05-29 16:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Input: Add Cypress Gen5 Touchscreen driver Mylène Josserand          <mylene.josserand@free-electrons.com> - 2017-05-29 16:50 +0200

#1652571 — [PATCH 0/2] Input: Add Cypress Gen5 Touchscreen driver

FromMylène Josserand <mylene.josserand@free-electrons.com>
Date2017-05-29 16:50 +0200
Subject[PATCH 0/2] Input: Add Cypress Gen5 Touchscreen driver
Message-ID<tMu9z-1fm-3@gated-at.bofh.it>
Hi everyone,

Here is a V1 serie to add the driver of the touchscreen Cypress,
TrueTouch Generation 5.
Based on last linux-next tag (next-20170529), last commit 62d5d7921010.

This touchscreen is similar to Cypress generation 4 but the
registers are different.

This driver uses regmap as it is possible to use I2C or SPI
busses. Currently, only the I2C support are available in the driver.
This touchscreen can handle some multitouch event as buttons using
some defined zone. That is why the driver handles buttons and
multitouch events.

Patch 01: Add the basis of the driver for Cypress Gen5 Touchscreen.
Patch 02: Add the binding documentation for this driver.

If you have any remarks, let me know.

Thank you in advance,
Mylène

Mylène Josserand (2):
  Input: Add driver for Cypress Generation 5 touchscreen
  Documentation: DT: bindings: input: Add documentation for cyttsp5

 .../bindings/input/touchscreen/cyttsp5.txt         |   55 +
 drivers/input/touchscreen/Kconfig                  |   15 +
 drivers/input/touchscreen/Makefile                 |    1 +
 drivers/input/touchscreen/cyttsp5.c                | 1174 ++++++++++++++++++++
 4 files changed, 1245 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp5.txt
 create mode 100644 drivers/input/touchscreen/cyttsp5.c

-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web