public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Luca Ceresoli" <luca.ceresoli@bootlin.com>
To: "Luca Ceresoli" <luca.ceresoli@bootlin.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Richard Weinberger" <richard@nod.at>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Rafał Miłecki" <rafal@milecki.pl>
Cc: "Amit Kumar Mahapatra" <amit.kumar-mahapatra@amd.com>,
	"Michal Simek" <monstr@monstr.eu>,
	"Bernhard Frauendienst" <kernel@nospam.obeliks.de>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	<linux-mtd@lists.infradead.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v16 0/3] mtd: Add support for stacked memories
Date: Tue, 03 Feb 2026 22:26:39 +0100	[thread overview]
Message-ID: <DG5N816NIGGQ.3NMTVNIAJP5AY@bootlin.com> (raw)
In-Reply-To: <20260203-mtd-virt-concat-v16-0-a112a979c813@bootlin.com>

Hello,

On Tue Feb 3, 2026 at 9:39 PM CET, Luca Ceresoli wrote:
> [TL;DR for v15: as agreed with Amit I'm sending a new iteration of his
> patches to fix the build-time failure due to a module dependency
> loop. Original cover follows.]
>
> This patch series adds stacked support by enhancing the existing mtd-concat
> driver to be more generic.
>
> As background, a few years ago, Bernhard Frauendienst initiated an effort
> [2] to achieve the same, which was later adapted by Miquel [1] to introduce
> stacked mode support. In this approach, partitions to be concatenated were
> specified using a DT property "part-concat" within the partitions
> definition, allowing two MTD devices to function as a single larger one in
> order to be able to define partitions across chip boundaries. However, the
> bindings were not accepted. As a result, the mtd-concat approach was
> dropped, and alternative DT bindings were introduced [3][4][5], describing
> the two flash devices as one. Corresponding SPI core changes to support
> these bindings were later added [6].
>
> While integrating stacked mode support into SPI-NOR, Tudor provided
> additional feedback, leading to discussions about updating the existing
> DT bindings. To address this, I sent an RFC [7] to initiate discussions on
> adapting the DT bindings as suggested by Miquel in [1]. Following that,
> I am now submitting this patch series that updates the virtual concat DT
> bindings and the driver referenced in [1], along with some minor mtdcore
> changes.
> Since I have taken ownership of this effort, I have included Bernhard and
> Miquel under the "Suggested-by" tag.
>
> [1] https://lore.kernel.org/linux-mtd/20191127105522.31445-1-miquel.raynal@bootlin.com/
> [2] https://lwn.net/ml/linux-kernel/20180907173515.19990-1-kernel@nospam.obeliks.de/
> [3] https://github.com/torvalds/linux/commit/f89504300e94524d5d5846ff8b728592ac72cec4
> [4] https://github.com/torvalds/linux/commit/eba5368503b4291db7819512600fa014ea17c5a8
> [5] https://github.com/torvalds/linux/commit/e2edd1b64f1c79e8abda365149ed62a2a9a494b4
> [6] https://github.com/torvalds/linux/commit/4d8ff6b0991d5e86b17b235fc46ec62e9195cb9b
> [7] https://lore.kernel.org/all/20241026075347.580858-1-amit.kumar-mahapatra@amd.com/
>
> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Aargh, I forgot to add my SoB line! Please ignore this series, v17
incoming. Sorry about the mess!

Luca

--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

      parent reply	other threads:[~2026-02-03 21:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-03 20:39 [PATCH v16 0/3] mtd: Add support for stacked memories Luca Ceresoli
2026-02-03 20:39 ` [PATCH v16 1/3] dt-bindings: mtd: Describe MTD partitions concatenation Luca Ceresoli
2026-02-03 20:39 ` [PATCH v16 2/3] mtd: Move struct mtd_concat definition to header file Luca Ceresoli
2026-02-03 20:39 ` [PATCH v16 3/3] mtd: Add driver for concatenating devices Luca Ceresoli
2026-02-03 21:26 ` Luca Ceresoli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DG5N816NIGGQ.3NMTVNIAJP5AY@bootlin.com \
    --to=luca.ceresoli@bootlin.com \
    --cc=amit.kumar-mahapatra@amd.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@nospam.obeliks.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=monstr@monstr.eu \
    --cc=rafal@milecki.pl \
    --cc=richard@nod.at \
    --cc=robh@kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox