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 423D3C433EF for ; Tue, 3 May 2022 12:19:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234317AbiECMWl (ORCPT ); Tue, 3 May 2022 08:22:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231719AbiECMWh (ORCPT ); Tue, 3 May 2022 08:22:37 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 485D4DEF8; Tue, 3 May 2022 05:19:05 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 60A651F440F4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1651580343; bh=sxf/W13yVe4Kgm26SjBv1lwhUCOHzwyJNbXYMsV7XMA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=P6/X0iY5iC51JE7taRgE4+AbKeMuJ8OpyI9cqNDdPWin6ehVRQXCsTX3go4fjRe48 lmR8lrhFZObtGmsZYr6EeHfI46pnCYUeRSUo/kRVq5XTN3bJ7Hl7F73awPXAEwqWrN 0s9DLOO8brYtCSa50Yo7USlJbwbVeHNDuko5QEXfPtT4k9Ws9PE/j4mkusFOFQ3PXU d2kdEVOz8OFcdLtWbaG2M/G0OnKQu63b/qEGMWlyA2TJQRVtOf62MejgKZjlzPuuQV wVqTezvGRofz9dvSHzsMg71Ox+wIf1/9e+ZepXrB7JmmNg/8ffvCcX2S8WSYpPzHpv fTvB2ZsO73+Vw== Message-ID: Date: Tue, 3 May 2022 14:19:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v19 11/25] soc: mediatek: add mtk-mutex component - dp_intf1 Content-Language: en-US To: "Nancy.Lin" , Rob Herring , Matthias Brugger , Chun-Kuang Hu , Philipp Zabel , wim@linux-watchdog.org, linux@roeck-us.net Cc: David Airlie , Daniel Vetter , Nathan Chancellor , Nick Desaulniers , "jason-jh . lin" , Yongqiang Niu , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, dri-devel@lists.freedesktop.org, llvm@lists.linux.dev, singo.chang@mediatek.com, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220503102345.22817-1-nancy.lin@mediatek.com> <20220503102345.22817-12-nancy.lin@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220503102345.22817-12-nancy.lin@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 03/05/22 12:23, Nancy.Lin ha scritto: > Add mtk-mutex DDP_COMPONENT_DP_INTF1 component. The MT8195 vdosys1 path > component contains ovl_adaptor, merge5, and dp_intf1. It is a preparation > for adding support for MT8195 vdosys1 path component. > > Signed-off-by: Nancy.Lin Reviewed-by: AngeloGioacchino Del Regno