From patchwork Tue Oct 16 09:16:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Leitner X-Patchwork-Id: 10643265 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BB83317D4 for ; Tue, 16 Oct 2018 09:28:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AC5AB2987A for ; Tue, 16 Oct 2018 09:28:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A06ED29872; Tue, 16 Oct 2018 09:28:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4BD7029872 for ; Tue, 16 Oct 2018 09:28:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726781AbeJPRRm (ORCPT ); Tue, 16 Oct 2018 13:17:42 -0400 Received: from mail1.skidata.com ([91.230.2.99]:21989 "EHLO mail1.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbeJPRRl (ORCPT ); Tue, 16 Oct 2018 13:17:41 -0400 X-IronPort-AV: E=Sophos;i="5.54,388,1534802400"; d="scan'208";a="12887952" From: Richard Leitner To: , , CC: , , , Richard Leitner Subject: [PATCH 0/7] Input: sx8654 - reset-gpio, sx865[056] support, etc. Date: Tue, 16 Oct 2018 11:16:46 +0200 Message-ID: <20181016091653.26896-1-richard.leitner@skidata.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 X-Originating-IP: [192.168.111.252] X-ClientProxiedBy: sdex4srv.skidata.net (192.168.111.82) To sdex5srv.skidata.net (192.168.111.83) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add reset-gpio, sx8654[056] and common of_touchscreen functions support for the sx8654 driver. Richard Leitner (7): dt-bindings: input: touchscreen: sx8654: add reset-gpio property Input: sx8654 - add reset-gpio support dt-bindings: input: touchscreen: sx8654: add compatible models Input: sx8654 - add sx8655 and sx8656 to compatibles dt-bindings: input: touchscreen: sx8654: add sx8650 to comatibles Input: sx8654 - add sx8650 support Input: sx8654 - use common of_touchscreen functions .../bindings/input/touchscreen/sx8654.txt | 10 +- drivers/input/touchscreen/sx8654.c | 267 ++++++++++++++++++--- 2 files changed, 245 insertions(+), 32 deletions(-)