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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 71EF5C25B47 for ; Tue, 24 Oct 2023 09:20:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FF5F10E0B4; Tue, 24 Oct 2023 09:20:36 +0000 (UTC) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by gabe.freedesktop.org (Postfix) with ESMTPS id D5FD610E0B4 for ; Tue, 24 Oct 2023 09:20:34 +0000 (UTC) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 6AEA26603102; Tue, 24 Oct 2023 10:20:32 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1698139233; bh=aGD3rYDkHE1z+wGDnmzLG0zIhU826ZF/LKif2k9yn48=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aB8Ebdt/Q8va37fJTH2YZg4cqbC/oQmZa9L2yO0hkaFDrCMUpeNO5wu2bX/fKX1yk p8la8GnvDRy3yhU+U8FVPsp6fzoTAvOr2nUZPprrjtJZyGEMNsyGZWUywuEd+KR9em k8f3BOHv77yJUJEElmKwHM+oD8kP6LD5pQGY6u8XSJM1NXc6OZFEW8oK5hyc2lq9Mw aJ50Sg+I34bB1Oe23DLrkZvu1o8OaHeWslpBtyVzcA57wFy2DQKMQCcb082niKS0B3 uzrKLkIflk0KaKo+95O8auLaD3Iuj4xwkPoUs3bqtMRp7AZzdU4BPHJe8IqSgOnWr+ WXi/aGLqmEA8A== Message-ID: Date: Tue, 24 Oct 2023 11:20:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 15/18] drm/mediatek: add MT8365 SoC support Content-Language: en-US To: amergnat@baylibre.com, Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Jitao Shi , Xinlei Lee , CK Hu , Thierry Reding , =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Catalin Marinas , Will Deacon References: <20231023-display-support-v1-0-5c860ed5c33b@baylibre.com> <20231023-display-support-v1-15-5c860ed5c33b@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231023-display-support-v1-15-5c860ed5c33b@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Fabien Parent , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Il 23/10/23 16:40, amergnat@baylibre.com ha scritto: > From: Fabien Parent > > Add DRM support for MT8365 SoC. > > Signed-off-by: Fabien Parent > Signed-off-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno