This set of patches adds support to the cyttsp touchscreen driver to retrieve platform data details from the device tree. Additionally, they define a default init function that performs a hard reset of the chip on boot. Oreste Salerno (3): Input: cyttsp - remove unused irq_gpio from platform_data Input: cyttsp - add device tree support Input: cyttsp - add default init function .../bindings/input/touchscreen/cyttsp.txt | 73 +++++++++++++ drivers/input/touchscreen/cyttsp_core.c | 120 +++++++++++++++++++-- include/linux/input/cyttsp.h | 4 +- 3 files changed, 189 insertions(+), 8 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt -- 1.9.1 -- 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