From patchwork Tue Feb 12 11:24:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 10807779 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C6AF66C2 for ; Tue, 12 Feb 2019 11:25:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B79B72A673 for ; Tue, 12 Feb 2019 11:25:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AB7812A710; Tue, 12 Feb 2019 11:25:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 624CF2A673 for ; Tue, 12 Feb 2019 11:25:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728442AbfBLLYv (ORCPT ); Tue, 12 Feb 2019 06:24:51 -0500 Received: from mail-pg1-f196.google.com ([209.85.215.196]:46296 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726269AbfBLLYv (ORCPT ); Tue, 12 Feb 2019 06:24:51 -0500 Received: by mail-pg1-f196.google.com with SMTP id w7so1097877pgp.13 for ; Tue, 12 Feb 2019 03:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=fnBRQ8uW3dGz+L2nLKWVJhEIG0b8tWoqTQeTFXLqzHg=; b=Q3R1m+17F/nDIuCcPHGumBUl3y2x1CA6owJ5e3wjEONAiPZeaedGBPaU/SaIjxugGt EG9vliV5JeO5154+0BEC8BeD0cuZeCJIfPEVorn/mQP4a792fIaK1zw7Lmqst+yVEI6B Rb4UWo+E7rDozlR/IYhzW40E91Vo7IqPBPFFY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=fnBRQ8uW3dGz+L2nLKWVJhEIG0b8tWoqTQeTFXLqzHg=; b=OxUk0U7M9cUfXWMdQPzfi03jCWMOs9PvCSAl3KSfLaIShE4/CfjGYmQLde2pRLrxIn ySqoOKQxHqaH9tQG7NWdV5k6f6lhovUo91uWeX4zpEwuDIFc+t/LRIGkACAUpdPy+bLb boj8K39eKpQsBUC9KpZO7hEDBSeTVYCV5uCvwljia7nB+2GYKgMFAue9rES4e1dzdTi1 PK87jyWVykeFnHVarEOqvWNB1WjTshgOFCY+ROqSVSzsrTqlJxOJbYJATW5FJWQ0/a7U rWvccXXjN9SyWAUxl2oTWWzBi9HpbjDPHEXmAU+vJtRoVT+NEui+8RgZi7bWN5MJIhYN qNiw== X-Gm-Message-State: AHQUAuZaDR6y3kbW9wNmlFJyBg0h7i0NzPnQnVv50hfI5Vye+srolc27 1o2isTiL80ps5ZW9HIt3ayAHhQ== X-Google-Smtp-Source: AHgI3IakX8OzEGY3t2K0nkxo+KasSViEV6QQ/N2eTW0IDDGo8whfHQRtOjQOrN1bUwYsy4kRfmpD7Q== X-Received: by 2002:a63:d104:: with SMTP id k4mr3098534pgg.227.1549970690610; Tue, 12 Feb 2019 03:24:50 -0800 (PST) Received: from localhost.localdomain ([115.97.184.151]) by smtp.gmail.com with ESMTPSA id q28sm22399460pgl.35.2019.02.12.03.24.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Feb 2019 03:24:49 -0800 (PST) From: Jagan Teki To: Dmitry Torokhov , Bastien Nocera , Rob Herring Cc: Henrik Rydberg , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , Jagan Teki Subject: [PATCH v4 0/4] input: touchscreen: Add goodix GT5553 CTP support Date: Tue, 12 Feb 2019 16:54:35 +0530 Message-Id: <20190212112439.2025-1-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.18.0.321.gffc6fa0e3 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patchset support goodix GT5553 CTP. Changes for v4: - devm_add_action_or_reset for disabling regulator Changes for v3: - add cover-letter - s/ADVV28/AVDD28 on commit head - fix few typo Changes for v2: - Rename vcc-supply with AVDD28-supply - disable regulator in remove - fix to setup regulator in probe code - add chipdata - drop example node in dt-bindings Jagan Teki (4): dt-bindings: input: touchscreen: goodix: Document AVDD28-supply property Input: goodix - Add AVDD28-supply regulator support dt-bindings: input: touchscreen: goodix: Add GT5663 compatible Input: goodix - Add GT5663 CTP support .../bindings/input/touchscreen/goodix.txt | 2 + drivers/input/touchscreen/goodix.c | 46 +++++++++++++++++-- 2 files changed, 43 insertions(+), 5 deletions(-)