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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7DD12C761A6 for ; Thu, 30 Mar 2023 11:45:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=P5y0R/fxYeq22h3p1mrINWw6NZCEYOATQ99BoghTlFw=; b=Y3vcR4hMf+gtE/ uiulsM1vS3Nk6vSY1AqJtOfnvoJMKWc5HEWja5Vl5tYe8tZGiBM0s6fWYan/ynisHe6IXMSWGPiDx rNWV9/K6QH6G+lKF8vvjfPQXgZMUN9Lcs8yOSOlCXxnyUGJh3Bymij5CfV6EdyHvfbzuiawKrKY1z 1iPbCTbhWt48nUzQKJcLOQaVGR8RtLwhT6aDwkXj/3YNnZ2jeAmBi/V6rHgfqd8wmsDF4fQyCGoxA WQtaGzinRCPCoarhqgNq+OpO5QKDmemT02Zp8RJfC18SRl15UzKkI/kY8pWKmJ7y66k6SdgYJ672/ FLYFtqm+EZq9dnRT3bQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phqiG-003fP4-1G; Thu, 30 Mar 2023 11:45:04 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1phqi8-003fLU-0l; Thu, 30 Mar 2023 11:45:01 +0000 Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1phqi2-0003YZ-6H; Thu, 30 Mar 2023 13:44:50 +0200 From: Heiko Stuebner To: Javier Martinez Canillas , linux-kernel@vger.kernel.org Cc: Heiko Stuebner , Robert Mader , Jarrah Gosbell , linux-rockchip@lists.infradead.org, Tom , Rob Herring , Martijn Braam , Jacopo Mondi , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Laurent Pinchart , Peter Robinson , Ondrej Jirman , Krzysztof Kozlowski , =?UTF-8?q?Kamil=20Trzci=C5=84ski?= , Caleb Connolly Subject: Re: [PATCH v3 0/2] arm64: dts: rk3399-pinephone-pro: Add display and touchscreen support Date: Thu, 30 Mar 2023 13:44:45 +0200 Message-Id: <168017666941.2380317.10565826137192421162.b4-ty@sntech.de> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230328073309.1743112-1-javierm@redhat.com> References: <20230328073309.1743112-1-javierm@redhat.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230330_044456_278373_C226FF84 X-CRM114-Status: GOOD ( 12.30 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Tue, 28 Mar 2023 09:33:07 +0200, Javier Martinez Canillas wrote: > This series adds support for the display and touchscreen found in the > PinePhone Pro. It's a third version that addresses issues pointed out > by Ondrej Jirman in v2: > > http://lists.infradead.org/pipermail/linux-rockchip/2023-March/037889.html > > Best regards, > Javier > > [...] Applied, thanks! [1/2] arm64: dts: rk3399-pinephone-pro: Add internal display support commit: 3e987e1f22b9b9fdb652a5f3f4aff24265c9af05 [2/2] arm64: dts: rk3399-pinephone-pro: Add touchscreen support commit: 17a23ce930e35d5a84889441efd9208d0445bf18 Best regards, -- Heiko Stuebner _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71010C761AF for ; Thu, 30 Mar 2023 11:46:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231491AbjC3LqA (ORCPT ); Thu, 30 Mar 2023 07:46:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230284AbjC3Lpn (ORCPT ); Thu, 30 Mar 2023 07:45:43 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 642D4A5D8; Thu, 30 Mar 2023 04:45:20 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1phqi2-0003YZ-6H; Thu, 30 Mar 2023 13:44:50 +0200 From: Heiko Stuebner To: Javier Martinez Canillas , linux-kernel@vger.kernel.org Cc: Heiko Stuebner , Robert Mader , Jarrah Gosbell , linux-rockchip@lists.infradead.org, Tom , Rob Herring , Martijn Braam , Jacopo Mondi , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Laurent Pinchart , Peter Robinson , Ondrej Jirman , Krzysztof Kozlowski , =?UTF-8?q?Kamil=20Trzci=C5=84ski?= , Caleb Connolly Subject: Re: [PATCH v3 0/2] arm64: dts: rk3399-pinephone-pro: Add display and touchscreen support Date: Thu, 30 Mar 2023 13:44:45 +0200 Message-Id: <168017666941.2380317.10565826137192421162.b4-ty@sntech.de> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230328073309.1743112-1-javierm@redhat.com> References: <20230328073309.1743112-1-javierm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Mar 2023 09:33:07 +0200, Javier Martinez Canillas wrote: > This series adds support for the display and touchscreen found in the > PinePhone Pro. It's a third version that addresses issues pointed out > by Ondrej Jirman in v2: > > http://lists.infradead.org/pipermail/linux-rockchip/2023-March/037889.html > > Best regards, > Javier > > [...] Applied, thanks! [1/2] arm64: dts: rk3399-pinephone-pro: Add internal display support commit: 3e987e1f22b9b9fdb652a5f3f4aff24265c9af05 [2/2] arm64: dts: rk3399-pinephone-pro: Add touchscreen support commit: 17a23ce930e35d5a84889441efd9208d0445bf18 Best regards, -- Heiko Stuebner 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 17A26C761A6 for ; Thu, 30 Mar 2023 11:45:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LpHyb1ycEOwvYbmsMtS8hEb0x6QIxNQLeHdwyBmJVcY=; b=gxbGVQVpQfDgQF fkOkTrc/8cTvUTWEqKk8TdOR0BL06pyNNE9tdPx4rdst560CfPeqjqzZ29djZzk0wRRxbKYGfpVUn ppE8nreoW66ep5LntYb7PveKta+lJpC5hmG5Ylp32TjzMfuMv6TrcMdyNySLuEYEhgr6gQ5vSd+rA ooTnStdiQlHX3+xhkc/Dp9dz94gV9UBrcspv/Eg3G3wUBIJimKsoR/LF0L+XCSpyAlLAiIy81Xxw+ Xm2epc0PIy5u0bF/fx3rb0hTcJiAmGuds9FCySg1dUGh4k7QDQ5sgbPLj0/ABvq3wpNrKLnU6T5vj DMHSxa32aoxnAZ/0f1lA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phqiG-003fPK-38; Thu, 30 Mar 2023 11:45:04 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1phqi8-003fLU-0l; Thu, 30 Mar 2023 11:45:01 +0000 Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1phqi2-0003YZ-6H; Thu, 30 Mar 2023 13:44:50 +0200 From: Heiko Stuebner To: Javier Martinez Canillas , linux-kernel@vger.kernel.org Cc: Heiko Stuebner , Robert Mader , Jarrah Gosbell , linux-rockchip@lists.infradead.org, Tom , Rob Herring , Martijn Braam , Jacopo Mondi , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Laurent Pinchart , Peter Robinson , Ondrej Jirman , Krzysztof Kozlowski , =?UTF-8?q?Kamil=20Trzci=C5=84ski?= , Caleb Connolly Subject: Re: [PATCH v3 0/2] arm64: dts: rk3399-pinephone-pro: Add display and touchscreen support Date: Thu, 30 Mar 2023 13:44:45 +0200 Message-Id: <168017666941.2380317.10565826137192421162.b4-ty@sntech.de> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230328073309.1743112-1-javierm@redhat.com> References: <20230328073309.1743112-1-javierm@redhat.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230330_044456_278373_C226FF84 X-CRM114-Status: GOOD ( 12.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tue, 28 Mar 2023 09:33:07 +0200, Javier Martinez Canillas wrote: > This series adds support for the display and touchscreen found in the > PinePhone Pro. It's a third version that addresses issues pointed out > by Ondrej Jirman in v2: > > http://lists.infradead.org/pipermail/linux-rockchip/2023-March/037889.html > > Best regards, > Javier > > [...] Applied, thanks! [1/2] arm64: dts: rk3399-pinephone-pro: Add internal display support commit: 3e987e1f22b9b9fdb652a5f3f4aff24265c9af05 [2/2] arm64: dts: rk3399-pinephone-pro: Add touchscreen support commit: 17a23ce930e35d5a84889441efd9208d0445bf18 Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel