From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?utf-8?q?St=C3=BCbner?= Subject: [PATCH 0/4] Input: auo_pixcir_ts - add devicetree support Date: Sat, 23 Feb 2013 12:55:23 +0100 Message-ID: <201302231255.23772.heiko@sntech.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Dmitry Torokhov Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-input@vger.kernel.org Some small cleanups needed and the parsing of the dt data. Heiko Stuebner (4): Input: auo-pixcir-ts - set input direction for interrupt gpio Input: auo-pixcir-ts - handle reset gpio directly Input: auo_pixcir_ts - keep own pointer to platform_data Input: auo_pixcir_ts - add devicetree support .../bindings/input/touchscreen/auo_pixcir_ts.txt | 30 ++++++ drivers/input/touchscreen/auo-pixcir-ts.c | 104 +++++++++++++++++-- include/linux/input/auo-pixcir-ts.h | 4 +- 3 files changed, 124 insertions(+), 14 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/auo_pixcir_ts.txt -- 1.7.2.3