From: Frieder Schrempf <frieder@fris.de>
To: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
Miquel Raynal <miquel.raynal@bootlin.com>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>,
stable@vger.kernel.org,
Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>,
David LaPorte <dalaport@amazon.com>,
Gabor Juhos <j4g8y7@gmail.com>, Mark Brown <broonie@kernel.org>,
Pratyush Yadav <pratyush@kernel.org>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.12.y 0/3] Backport fixes for SPI NAND on i.MX6UL
Date: Tue, 11 Aug 2026 18:13:35 +0200 [thread overview]
Message-ID: <20260811161342.533280-1-frieder@fris.de> (raw)
From: Frieder Schrempf <frieder.schrempf@kontron.de>
There are failures with our Kontron i.MX6UL boards using Macronix SPI NAND
chips on i.MX6UL that originate in the introduction of the continuous read
feature in 6.12 (631cfdd0520d19b7f4fc13b834fd9c8b46c6dbac) and the absence
of later fixes introduced in 6.18 that were never backported.
This series contains these fixes picked from mainline, applying to stable 6.12
cleanly.
Cc: stable@vger.kernel.org
Cc: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: linux-mtd@lists.infradead.org
Mikhail Kshevetskiy (3):
mtd: spinand: fix direct mapping creation sizes
mtd: spinand: try a regular dirmap if creating a dirmap for continuous
reading fails
mtd: spinand: repeat reading in regular mode if continuous reading
fails
drivers/mtd/nand/spi/core.c | 74 +++++++++++++++++++++++++++++--------
1 file changed, 59 insertions(+), 15 deletions(-)
--
2.55.0
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Frieder Schrempf <frieder@fris.de>
To: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
Miquel Raynal <miquel.raynal@bootlin.com>,
Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>,
stable@vger.kernel.org,
Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>,
David LaPorte <dalaport@amazon.com>,
Gabor Juhos <j4g8y7@gmail.com>, Mark Brown <broonie@kernel.org>,
Pratyush Yadav <pratyush@kernel.org>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.12.y 0/3] Backport fixes for SPI NAND on i.MX6UL
Date: Tue, 11 Aug 2026 18:13:35 +0200 [thread overview]
Message-ID: <20260811161342.533280-1-frieder@fris.de> (raw)
From: Frieder Schrempf <frieder.schrempf@kontron.de>
There are failures with our Kontron i.MX6UL boards using Macronix SPI NAND
chips on i.MX6UL that originate in the introduction of the continuous read
feature in 6.12 (631cfdd0520d19b7f4fc13b834fd9c8b46c6dbac) and the absence
of later fixes introduced in 6.18 that were never backported.
This series contains these fixes picked from mainline, applying to stable 6.12
cleanly.
Cc: stable@vger.kernel.org
Cc: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: linux-mtd@lists.infradead.org
Mikhail Kshevetskiy (3):
mtd: spinand: fix direct mapping creation sizes
mtd: spinand: try a regular dirmap if creating a dirmap for continuous
reading fails
mtd: spinand: repeat reading in regular mode if continuous reading
fails
drivers/mtd/nand/spi/core.c | 74 +++++++++++++++++++++++++++++--------
1 file changed, 59 insertions(+), 15 deletions(-)
--
2.55.0
next reply other threads:[~2026-08-11 16:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-11 16:13 Frieder Schrempf [this message]
2026-08-11 16:13 ` [PATCH 6.12.y 0/3] Backport fixes for SPI NAND on i.MX6UL Frieder Schrempf
2026-08-11 16:13 ` [PATCH 6.12.y 1/3] mtd: spinand: fix direct mapping creation sizes Frieder Schrempf
2026-08-11 16:13 ` Frieder Schrempf
2026-08-11 16:13 ` [PATCH 6.12.y 2/3] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails Frieder Schrempf
2026-08-11 16:13 ` Frieder Schrempf
2026-08-11 16:13 ` [PATCH 6.12.y 3/3] mtd: spinand: repeat reading in regular mode if " Frieder Schrempf
2026-08-11 16:13 ` Frieder Schrempf
2026-08-11 16:23 ` [PATCH 6.12.y 0/3] Backport fixes for SPI NAND on i.MX6UL Miquel Raynal
2026-08-11 16:23 ` Miquel Raynal
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=20260811161342.533280-1-frieder@fris.de \
--to=frieder@fris.de \
--cc=broonie@kernel.org \
--cc=dalaport@amazon.com \
--cc=frieder.schrempf@kontron.de \
--cc=j4g8y7@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=mikhail.kshevetskiy@iopsys.eu \
--cc=miquel.raynal@bootlin.com \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.