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 82642C38145 for ; Tue, 6 Sep 2022 09:42:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239227AbiIFJmu (ORCPT ); Tue, 6 Sep 2022 05:42:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239641AbiIFJma (ORCPT ); Tue, 6 Sep 2022 05:42:30 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8CB47697E; Tue, 6 Sep 2022 02:41:56 -0700 (PDT) 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)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 8B21D6601EF9; Tue, 6 Sep 2022 10:41:52 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662457313; bh=7pEeYix4E4mRwD8IkrPe/sydx5F80OmM4j61hvpJHDo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Atz850aqdqnVP4OlM865gUC2IfObKvqgM12LzdJyn/95T3UwH9DBsSurrIoOR8tQE uOJUQtGcVE8ItupeK1l0jrqsabMEiRhUL0R+tni/mheB2wzL/47zfoKwAXdxEYrxtj ifnWiXmptF0GpptgWiXu0QP1dVgBpF1OtCFdO42POyDbmGoOuXvFDaZh6LnR28arOL usWYocvC/7yq5H1AmOFWmp6Mo7voZ9hy7pr41GeuG+K8jMPUhs89jqmKpztovPv1F+ 1cBRzhhXzWyi3rZGvTPvbPJEwKvjh72xl7j46sKOCn/pggWzajazWhYMearHWw37ZG J+zCjZ4PNDLyQ== Message-ID: Date: Tue, 6 Sep 2022 11:41:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH v2 5/6] soc: mediatek: add mtk-mutex support for mt8188 vdosys0 Content-Language: en-US To: "nathan.lu" , Rob Herring , Krzysztof Kozlowski , Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Maxime Coquelin , Alexandre Torgue , Matthias Brugger Cc: "jason-jh . lin" , CK Hu , Rex-BC Chen , Moudy Ho , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, wsd_upstream@mediatek.com, lancelot.wu@mediatek.com, Project_Global_Chrome_Upstream_Group@mediatek.com, amy zhang References: <20220906084449.20124-1-nathan.lu@mediatek.com> <20220906084449.20124-6-nathan.lu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220906084449.20124-6-nathan.lu@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 06/09/22 10:44, nathan.lu ha scritto: > From: Nathan Lu > > add mtk-mutex support for mt8188 vdosys0. > > Signed-off-by: amy zhang > Signed-off-by: Nathan Lu Reviewed-by: AngeloGioacchino Del Regno