From patchwork Thu Feb 27 16:07:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 1245923 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=aosc.io Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=aosc.io header.i=@aosc.io header.a=rsa-sha256 header.s=dkim header.b=KvjohEZ1; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48SyTH5jp0z9sTY for ; Fri, 28 Feb 2020 03:16:03 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729232AbgB0QQC (ORCPT ); Thu, 27 Feb 2020 11:16:02 -0500 Received: from hermes.aosc.io ([199.195.250.187]:55146 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729258AbgB0QQC (ORCPT ); Thu, 27 Feb 2020 11:16:02 -0500 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 1074B4B2DD; Thu, 27 Feb 2020 16:08:30 +0000 (UTC) From: Icenowy Zheng To: Dmitry Torokhov , Rob Herring , Bastien Nocera , Ondrej Jirman Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Icenowy Zheng Subject: [PATCH v2 0/3] Add support for Goodix GT917S touch controller Date: Fri, 28 Feb 2020 00:07:59 +0800 Message-Id: <20200227160802.7043-1-icenowy@aosc.io> MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.io; s=dkim; t=1582819721; h=from:subject:date:message-id:to:cc:mime-version:content-transfer-encoding; bh=FpRj0r9YXZ520UOqR7tl+VuCJUkCeKC7tvRB0u7eAwI=; b=KvjohEZ1c4KgUwjgW1MUuLW66Wbg+BMWwEXG7FCHrhtM+IqbBIotsPCuEtEyfSbCkE2Mfs 4rY25BOhxEf5g//KkUSpixfjR7WKwBxig16gqcRh7l8aifYUys5WZYcehuoxpBqJxYAgFz tpI/C8uUgz9u/C9aa+8oW8p/kyq1f1Y= Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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.yaml | 1 + drivers/input/touchscreen/goodix.c | 63 +++++++++++-------- 2 files changed, 38 insertions(+), 26 deletions(-)