Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp485065ybf; Fri, 28 Feb 2020 01:47:17 -0800 (PST) X-Google-Smtp-Source: APXvYqx7wEZ4tobYiMxI5Q41fFAOkT1aHOFsxxhNhr6G8ZPm1TQSv2IJfR7yT1LDCdo5eO1HTyax X-Received: by 2002:aca:cdd0:: with SMTP id d199mr2465945oig.49.1582883237832; Fri, 28 Feb 2020 01:47:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582883237; cv=none; d=google.com; s=arc-20160816; b=y7FAXFcGB6fanOvw0Jyuq4bKV9+kaYf2YQ+Z52sKQdAZI432FncdZzAIp9QUm/KA1t UuWLm2rnAOPLVQn8fPMuGnWzU7UtTdOSWL0iEz6Qqp8demuoeW8iM8v8bAA3q7xJwXst yo/w4qM/2mC8R0ORxiWiYH4Lb7ADzmgbKiibkk9q13pQKghGk1aVoGNVnDFDtirlw8eA 8j+xPJfZd5QMuvvDFeTkLHlsTw8+X3LK7983krbuashZjIjmL5RAKi8xo6dfyEFy42Uf Lxsx1iWW0x83mJirQiGr/JDnMqhg8D0bWt7NzdtqACTYOj2sdf62btgrScPRdOtGPjsS MinA== 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:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=MGJymATf1bhjC+A82wtz90ybXUhGMTTgQ+LLfB4JSFY=; b=VSkzYLCghSH4TTaSzhYzQ/aFmxyPpuTgDxKDWj5RuoMhAm7DYlxyUD2VSsnf8vnJUk fa1Or8rcyvQdunlkouOztzqcjSQPY1LUszDIcPzJK7kn6dCjly6FDExSKfttdYLGH2EP MC5Oa7lNfhTZFjiXOZ2jhKZNqc8gjcqVrG68hWOtHDOA4uitKnZdPnvtjC2ZmyNPdvm7 zOOq7owt7+8U9vsROFuINmK/aJbjQrjItuVWBtUcY+V/slU1XmMO4V+S0KmyvQI7rpih PeyWMiKycL2F5oK2OI6G4Bm2fA3IRiy5xBf00HAIe16dUGLkH4h+uz77ERDXdM/ewkSb FAaQ== 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 24si1411047oiq.162.2020.02.28.01.47.06; Fri, 28 Feb 2020 01:47:17 -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 S1726778AbgB1JqL (ORCPT + 99 others); Fri, 28 Feb 2020 04:46:11 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:62967 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726413AbgB1JqL (ORCPT ); Fri, 28 Feb 2020 04:46:11 -0500 X-Originating-IP: 83.155.44.161 Received: from classic (mon69-7-83-155-44-161.fbx.proxad.net [83.155.44.161]) (Authenticated sender: hadess@hadess.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 405F924000E; Fri, 28 Feb 2020 09:46:07 +0000 (UTC) Message-ID: Subject: Re: [PATCH v3 0/3] Add support for Goodix GT917S touch controller From: Bastien Nocera To: Icenowy Zheng , Dmitry Torokhov , Rob Herring , Ondrej Jirman Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 28 Feb 2020 10:46:06 +0100 In-Reply-To: <20200228010146.12215-1-icenowy@aosc.io> References: <20200228010146.12215-1-icenowy@aosc.io> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.35.91 (3.35.91-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2020-02-28 at 09:01 +0800, Icenowy Zheng wrote: > This patchset introduces support for Goodix GT917S touch controller. > > The major difference with other touch controllers from Goodix is that > the ID string is no longer number-only (it contains a 'S'), so an > additional patch is introduced for migrating the ID to a string. > > Icenowy Zheng (3): > dt-bindings: input: touchscreen: add compatible string for Goodix > GT917S > Input: goodix - use string-based chip ID > Input: goodix - Add support for Goodix GT917S For the whole patchset: Reviewed-by: Bastien Nocera Thanks! > .../bindings/input/touchscreen/goodix.yaml | 1 + > drivers/input/touchscreen/goodix.c | 71 +++++++++++---- > ---- > 2 files changed, 43 insertions(+), 29 deletions(-) >