________________________________________
Von: Martin Kepplinger [martink@posteo.de]
Gesendet: Montag, 28. Jänner 2019 09:44
An: devicetree@vger.kernel.org; linux-input@vger.kernel.org
Cc: dmitry.torokhov@gmail.com; robh+dt@kernel.org; mark.rutland@arm.com; linux-kernel@vger.kernel.org; Kepplinger Martin
Betreff: [PATCH 2/3] Input: st1232 - add support for st1633
From: Martin Kepplinger <redacted>
Add support for the Sitronix ST1633 touchscreen controller to the st1232
driver. A protocol spec can be found here:
www.ampdisplay.com/documents/pdf/AM-320480B6TZQW-TC0H.pdf
Signed-off-by: Martin Kepplinger <redacted>
---
sorry, this is v3 of this series.
anyways, the of_device.h header isn't directly need now neither. thanks Dmitry!
martin
revision history
----------------
v3: implement Dmitry's suggestion for i2c probe from v2 review
v2: use device_get_match_data(), invent an internal "have_z" bool property
v1: initial idea for the change
drivers/input/touchscreen/Kconfig | 6 +-
drivers/input/touchscreen/st1232.c | 122 +++++++++++++++++++++--------
2 files changed, 94 insertions(+), 34 deletions(-)