Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp843807imm; Wed, 17 Oct 2018 09:08:21 -0700 (PDT) X-Google-Smtp-Source: ACcGV62BDvdk43wROiJmzzgfJGQR+r0LnAy5yIv65XrsZgTNvOrW70YIPpR4Jv6HIgTIsAl9cw2i X-Received: by 2002:a17:902:3204:: with SMTP id y4-v6mr21432334plb.135.1539792501711; Wed, 17 Oct 2018 09:08:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539792501; cv=none; d=google.com; s=arc-20160816; b=ugX08nvT/NOoMLOTsypODQyO4Ike/DhdJm7+2oKALyYDybCq+JQ2gTfpapPa1naGy1 k5ijfn1YDFRyOjRWUkYfo3wOhN8ZK6fdkmLmGKnGWWIBxzFyi+s7sE0ZE/GGrcp9iH1W Ep9lhB9RFvglzCbNoyNov+scHX+jrxVwYdidUTb6d371lXgZXXgf4kdTBl35wI/Ke98b Ca9X3MuDk80CapnCIR/ULiZxB9b4XqzQMTWhdQo4YE9pLJcJXT03tqB5tCC3yoIfMOZx B98rKLxcbExSb62+MZUCM+x0wii32O+/PQltdsjZIOtC9mj+P15HTOUvDBua55O48+3v ao4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=iBzkKwV3oPM4RMaaFjH5/XghZM6Bw+hZ+4m1fkn5rjc=; b=Ml4lC9+f+MCgXO8OXyvklAxDJh4xR4OpccQkqyTEvqsSWmn9m4HxTL455cLgsSbm44 aFUPucNqQj1Zt3yPqLM9HhGqizG4yWTXijJWjec2Ras4c9uWrz26JDW+009x4wH1P9e5 DzNTvqpCx+1YcDnKQzUMJwC8RpovyaKkoWxlD57nd89J+dOR6+SRR/UyMI3K9jAI7gu0 aEOaL8kiJN3bkZbgpzIR+zzFtS9ZNsEbtdNvukQPNhan+hc2XDjjSVtZ+soOpp5S6+SX s2H4rParupSKee2qdDI/Lge9O7NRCdlsHHekWAEqncjuZaOpQChku1CbOtCczeP41ESk Qu0A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a61-v6si18613231pla.430.2018.10.17.09.08.05; Wed, 17 Oct 2018 09:08:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727765AbeJRADy (ORCPT + 99 others); Wed, 17 Oct 2018 20:03:54 -0400 Received: from mail1.skidata.com ([91.230.2.99]:30706 "EHLO mail1.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727014AbeJRADy (ORCPT ); Wed, 17 Oct 2018 20:03:54 -0400 X-IronPort-AV: E=Sophos;i="5.54,393,1534802400"; d="scan'208";a="12919527" From: Richard Leitner To: , , CC: , , , Richard Leitner Subject: [PATCH v2 0/7] Input: sx8654 - reset-gpio, sx865[056] support, etc. Date: Wed, 17 Oct 2018 14:51:08 +0200 Message-ID: <20181017125116.20077-1-richard.leitner@skidata.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.111.252] X-ClientProxiedBy: sdex5srv.skidata.net (192.168.111.83) To sdex5srv.skidata.net (192.168.111.83) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add reset-gpio, sx8654[056] and common of_touchscreen functions support for the sx8654 driver. Changes v2: - use devm_gpiod_get_optional in probe instead of in #ifdef CONFIG_OF - convert flags to BIT() in a separate patch - replace hrtimer with "regular" timer - use of_device_get_match_data instead of of_match_device - add driver data to i2c_device_id table for non-DT fallback - fix sequence of common touchscreen initialization - div. minor stlye changes Richard Leitner (8): 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 Input: sx8654 - convert #defined flags to BIT(x) .../bindings/input/touchscreen/sx8654.txt | 10 +- drivers/input/touchscreen/sx8654.c | 245 ++++++++++++++++++--- 2 files changed, 229 insertions(+), 26 deletions(-) -- 2.11.0