From patchwork Fri Jan 10 16:26:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 11328055 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DB5581871 for ; Fri, 10 Jan 2020 16:34:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B9EF82072A for ; Fri, 10 Jan 2020 16:34:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=aosc.io header.i=@aosc.io header.b="buTMyw3x" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728422AbgAJQej (ORCPT ); Fri, 10 Jan 2020 11:34:39 -0500 Received: from hermes.aosc.io ([199.195.250.187]:50545 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725937AbgAJQei (ORCPT ); Fri, 10 Jan 2020 11:34:38 -0500 X-Greylist: delayed 437 seconds by postgrey-1.27 at vger.kernel.org; Fri, 10 Jan 2020 11:34:38 EST Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 66D9846D63; Fri, 10 Jan 2020 16:26:58 +0000 (UTC) From: Icenowy Zheng To: Dmitry Torokhov , Rob Herring , Mark Rutland , Bastien Nocera , Jagan Teki Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Icenowy Zheng Subject: [PATCH 0/3] Add support for Goodix GT917S touch controller Date: Sat, 11 Jan 2020 00:26:05 +0800 Message-Id: <20200110162608.1066397-1-icenowy@aosc.io> MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.io; s=dkim; t=1578673640; h=from:subject:date:message-id:to:cc:mime-version:content-transfer-encoding; bh=AEELeAYC9NorjTDpv0ZPmU+f+AUS/ubfkAjO8sKqkms=; b=buTMyw3xNyyea/7/JQOp3p5bcLP5d/Zj/pCu8JDVc5f05oqIs+giGnRdTJX02jndXItUPn Y2OpBjQofcUNML/uilEu8WZUYC0Sq3p4ZbhVdWMuh/SVXWiyn7i9Bl5HZ31zjyuyiV6YDg UQjHKqDpP2lQq1afHEPCZyccEZ6/YEI= Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org 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 .../bindings/input/touchscreen/goodix.txt | 1 + drivers/input/touchscreen/goodix.c | 41 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-)