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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 50E97C4332F for ; Tue, 18 Oct 2022 19:33:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 29A1484F84; Tue, 18 Oct 2022 21:33:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="kHxOk36g"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8E5E284F63; Tue, 18 Oct 2022 18:02:00 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C012284EA7 for ; Tue, 18 Oct 2022 18:01:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=conor@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A9E2761502; Tue, 18 Oct 2022 16:01:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB205C433D6; Tue, 18 Oct 2022 16:01:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666108916; bh=Hn/UlsHxFMZytEorg4BSDyJiZpF+QOnOBXapsACQcrQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kHxOk36gAwYbktOc8LmDZyJGSMN9auJnaUbH9Y/D1YD3J25ZLw6F2fdjTZ6+sDW6C yVC470JlYJTLXnG3z2IAwUvEtYth+8QYkjfdwap6daW0v9w0H4ZxMNl9R1UuwujK8S NnW9PGdxch6G6DdFumjVWBS1fyR4fiEiewwBhHTj2pHWGx2P9C1ilzblOuR3drsvIl cawGlhcQs0Suwk5p/Wb0KAF4CiXt2/nSWF3L9vVRrIVQ3f6iz+fr5++qq9B4V2PUgE sNuD3JF6XiBdFqC9LlsunLhRrK4qDG2UykNkuN3sLc+p/F3QmG/TyILB0HpdDopjIM xQrwHpWNbpjGA== Date: Tue, 18 Oct 2022 17:01:48 +0100 From: Conor Dooley To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tom Rini , Florian Fainelli , Joel Peshkin , William Zhang , Conor Dooley , devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, u-boot@lists.denx.de, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH V3 1/2] dt-bindings: mtd: partitions: u-boot: allow dynamic subpartitions Message-ID: References: <20221018154202.4634-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Mailman-Approved-At: Tue, 18 Oct 2022 21:33:14 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Tue, Oct 18, 2022 at 05:55:14PM +0200, Rafał Miłecki wrote: > On 18.10.2022 17:50, Conor Dooley wrote: > > On Tue, Oct 18, 2022 at 05:42:01PM +0200, Rafał Miłecki wrote: > > > From: Rafał Miłecki > > > > > > U-Boot partition may contain subpartitions. For example Broadcom > > > includes environment data block in the middle of its U-Boot partition. > > > > > > This allows describing Broadcom's U-Boot env data and will allow > > > referencing its NVMEM cell in the future. > > > > > > Reg: 118f3fbe517f4 ("dt-bindings: mtd: partitions: support label/name only partition") > > > > Pardon my ignorance here, but what is the significance of a "Reg" tag? > > That was meant to be "Ref:" and was meant to show commit that introduced > concept of dynamic partitions. I thought it's a new feature not everyone > may be familiar with yet. I thought it may help to review this patch. Ah nw, I wasn't sure if it ws a typo or "Reg" short for regression. > > If that is pointless though could you Rob just drop those tags while > applying, please? I guess I'll just let you decide. > > > > > Ref: dd638202dfb65 ("dt-bindings: mtd: partitions: add additional example for qcom,smem-part") > > > Signed-off-by: Rafał Miłecki >