lkml.org 
[lkml]   [2014]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCHv3 0/5] tsc2005 DT binding
Date
Hi,

This adds device tree support for the tsc2005 touchscreen
controller, which is currently only used by the Nokia N900
board.

The patch does not update the reset pin handling for platform
data based probe to avoid merge conflicts. The n900 platform
code will be removed in the near future (3.16?) and the driver
can be simplified once that has happened.

Changes since v2 [0]:
* rename "ti,x-plate-resistance" to "ti,x-plate-ohms", so that
the same property name is used for tsc2005 and tsc2007
* document "x-size" and "y-size" as deprecated form of
touchscreen-size-x and touchscreen-size-y
* add documentation for "touchscreen-inverted-x" and
"touchscreen-inverted-y" to the common touchscreen binding
and mark "x-invert" and "y-invert" as deprecated.
* add units to the property descriptions in the common
touchscreen binding Documentation
* document "moving-threshold" as deprecated form of
"touchscreen-fuzz-x" and "touchscreen-fuzz-y" combination
* document "contact-threshold" as deprecated form of
"touchscreen-fuzz-pressure"

[0] https://lkml.org/lkml/2014/4/5/103

-- Sebastian

Sebastian Reichel (5):
Input: add common DT binding for touchscreens
Input: tsc2005: use dev_err for error messages
Input: tsc2005: convert driver to use devm_*
Input: tsc2005: add DT support
Documentation: dt: Document TSC2005 DT binding

.../bindings/input/touchscreen/touchscreen.txt | 27 +++++
.../bindings/input/touchscreen/tsc2005.txt | 39 +++++++
drivers/input/input.c | 34 ++++++
drivers/input/touchscreen/tsc2005.c | 130 ++++++++++++++-------
include/linux/input.h | 8 ++
5 files changed, 197 insertions(+), 41 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt

--
1.9.2



\
 
 \ /
  Last update: 2014-04-26 02:41    [W:0.155 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site