Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH v2] input: touchscreen: add driver for Zeitec ZET6223
@ 2016-09-13 21:08 Jelle van der Waa
  2016-09-13 21:08 ` Jelle van der Waa
  0 siblings, 1 reply; 3+ messages in thread
From: Jelle van der Waa @ 2016-09-13 21:08 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, linux-input-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Jelle van der Waa

This is the v2 version of the Zeitec ZET6223 touchscreen i2c driver.

I forgot to include the vendors datasheet in the first patch set, I linked it below. [0]

Changes in v2:
* Fix double indentation in open/close handler
* Rewrite C++ style comments to C style
* Simplify check valid finger bits
* Fix double space in dev_err
* Check if the number of fingers is bigger then 16, if it's bigger then
  16 numbers then limit it to 16.
* Drop INPUT_MT_TRACK since the firmware tracks fingers.
* Add of_match table
* Rename power_gpios to reset_gpios since the datasheet names this pin
  the reset pin. This pin can be set to low for uploading firmware

[0] http://www.zeitecsemi.com/dokuwiki/lib/exe/fetch.php?media=product_spec_6223:zp-hw-ps-0007_zet6223_product_spec_v1.0.pdf

Jelle van der Waa (1):
  input: touchscreen: add driver for Zeitec ZET6223

 .../bindings/input/touchscreen/zet6223.txt         |  32 ++++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/input/touchscreen/Kconfig                  |  11 ++
 drivers/input/touchscreen/Makefile                 |   1 +
 drivers/input/touchscreen/zet6223.c                | 207 +++++++++++++++++++++
 5 files changed, 252 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/zet6223.txt
 create mode 100644 drivers/input/touchscreen/zet6223.c

-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-23 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-13 21:08 [PATCH v2] input: touchscreen: add driver for Zeitec ZET6223 Jelle van der Waa
2016-09-13 21:08 ` Jelle van der Waa
2016-09-23 13:41   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox