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 3F7ACC54EE9 for ; Tue, 27 Sep 2022 11:06:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231814AbiI0LGP (ORCPT ); Tue, 27 Sep 2022 07:06:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231639AbiI0LF1 (ORCPT ); Tue, 27 Sep 2022 07:05:27 -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 01C8EDF91; Tue, 27 Sep 2022 04:04:33 -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 E5D496601F41; Tue, 27 Sep 2022 12:04:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1664276669; bh=MGGRSFV4QKZ64S297uy7PnxQS7sY2jyybyoCgu9gy38=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=J95bXywUFI/OUUcoPV975N4k06sRbpqvUJRyFV0TEx/GPmwwlvTcKmu+xtjWC+2bE wAA04Ysw7x4/Ac5gewLwtJHBjxv3lxPHXSZ+85bP+qLuTp64JNyTQQaQyE7KIgSUIt rIQ0qAMuKDsGaopQvE5OtM6h8D4GdDhuuH0G2Jq/wlcnXKEKeNUlfyaSA+THYy3uK4 YIbExeus54XILWgapy1lmkrMXj+APPKTtJz+YH9fQ8x2k2yDHYjbEdT/W+e0LLVa90 nLNeYJb6TMOMZbE19M2D3x8OxQfhE3PsMZJCWIc04LE1oilZFEv/q5ekQGR3NhuzhC n/NGrgBp2+o/g== Message-ID: Date: Tue, 27 Sep 2022 13:04:26 +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 v3 05/11] remoteproc: mediatek: Add SCP core 1 register definitions Content-Language: en-US To: Tinghan Shen , Bjorn Andersson , Mathieu Poirier , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Tiffany Lin , Andrew-CT Chen , Yunfei Dong , Mauro Carvalho Chehab Cc: linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org References: <20220927025606.26673-1-tinghan.shen@mediatek.com> <20220927025606.26673-6-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220927025606.26673-6-tinghan.shen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 27/09/22 04:56, Tinghan Shen ha scritto: > Add MT8195 SCP core 1 related register definitions. > > Signed-off-by: Tinghan Shen > Reviewed-by: Mathieu Poirier Reviewed-by: AngeloGioacchino Del Regno