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 14897C3DA41 for ; Thu, 11 Jul 2024 13:25:13 +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=G81fyQNLSfCYcLVjIVFGyELUJ/VEeOZpiIuFfluBRWQ=; b=rt1Nj7kZrjncUiJaA2e9R4A1kg 1A89FOuBUWlpxyd39j7N8OAY/W70kg0j7JkVTQvU/wOm0FZbkkZ4uKbz87V5nhv0THen069VTJmUU S2BwIQd+ocn+w718G56pKFycRCQIBj7QaqYFGtZrAsWgLDEUhFyCTV1wOvSEO7Zd2uY3OqOwqg8lM deye5pcKWlz3ZVF5bbFJtdhlCmqkVtmiLlUCzeK3pgeI8Xm019sHMPegM1AL5+SN/zuNN7xOf95oW n5JzeT/WIk6l7kw+pzCmjNHyK1I0/vXLsx8L8N1OJ1WxcNGht6LzuLBXc0rXEAWkiy9RBBxM4iuux mEFDNCiQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRtnD-0000000E97v-0qKz; Thu, 11 Jul 2024 13:25:03 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRtmu-0000000E91Y-44J9 for linux-arm-kernel@lists.infradead.org; Thu, 11 Jul 2024 13:24:46 +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 26760FEC; Thu, 11 Jul 2024 06:25:09 -0700 (PDT) Received: from pluto (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3792E3F766; Thu, 11 Jul 2024 06:24:40 -0700 (PDT) Date: Thu, 11 Jul 2024 14:24:37 +0100 From: Cristian Marussi To: "Peng Fan (OSS)" Cc: Jonathan Corbet , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sudeep Holla , Cristian Marussi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Peng Fan , Alexandre Belloni , Dmitry Torokhov , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, arm-scmi@vger.kernel.org, linux-rtc@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH v5 4/7] firmware: arm_scmi: add initial support for i.MX MISC protocol Message-ID: References: <20240621-imx95-bbm-misc-v2-v5-0-b85a6bf778cb@nxp.com> <20240621-imx95-bbm-misc-v2-v5-4-b85a6bf778cb@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240621-imx95-bbm-misc-v2-v5-4-b85a6bf778cb@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240711_062445_068800_8465D200 X-CRM114-Status: UNSURE ( 9.25 ) X-CRM114-Notice: Please train this message. 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 Fri, Jun 21, 2024 at 03:04:39PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX95 System Manager(SM) firmware includes a SCMI vendor protocol, SCMI > MISC protocol which includes controls that are misc settings/actions that > must be exposed from the SM to agents. They are device specific and are > usually define to access bit fields in various mix block control modules, > IOMUX_GPR, and other General Purpose registers, Control Status Registers > owned by the SM. > > Signed-off-by: Peng Fan Hi, LGTM, Reviewed-by: Cristian Marussi Thanks, Cristian