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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 07F41C36010 for ; Tue, 1 Apr 2025 14:50:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sLE8a8alpIDJ7gZjEf1ncsn9XQFG6U/H174ZboIvNzM=; b=ej3Bbq7qF0JCCBrY4nriWXRm06 8l68x5qPMiWFFeePrYDPlguT4LPFy0cCkejhJyWMHiQr6wmgB7BJpxuCi9LdhSifNYdbKe2ZpahTD 7Ec4zEy3Hg5PoPcKaQAOy/yAGmXgukE/Ui4Zkb6ZNK8Spj5mDyXPNs6Aa0qGX9DFsGfuLGxszsagQ YPlCRdjlzPtE9B7YDNuNb+1hC2Km+eBSaHO4BTFjGsf+TCIJzjUofIaN8VPz1juD6tCT+zLRH5MtP TYrysr3HDK4PRQbY+Q5I5JBK+NOJBW4cJMDZURHrfBf1p5nA+zXPbbpCaiOJ/ktZHUhvkFhSxYepW 0khPP2ow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.1 #2 (Red Hat Linux)) id 1tzcwX-00000003dDR-0m6r; Tue, 01 Apr 2025 14:50:21 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.1 #2 (Red Hat Linux)) id 1tzcuj-00000003d3O-34ot for linux-arm-kernel@lists.infradead.org; Tue, 01 Apr 2025 14:48:31 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ECA6A14BF; Tue, 1 Apr 2025 07:48:31 -0700 (PDT) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 083323F63F; Tue, 1 Apr 2025 07:48:25 -0700 (PDT) Date: Tue, 1 Apr 2025 15:48:23 +0100 From: Sudeep Holla To: Cristian Marussi Cc: "Peng Fan (OSS)" , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dan Carpenter , , , , , , Peng Fan Subject: Re: [PATCH v3 3/7] firmware: arm_scmi: imx: Add i.MX95 LMM protocol Message-ID: <20250401-accurate-quixotic-coua-86aed0@sudeepholla> References: <20250303-imx-lmm-cpu-v3-0-7695f6f61cfc@nxp.com> <20250303-imx-lmm-cpu-v3-3-7695f6f61cfc@nxp.com> <20250401-magnetic-spaniel-of-influence-f3ee90@sudeepholla> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250401_074829_818342_24D7F979 X-CRM114-Status: GOOD ( 19.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Apr 01, 2025 at 03:36:31PM +0100, Cristian Marussi wrote: > On Tue, Apr 01, 2025 at 03:21:51PM +0100, Sudeep Holla wrote: > > On Mon, Mar 03, 2025 at 10:53:24AM +0800, Peng Fan (OSS) wrote: > > > From: Peng Fan > > > > > > Add Logical Machine Management(LMM) protocol which is intended for boot, > > > shutdown, and reset of other logical machines (LM). It is usually used to > > > allow one LM to manager another used as an offload or accelerator engine. > > > > > > > This and next patch LGTM. Just curious as why Cristian has given tags only > > for the drivers using these but not these changes. > > > > Cristian, any specific concerns you had that had to be addressed or addressed > > in this version ? > > I think I had some review comments on the previous version of this > series for Documentation and protocol....let me see wth I said about > this :D and if they have been addressed... > Thanks that would be great. I can't recall which version I had a look, hence thought of asking. -- Regards, Sudeep