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 linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html