From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757296AbcAJRgX (ORCPT ); Sun, 10 Jan 2016 12:36:23 -0500 Received: from mail3.tomtom.com ([85.90.76.132]:40674 "EHLO mail3.tomtom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751579AbcAJRgV (ORCPT ); Sun, 10 Jan 2016 12:36:21 -0500 From: Oreste Salerno To: CC: , , , , , , , , , Subject: [PATCH v3 0/3] Add device tree support to the cyttsp driver Date: Sun, 10 Jan 2016 18:36:06 +0100 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.98.250.94] X-ClientProxiedBy: NLSRVWP-EXN09.ttg.global (10.98.64.10) To NLSRVWP-EXN02.ttg.global (10.98.64.19) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set of patches adds support to the cyttsp touchscreen driver to retrieve platform-specific details from the device tree. Additionally, they define a default init function that performs a hard reset of the chip on boot. --- Changes in v3: - Rework binding names and descriptions Changes in v2: - Fix err_cast.cocci warning in patch 2/3 Oreste Salerno (3): Input: cyttsp - remove unused irq_gpio from platform_data Input: cyttsp - add device tree bindings Input: cyttsp - add default init function .../bindings/input/touchscreen/cyttsp.txt | 82 ++++++++++++ drivers/input/touchscreen/cyttsp_core.c | 146 ++++++++++++++++++++- include/linux/input/cyttsp.h | 4 +- 3 files changed, 224 insertions(+), 8 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt -- 1.9.1