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 41D9AC3DA64 for ; Wed, 31 Jul 2024 12:35:54 +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=iejNwzpBHtybqkRtXiMD+drW/CuAAMWLqSD1YzZYT8A=; b=trj/DSDj+j9Szyx2eRACcRjkxC TpgBaWe6hQ8NMJNS6Nd4sVIbFWtsAy63cewRGUyrr6GstpDAruwR7vEQA80SicZzape42MQVDuow9 rYs3Db3I/wkCNTExi9Qnbpof8ONyBJbl/+NT8pb8i0wO3k6ojtU4lsjpVoWQEgrkrsxycC2cTI+SV Bl0VDlTPAiLmjagiy+QIgy63PeBlXgTdVJyq3CCkYp/AhkecKgZIM8y2iue1VCwXpfJq7ylTLjOM+ c0WS+I6MR5HVjZKeudN7PPP8Qy1BpTNw8vx/TOfXuqrImo9axVRzw/N4UdsddFsOB0wgd/R/DcGzz 16RbaGww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sZ8YS-000000016Pu-2Y1d; Wed, 31 Jul 2024 12:35:44 +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 1sZ8Xs-000000016B0-2ljY for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2024 12:35:10 +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 E8E781007; Wed, 31 Jul 2024 05:35:32 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D7C053F766; Wed, 31 Jul 2024 05:35:04 -0700 (PDT) Date: Wed, 31 Jul 2024 13:35:02 +0100 From: Sudeep Holla To: Peng Fan Cc: Krzysztof Kozlowski , "Peng Fan (OSS)" , Sudeep Holla , Cristian Marussi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Alexandre Belloni , Dmitry Torokhov , "arm-scmi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "imx@lists.linux.dev" , "linux-rtc@vger.kernel.org" , "linux-input@vger.kernel.org" Subject: Re: [PATCH v6 1/7] dt-bindings: firmware: add i.MX95 SCMI Extension protocol Message-ID: References: <20240718-imx95-bbm-misc-v2-v6-0-18f008e16e9d@nxp.com> <20240718-imx95-bbm-misc-v2-v6-1-18f008e16e9d@nxp.com> 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-20240731_053508_771315_F02072ED X-CRM114-Status: GOOD ( 15.80 ) 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 Wed, Jul 31, 2024 at 12:18:28PM +0000, Peng Fan wrote: > > Subject: Re: [PATCH v6 1/7] dt-bindings: firmware: add i.MX95 SCMI > > Extension protocol > > > > On 18/07/2024 09:41, Peng Fan (OSS) wrote: > > > From: Peng Fan > > > > > > Add i.MX SCMI Extension protocols bindings for: > > > - Battery Backed Module(BBM) Protocol > > > This contains persistent storage (GPR), an RTC, and the ON/OFF > > button. > > > The protocol can also provide access to similar functions > > implemented via > > > external board components. > > > - MISC Protocol. > > > This 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 GPR/CSR owned by the SM. > > > > > > Reviewed-by: "Rob Herring (Arm)" > > > > Why quotes? Which tools did you use? > > I could not recall why have this. I will drop and resend the patchset. > Resend only if you have any other comments addressed, no spin just for this one please. -- Regards, Sudeep