From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 53C991A4F30; Tue, 13 Aug 2024 20:07:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723579656; cv=none; b=QlBL4nwr8W624RcHXEQQ0NRfvTwavys5fgaH00lpP9QrwAhoMQrke13mD/vbyaQzqAMErJT+tvvOuB+LuxLhJPjzk57oI5ZAvOzsDxFVqjL87YbV3VZTe0NSNYeC2/6mPt7POMg3RcRzoIf0iv0iR8MU0/7vsgTrLmZJEBcnltY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723579656; c=relaxed/simple; bh=pcU0DlQ+ID/ze4Ee6AQQElRUnHpjqLCr6VqHuIdU5FI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tYaytyvTYYbHJUJlfo6hR7LPMrmBpiJf6zEOj8w4Lm2VKFWt9B0taE+YrtSiOVgPwgclA+U0UDwc0kdM5u7wJZmRvuoo+dOS3boGzIbt6Sgz7utT+vk/1GgdcH73pKWm+TMnKK+GLbyw/qED/uvDdGusCM3qFXOBdM44Oxt/SqE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Z+a9BFGu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Z+a9BFGu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95ACDC4AF10; Tue, 13 Aug 2024 20:07:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723579655; bh=pcU0DlQ+ID/ze4Ee6AQQElRUnHpjqLCr6VqHuIdU5FI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z+a9BFGu5rXoC2VXF6YVaCHXPLBvjQuCO8q/YvNGn+2s8sNyKgBQOKR/h+Ir4j/no olrDkMK2uBr05dFbfSDhtvK0drNBkgcfwHf0f4I4yBTsilX/69neoR+L9aMLsl97ot v2XrSh2CgqXEZlReERf1DOAfXBEFIiSX49Run3f1H/eIYLw5Fp3Q8RcdUyKdNAEu9N Q1kzD3q88FLCEQb5JTURDmmAikCCifDm+nDix/zedHtEqRj6rmIzIEeApdN5iT2uf7 0B/2krLSkbGHqqWiM1VXpoV6E/5RJRBy9TpuHYIfHQ40KAr4ZG5gfWjAt7dzQPBQlg 1hhTdmNsn2RCA== Date: Tue, 13 Aug 2024 14:07:34 -0600 From: Rob Herring To: Christian Marangi Cc: Ulf Hansson , Krzysztof Kozlowski , Conor Dooley , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Joern Engel , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Saravana Kannan , Thomas Bogendoerfer , Wolfram Sang , Florian Fainelli , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH v4 3/7] dt-bindings: mmc: add property for partitions node in mmc-card node Message-ID: <20240813200734.GA1659224-robh@kernel.org> References: <20240809172106.25892-1-ansuelsmth@gmail.com> <20240809172106.25892-4-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20240809172106.25892-4-ansuelsmth@gmail.com> On Fri, Aug 09, 2024 at 07:21:01PM +0200, Christian Marangi wrote: > Add property for defining partitions node in mmc-card node to define > partitions in DT by the use of the block2mtd module to use block > devices as MTD. You justified patch 1 saying eMMC already supported this, but then here you add support. Both are a NAK for me as both already have a way to describe partitions with GPT. > > Signed-off-by: Christian Marangi > --- > .../devicetree/bindings/mmc/mmc-card.yaml | 40 +++++++++++++++++++ > 1 file changed, 40 insertions(+)