From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 112B3193072; Wed, 31 Jul 2024 12:35:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722429310; cv=none; b=H4b89W0PQ0kt3Y8bd7k0Ic8l0wB0JACVu7Y2ilxNI4dbl2mvV866y2mSHO8ckqAJgpugY+xleZqI12fg7UzGNUirpJvp4D41wZ/xbNbi3StCbD0ZEEiRC2lUdnwzILq4yuP5myyAJ/ONI7RKccXYVLsooo90TpY8o+rsEPvbqSs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722429310; c=relaxed/simple; bh=QDhUH0NrptmRx0+ialx0kp8xmjW/WIOSe4tR2tjeT8Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mk4xiNQeBc8gPsUX8AP/eg9cEBHCpsqHUz+Bb11eWmDYGWiWYrSdQ7jLl90eV0Trn/Z2SQTzlnRm2DhVPBmRl/xyfU+W0QYpXEIJgW5iQscOH1uGpshhEe2ORJ5BDEj4aMchQ5UJ0cWEJg6WC5I432bsXVBPeGCj7NwIJlhfzSw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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