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 87C3C6BB21; Fri, 1 Mar 2024 10:27:49 +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=1709288871; cv=none; b=lIFDUsTh4VMpCCUTmACMEnlXJ1a/SgvfcLw9GaKqOJVRVhF+KzwMHGEUVB5ZbUrAHf/5Io/IV8SjffGiuZJgZEnXiAu5If+wMe42n9ZWXRAGRY1DK3x5mbeKryMlIEq7ma/ACMC6Ns96knp2/KDvFtPmJvaMj1YRjQBtsdrzFrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709288871; c=relaxed/simple; bh=2ITffW4QOJpVXEcHYWvYxVYI6ZG2DSilFU7obOj8RY0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=e2WrFbAs81u2wG0pY83Vzcd9gnMrmbSSRm1mg4qIIfdlEROyTd2GUEoo8i28cqQ+EaGVy4f7T/1z83cDXUNpXS0/SJsbtJT6SogkQRGSGZwcjm4eM0nlnXP/C/Z25Yppz7NgwTnEV7HHOp0wTySgbEFnCbnpBzM+sqz028JW+H8= 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 00C5D1FB; Fri, 1 Mar 2024 02:28:27 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9B6223F762; Fri, 1 Mar 2024 02:27:46 -0800 (PST) Date: Fri, 1 Mar 2024 10:27:44 +0000 From: Sudeep Holla To: "Peng Fan (OSS)" Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sudeep Holla , Cristian Marussi , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH 2/5] firmware: arm_scmi: add initial support for i.MX BBM protocol Message-ID: References: <20240202-imx95-bbm-misc-v1-0-3cb743020933@nxp.com> <20240202-imx95-bbm-misc-v1-2-3cb743020933@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: <20240202-imx95-bbm-misc-v1-2-3cb743020933@nxp.com> On Fri, Feb 02, 2024 at 02:34:40PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The i.MX BBM protocol is for managing i.MX BBM module which provides > RTC and BUTTON feature. BBM as in NAND Bad Block Management ? As mentioned elsewhere for other vendor protocol implementations, please provide as much documentation on these extensions as possible. Please use the SCMI spec as the reference to provide documentation as I expected it to be versioned and all these needs to be documented for maintenance of upstream support. Also explain briefly why this needs to be vendor extension even if it is obvious. I prefer that way. -- Regards, Sudeep