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


Groups > linux.kernel > #1305645 > unrolled thread

[PATCH v3 0/3] Add device tree support to the cyttsp driver

Started byOreste Salerno <oreste.salerno@tomtom.com>
First post2016-01-10 18:40 +0100
Last post2016-01-10 18:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/3] Add device tree support to the cyttsp driver Oreste Salerno <oreste.salerno@tomtom.com> - 2016-01-10 18:40 +0100

#1305645 — [PATCH v3 0/3] Add device tree support to the cyttsp driver

FromOreste Salerno <oreste.salerno@tomtom.com>
Date2016-01-10 18:40 +0100
Subject[PATCH v3 0/3] Add device tree support to the cyttsp driver
Message-ID<qPs89-7fC-3@gated-at.bofh.it>
This set of patches adds support to the cyttsp touchscreen driver
to retrieve platform-specific details from the device tree.
Additionally, they define a default init function that performs a hard
reset of the chip on boot.

---
Changes in v3:
  - Rework binding names and descriptions
Changes in v2:
  - Fix err_cast.cocci warning in patch 2/3

Oreste Salerno (3):
  Input: cyttsp - remove unused irq_gpio from platform_data
  Input: cyttsp - add device tree bindings
  Input: cyttsp - add default init function

 .../bindings/input/touchscreen/cyttsp.txt          |  82 ++++++++++++
 drivers/input/touchscreen/cyttsp_core.c            | 146 ++++++++++++++++++++-
 include/linux/input/cyttsp.h                       |   4 +-
 3 files changed, 224 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt

-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web