Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753858AbaDEW1O (ORCPT ); Sat, 5 Apr 2014 18:27:14 -0400 Received: from ring0.de ([5.45.105.125]:47547 "EHLO ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753727AbaDEW1J (ORCPT ); Sat, 5 Apr 2014 18:27:09 -0400 X-Spam-Report: * -0.0 NO_RELAYS Informational: message was not relayed via SMTP * -1.9 BAYES_00 BODY: Spamwahrscheinlichkeit nach Bayes-Test: 0-1% * [score: 0.0000] * -0.0 NO_RECEIVED Informational: message has no Received headers From: Sebastian Reichel To: Sebastian Reichel , Dmitry Torokhov , Dmitry Torokhov , linux-input@vger.kernel.org, Tony Lindgren Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel Subject: [PATCHv2 0/5] tsc2005 DT binding Date: Sun, 6 Apr 2014 00:26:56 +0200 Message-Id: <1396736821-14395-1-git-send-email-sre@kernel.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This adds device tree support for the tsc2005 touchscreen controller, which is currently only used by the Nokia N900 board. The patch does not update the reset pin handling for platform data based probe to avoid merge conflicts. The n900 platform code will be removed in the near future (3.16?) and the driver can be simplified once that has happened. Changes since v1 [0]: * rename "reset-gpio" to "reset-gpios", so that the code can easily switch to the gpiod interface (once the boardcode is gone). * rename ti,fuzz-* and ti,max-* to touchscreen-fuzz-* and touchscreen-size-* and specify them as common touchscreen binding. * implement input_parse_touchscreen_of_params(), which parses the common touchscreen binding. [0] https://lkml.org/lkml/2013/12/5/607 -- Sebastian Sebastian Reichel (5): Input: add common DT binding for touchscreens Input: tsc2005: use dev_err for error messages Input: tsc2005: convert driver to use devm_* Input: tsc2005: add DT support Documentation: dt: Document TSC2005 DT binding .../bindings/input/touchscreen/touchscreen.txt | 9 ++ .../bindings/input/touchscreen/tsc2005.txt | 39 +++++++ drivers/input/input.c | 34 ++++++ drivers/input/touchscreen/tsc2005.c | 130 ++++++++++++++------- include/linux/input.h | 8 ++ 5 files changed, 179 insertions(+), 41 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/