From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966AbcAEM7W (ORCPT ); Tue, 5 Jan 2016 07:59:22 -0500 Received: from mail3.tomtom.com ([85.90.76.132]:55939 "EHLO mail3.tomtom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbcAEM7V (ORCPT ); Tue, 5 Jan 2016 07:59:21 -0500 From: Oreste Salerno To: CC: , , , , , , , , , Subject: [PATCH v2 0/3] Add device tree support to the cyttsp driver Date: Tue, 5 Jan 2016 13:59:12 +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-EXN10.ttg.global (10.98.64.11) To NLSRVWP-EXN11.ttg.global (10.98.64.12) 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 data details from the device tree. Additionally, they define a default init function that performs a hard reset of the chip on boot. --- 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 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