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 41C7BC433F5 for ; Thu, 6 Oct 2022 09:25:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231420AbiJFJZd (ORCPT ); Thu, 6 Oct 2022 05:25:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231318AbiJFJZ2 (ORCPT ); Thu, 6 Oct 2022 05:25:28 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDF9573333 for ; Thu, 6 Oct 2022 02:25:27 -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 766E36601595; Thu, 6 Oct 2022 10:25:25 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1665048326; bh=w1BmtUXhzHDGMFiI+Pc6ZggZiUYyH+xNoewjHhSzN58=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mX0dHidhD8S4lk0mTAgOrisK0fe8bdiT2j9qe6BdItfN54PSR/qIjUfIC5l43DHwA FUrgI/3uQQTxdmWLQkc1atDQGSq6b8A37vnUO6zL+B3G0CSlE0512FO0T8lmMMabKi QKmdSrg2Spp0xZ9cMizAYJRrFu20KmJlFQRuoRtXbOflttIEvrc40tlRFTU2+KZSh1 6ClwJFMbp3GP2JTURpbxidpWPQpGwnVcyZs7M2GQkhpbzK+4FOVr15GclZePe7pDQS LyfgskvH/jmD89Nqz2UKEaEVwmIhXCYKeP+AolvghTQClsE7xLkyHKTgkcU8WK+v+Z SZQI2HmatsmtA== Message-ID: Date: Thu, 6 Oct 2022 11:25:22 +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 v9, 1/4] mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of number Content-Language: en-US To: Yongqiang Niu , CK Hu , Chun-Kuang Hu Cc: Jassi Brar , Matthias Brugger , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Hsin-Yi Wang References: <20221006043456.8754-1-yongqiang.niu@mediatek.com> <20221006043456.8754-2-yongqiang.niu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221006043456.8754-2-yongqiang.niu@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/10/22 06:34, Yongqiang Niu ha scritto: > Use GCE_CTRL_BY_SW definition instead of number > > Signed-off-by: Yongqiang Niu Reviewed-by: AngeloGioacchino Del Regno