This series is an attempt to add Device Tree support to Atmel maXtouch touchscreen driver. First patch adds support for VDD voltage regulator to get operating voltage using regulator API instead of a driver specific field in platform data. Second patch implements Device Tree bindings for the driver and adds respective documentation. Tested on Universal C210 board. Tomasz Figa (2): input: touchscreen: atmel_mxt_ts: Add support for voltage regulator input: touchscreen: atmel_mxt_ts: Add support for Device Tree .../bindings/input/touchscreen/atmel_mxt_ts.txt | 51 ++++++++++++ arch/arm/mach-exynos/mach-nuri.c | 29 ++++++- arch/arm/mach-exynos/mach-universal_c210.c | 29 ++++++- arch/arm/mach-s5pv210/mach-goni.c | 28 ++++++- drivers/input/touchscreen/atmel_mxt_ts.c | 97 ++++++++++++++++++++-- include/linux/i2c/atmel_mxt_ts.h | 1 - 6 files changed, 226 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/atmel_mxt_ts.txt -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html