Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp2084974imd; Sun, 4 Nov 2018 16:51:33 -0800 (PST) X-Google-Smtp-Source: AJdET5dqQ9SDj0WvRQhynGq5Hy4tzCCIc/8czL4nfpDuVyufLVB4J3vQADXXcRbBsEVVOhcUkSWn X-Received: by 2002:a62:e10c:: with SMTP id q12-v6mr19560803pfh.75.1541379093498; Sun, 04 Nov 2018 16:51:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541379093; cv=none; d=google.com; s=arc-20160816; b=tQKDFiA7NCpuBrKCXoIbN70e3cHu8auBfVLFvQB8imKGunXXoWkJEcMGvV0shaYOTy BmcnC+7Ht6sRGrwKg15nj3PWvqfb3ohkot2kCRSxT/5Lp+OqxFyBanY1AnbG93s6XdWl z6ndGfIzUQ1rz1Men28hH5idFWW7n9NqgQGTbPAEI3iENgXWwTpt+0VmW1JXbFTx+Rss Z/YR2VZ2BXUV2s4MjS1QwOX4gl/CicGUfAXR+MXKvQoh3o27ITVM8SphHeuad+GEDtDd puOokc0C1kxI2VFp3H9i5P4hpZReGGjAOwTTfN2F6KvrGlyJqOoTmPq+EsQu9yqNqLzk EWgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=VUokQ8woa/0Ni7MJjGVOzx1WwmWQouLK8RTLAq6Uork=; b=MqjEnPtiREfADH60JmWBbiUkYx/t9Ma7RWaX9h9SAEXMLEhZbtzG5bOJxS9P5LrHQB kViXt4FFnjXrPUQueu3ZtBTConyeM57uYjwdFyvQuau59E5i+j5cxj8Jhf0NsVQhcfQH ZMFAQXXnU+bER5gbmmOGrQQfvXnaCONSc25XY9Jw44nFR90Vh0UiMdWfmrUBAJvc1Kmb PAnfUjsBPIKrbmvause+M7g3fUknOcnjEUdcsd8jLIh+3kiCav0L00Fc4pFB1M3SUyEa PM4gWyBPRnFYZLTZHL96FY2m4g/f+k3lf69HoVNocqL3rnfIqMWfunjeOqoObovN8nXK nmqw== 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 v64-v6si50261418pfj.167.2018.11.04.16.51.19; Sun, 04 Nov 2018 16:51:33 -0800 (PST) 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 S1729687AbeKEHEi (ORCPT + 99 others); Mon, 5 Nov 2018 02:04:38 -0500 Received: from mail1.skidata.com ([91.230.2.99]:13140 "EHLO mail1.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729546AbeKEHEi (ORCPT ); Mon, 5 Nov 2018 02:04:38 -0500 X-Greylist: delayed 589 seconds by postgrey-1.27 at vger.kernel.org; Mon, 05 Nov 2018 02:04:37 EST X-IronPort-AV: E=Sophos;i="5.54,465,1534802400"; d="scan'208";a="13220774" Subject: Re: [PATCH v2 0/7] Input: sx8654 - reset-gpio, sx865[056] support, etc. To: , , CC: , , References: <20181017125116.20077-1-richard.leitner@skidata.com> From: Richard Leitner Message-ID: <67d1308f-8371-3bfe-7961-807e1e18c807@skidata.com> Date: Sun, 4 Nov 2018 22:38:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181017125116.20077-1-richard.leitner@skidata.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: de-AT Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.111.252] X-ClientProxiedBy: sdex3srv.skidata.net (192.168.111.81) 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 Hi, friendly question for the status of this patchset of mine. thanks®ards;Richard.L On 10/17/18 2:51 PM, Richard Leitner wrote: > 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(-) >