From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5F75C433DF for ; Wed, 1 Jul 2020 07:53:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEFA12074D for ; Wed, 1 Jul 2020 07:53:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="xTCIkOiB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728475AbgGAHxH (ORCPT ); Wed, 1 Jul 2020 03:53:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728327AbgGAHxG (ORCPT ); Wed, 1 Jul 2020 03:53:06 -0400 Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55D2AC061755 for ; Wed, 1 Jul 2020 00:53:06 -0700 (PDT) Received: by mail-lj1-x244.google.com with SMTP id t25so21215769lji.12 for ; Wed, 01 Jul 2020 00:53:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=enPGC0OPftzCJlUnTQARq7JEwIW+q43cB8Io8/Pof2M=; b=xTCIkOiBtlJ6KiXHJnag1uUXr7+sABVaySKZwGWLW5bPgNh2BpVrCKqCjglU/TuFGH m9QtKUXanPF0gEBmpQNGPZx85JSQb83YZbgLpLTKkIv1UXKqBUZJTMA+lDPcpg6NmnA8 yEJfoyS1/zewE72ZeCP16ZGXR9t4xXVWMNqfm8H8UJfeX03FrzhX/Ue7EnpKQHR0Ul1N bbl0jRMKuKHGYDE9ofhB5OiIbUeQJIdWXfo1NerQIiNu+MdLppPXX5PEm4N2CmlC6zkk HlGZOPJdteytMiASWqZt67U+AMjsKUhgRsKVnC709MG+tkDQD2kyIYXYGPsOxYUQY1A5 xMww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=enPGC0OPftzCJlUnTQARq7JEwIW+q43cB8Io8/Pof2M=; b=ouKxEFQb8qn/+zC99gIEJeKS7F8x+ySQ+wa76Zzr/uqTUOwmlFvvslBDv0iXo8K6VC EMHz4gSco90PNEM9xhu0XKpqmj4MMG/Z2yonc3To/xF9OYoPbONe/RgatorWOsAsNFTd N4WzHrnHFkWPaJp7/oWUYVO3BOAxNwBoLRzmg6lpWPq+vaan3AMRu4xs1+tucRw6uYcX aPzyJHqd6G+hM0z5+AS1bcwXjK7pbjbYJN98B2ApKRgaajDv8mWBb0e6UcHS6E214Qbo wcTDjHkO09nPPKzfiiznlnf38SrbI79AyolDfRAjbbVW2R0+cZFR7d2BAXocJCcHuIv4 SLbw== X-Gm-Message-State: AOAM5302TMkpREw5vMVMo4RtI/2nJoqFtfQswEBB/UaEchtdy4rZUuzS vQrSKXdk4CKT6OrT7qUsHaOttHIG2OsRI01dS3LOvw== X-Google-Smtp-Source: ABdhPJw3tzZ9D9p6jgEm59VOvtaJaUTyrZtudaxwwHOStc/fwYBz/YcU4X11SqbNhvI9hCjXocTGYoYCbCv2Fh3PwSk= X-Received: by 2002:a05:651c:284:: with SMTP id b4mr1772479ljo.283.1593589984484; Wed, 01 Jul 2020 00:53:04 -0700 (PDT) MIME-Version: 1.0 References: <20200626005601.241022-1-megous@megous.com> <20200626005601.241022-14-megous@megous.com> In-Reply-To: <20200626005601.241022-14-megous@megous.com> From: Linus Walleij Date: Wed, 1 Jul 2020 09:52:53 +0200 Message-ID: Subject: Re: [PATCH v5 13/13] arm64: dts: sun50i-a64-pinephone: Add touchscreen support To: Ondrej Jirman Cc: linux-sunxi , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , =?UTF-8?Q?Guido_G=C3=BCnther?= , Purism Kernel Team , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Icenowy Zheng , "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" , Linux ARM , Samuel Holland , Martijn Braam , Luca Weiss , Bhushan Shah Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 26, 2020 at 2:56 AM Ondrej Jirman wrote: > Pinephone has a Goodix GT917S capacitive touchscreen controller on > I2C0 bus. Add support for it. > > Signed-off-by: Ondrej Jirman Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4400C433DF for ; Wed, 1 Jul 2020 07:54:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AAB032073E for ; Wed, 1 Jul 2020 07:54:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FPah0aVY"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="xTCIkOiB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AAB032073E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QFHlGjgXTK4kGV3AqcIDcw1hn9sicbLvmNMbVoA8w9c=; b=FPah0aVYGzXx3DvxXKjLZvE1Y 1O7RrDnhtgqdNMRtz+umnuKuhmjj+ZDXNb97d5PkJ/qtMz73FhaSRZrJYb971qZTWIcq2t2Cu6bBi mfr+svGd9r8bIoOn7nWfnRUEKEkfYA9g4FMMxS7mc1oUs/ic8eDggD2chPLaoQZ4A6anFA7u0Qyix R/kW+doUfodgBh5Q4y8n/xJkyyxcQi1xtBvbVmpP2Ff9W7LtCWccwvT5jEgb9J8svhtlUpcwUiHtn vfq5Wt/IAtnzc5IHsbPum89KHSpUkETC4OSF1RiJuOiYdB3mgTkc+fm7YRLv243r+LmEFLNvxHQaa 7T5KDcObg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqXYL-0003SC-1Z; Wed, 01 Jul 2020 07:53:09 +0000 Received: from mail-lj1-x241.google.com ([2a00:1450:4864:20::241]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqXYI-0003QK-C7 for linux-arm-kernel@lists.infradead.org; Wed, 01 Jul 2020 07:53:07 +0000 Received: by mail-lj1-x241.google.com with SMTP id n23so25834243ljh.7 for ; Wed, 01 Jul 2020 00:53:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=enPGC0OPftzCJlUnTQARq7JEwIW+q43cB8Io8/Pof2M=; b=xTCIkOiBtlJ6KiXHJnag1uUXr7+sABVaySKZwGWLW5bPgNh2BpVrCKqCjglU/TuFGH m9QtKUXanPF0gEBmpQNGPZx85JSQb83YZbgLpLTKkIv1UXKqBUZJTMA+lDPcpg6NmnA8 yEJfoyS1/zewE72ZeCP16ZGXR9t4xXVWMNqfm8H8UJfeX03FrzhX/Ue7EnpKQHR0Ul1N bbl0jRMKuKHGYDE9ofhB5OiIbUeQJIdWXfo1NerQIiNu+MdLppPXX5PEm4N2CmlC6zkk HlGZOPJdteytMiASWqZt67U+AMjsKUhgRsKVnC709MG+tkDQD2kyIYXYGPsOxYUQY1A5 xMww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=enPGC0OPftzCJlUnTQARq7JEwIW+q43cB8Io8/Pof2M=; b=W2fBWpRpBxcU+aG9qElLTE01d1+gE4gITmFHG+JdXoAKUAVak/U+NZL2qNhP2WoByo w2JW8upxp7Q0v/toMUh57oSz/xqBJm0Z2R/DMLpvOiErBYKUEQgYVg5Jqfwk2qt8Ov8k YUdCdnXBaU13Y6aOPE7ttTT9krNKlhnF/NDrxAradtX80+tXVa5vXYAQZid76KMV5/a/ KXv4cGFvkdnp9YsMtQmjHzvvsAkZCTGQIcOWcg3YXMpvacCVLwD3//imHKkY0ZBu16Nd sBZJUYlkzeWWu+oga3zZ7GBYAHm7agoYoUoN+bE7n+HK0VNKBYr1TOoAHikAJlu5hceA XrNQ== X-Gm-Message-State: AOAM533Ce4mIU/JPZViZraf/+oNSSWFg5ObN8z4rBCVM7Bapnuy9DKz9 0yKQR1v2FIzhoKnIydZc/RvulNaXgqMeJOcZQ7kcSg== X-Google-Smtp-Source: ABdhPJw3tzZ9D9p6jgEm59VOvtaJaUTyrZtudaxwwHOStc/fwYBz/YcU4X11SqbNhvI9hCjXocTGYoYCbCv2Fh3PwSk= X-Received: by 2002:a05:651c:284:: with SMTP id b4mr1772479ljo.283.1593589984484; Wed, 01 Jul 2020 00:53:04 -0700 (PDT) MIME-Version: 1.0 References: <20200626005601.241022-1-megous@megous.com> <20200626005601.241022-14-megous@megous.com> In-Reply-To: <20200626005601.241022-14-megous@megous.com> From: Linus Walleij Date: Wed, 1 Jul 2020 09:52:53 +0200 Message-ID: Subject: Re: [PATCH v5 13/13] arm64: dts: sun50i-a64-pinephone: Add touchscreen support To: Ondrej Jirman X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200701_035306_445134_3BB6F1C2 X-CRM114-Status: UNSURE ( 9.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Purism Kernel Team , Samuel Holland , David Airlie , =?UTF-8?Q?Guido_G=C3=BCnther?= , Bhushan Shah , Chen-Yu Tsai , Rob Herring , "linux-kernel@vger.kernel.org" , Martijn Braam , linux-sunxi , Thierry Reding , Maxime Ripard , Daniel Vetter , Sam Ravnborg , Luca Weiss , Linux ARM , Icenowy Zheng Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jun 26, 2020 at 2:56 AM Ondrej Jirman wrote: > Pinephone has a Goodix GT917S capacitive touchscreen controller on > I2C0 bus. Add support for it. > > Signed-off-by: Ondrej Jirman Acked-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D6A7C433E1 for ; Wed, 1 Jul 2020 07:53:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D90D22078B for ; Wed, 1 Jul 2020 07:53:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="xTCIkOiB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D90D22078B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4401F89870; Wed, 1 Jul 2020 07:53:08 +0000 (UTC) Received: from mail-lj1-x241.google.com (mail-lj1-x241.google.com [IPv6:2a00:1450:4864:20::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 75A28892C6 for ; Wed, 1 Jul 2020 07:53:06 +0000 (UTC) Received: by mail-lj1-x241.google.com with SMTP id q7so12555935ljm.1 for ; Wed, 01 Jul 2020 00:53:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=enPGC0OPftzCJlUnTQARq7JEwIW+q43cB8Io8/Pof2M=; b=xTCIkOiBtlJ6KiXHJnag1uUXr7+sABVaySKZwGWLW5bPgNh2BpVrCKqCjglU/TuFGH m9QtKUXanPF0gEBmpQNGPZx85JSQb83YZbgLpLTKkIv1UXKqBUZJTMA+lDPcpg6NmnA8 yEJfoyS1/zewE72ZeCP16ZGXR9t4xXVWMNqfm8H8UJfeX03FrzhX/Ue7EnpKQHR0Ul1N bbl0jRMKuKHGYDE9ofhB5OiIbUeQJIdWXfo1NerQIiNu+MdLppPXX5PEm4N2CmlC6zkk HlGZOPJdteytMiASWqZt67U+AMjsKUhgRsKVnC709MG+tkDQD2kyIYXYGPsOxYUQY1A5 xMww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=enPGC0OPftzCJlUnTQARq7JEwIW+q43cB8Io8/Pof2M=; b=EOpruBuxG34KfQQrNYRTRyuofV1/bqykShHV4wLB6Fziz2KdfKHnn9iNi5y9gcijtq CTT0pgBySvscKW1YtEWqmRc8h150a3qioFPdxBb4cQ6QCHdqBkodqDwUjBhD02aWGvl7 GJpLfthmvfr+mKPhssxswJSos0p93zJkeXh2IKNfAALvaeraU/cqptv0x3jOTfMxUuL2 v+JZNs9JdJ8gFULQIVjWqc3+r808dYfYmmP8seOCtVAC0Jw3GnpkqNmMbK1Acf8g91ox 2As1KNtmXhntNc5Tx5j92+KEq/bOIOQ4JdmDIG8HMgmRSNJwr+3Kb9OxI8UY1gt7BBru QOAw== X-Gm-Message-State: AOAM533AFTc2wY/EUYwNVi0Vi+3JPSnu2DALqS+qKt60RB8anjPJ0nlJ sgP8oEmxuBpSSvXRmkqKRGvudlyP7dAVaz5r9wjkOA== X-Google-Smtp-Source: ABdhPJw3tzZ9D9p6jgEm59VOvtaJaUTyrZtudaxwwHOStc/fwYBz/YcU4X11SqbNhvI9hCjXocTGYoYCbCv2Fh3PwSk= X-Received: by 2002:a05:651c:284:: with SMTP id b4mr1772479ljo.283.1593589984484; Wed, 01 Jul 2020 00:53:04 -0700 (PDT) MIME-Version: 1.0 References: <20200626005601.241022-1-megous@megous.com> <20200626005601.241022-14-megous@megous.com> In-Reply-To: <20200626005601.241022-14-megous@megous.com> From: Linus Walleij Date: Wed, 1 Jul 2020 09:52:53 +0200 Message-ID: Subject: Re: [PATCH v5 13/13] arm64: dts: sun50i-a64-pinephone: Add touchscreen support To: Ondrej Jirman X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Purism Kernel Team , Samuel Holland , David Airlie , =?UTF-8?Q?Guido_G=C3=BCnther?= , Bhushan Shah , Chen-Yu Tsai , Rob Herring , "linux-kernel@vger.kernel.org" , Martijn Braam , linux-sunxi , Thierry Reding , Sam Ravnborg , Luca Weiss , Linux ARM , Icenowy Zheng Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jun 26, 2020 at 2:56 AM Ondrej Jirman wrote: > Pinephone has a Goodix GT917S capacitive touchscreen controller on > I2C0 bus. Add support for it. > > Signed-off-by: Ondrej Jirman Acked-by: Linus Walleij Yours, Linus Walleij _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel