--- v2
+++ v1
@@ -2,11 +2,6 @@
This is an attempt to revive DT support for TI tps6507x that was started
in 2013 [1], [2].
-
-Changes since V2:
- - use devm_input_allocate_polled_device and remove tps6507x_ts_remove
- - device_property_read_* API to get poll_interval and min_pressure
- - remove id values from DT and make them static
Current changes:
- remove tsc node
@@ -37,9 +32,9 @@
tps6507x-ts: add DT support
tps6507x-ts: add DT bindings description
- Documentation/devicetree/bindings/mfd/tps6507x.txt | 16 ++++-
- drivers/input/touchscreen/tps6507x-ts.c | 71 ++++++----------------
- 2 files changed, 31 insertions(+), 56 deletions(-)
+ Documentation/devicetree/bindings/mfd/tps6507x.txt | 30 +++++++-
+ drivers/input/touchscreen/tps6507x-ts.c | 79 ++++++++++++----------
+ 2 files changed, 73 insertions(+), 36 deletions(-)
--
2.1.4