Hi, Here are patches for SiS 9200 family of multitouch controller. They are in use on a soon to be published ARM- based product. Patches are based on some early work from SiS for Android. Compared to some previous versions this has complete configuration via bindings from device tree (reset and irq gpios) and the bindings are documented. MT-B protocol handling/state is done with mt stack so no driver level housekeeping needed. Feedback from SiS folks and others appreciated... Thanks, Mika Mika Penttilä (2): Driver for SiS 9200 family I2C touchscreen controller. Documentation parts and maintainers entry. .../devicetree/bindings/input/touchscreen/sis_i2c.txt | 22 + Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + MAINTAINERS | 7 + drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/sis_i2c.c | 583 +++++++++++++++++++++++ 6 files changed, 625 insertions(+) -- 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