From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@linaro.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for 6.6-rc7
Date: Fri, 20 Oct 2023 20:00:39 +0200 [thread overview]
Message-ID: <20231020200039.09ff7f18@xps-13> (raw)
Hello Linus,
This is an MTD fixes PR for the next -rc. As discussed during the
previous cycles, I've changed my way of writing the PR text. Let me
know if you want something different.
Thanks,
Miquèl
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.6-rc7
for you to fetch changes up to f6ca3fb6978f94d95ee79f95085fc22e71ca17cc:
mtd: rawnand: Ensure the nand chip supports cached reads (2023-10-16 10:47:22 +0200)
----------------------------------------------------------------
In the raw NAND subsystem, the major fix prevents using cached reads
with devices not supporting it. There was two bug reports about
this. Aside, 3 drivers (pl353, arasan and marvell) could sometimes hide
page program failures due to their their own program page helper not
being fully compliant with the specification (many drivers use the
default helpers shared by the core). Adding a missing check prevents
these situation. Finally, the Qualcomm driver had a broken error path.
In the SPI-NAND subsystem one Micron device used a wrong bitmak
reporting possibly corrupted ECC status.
Finally, the physmap-core got stripped from its map_rom fallback by
mistake, this feature is added back.
----------------------------------------------------------------
Bibek Kumar Patro (1):
mtd: rawnand: qcom: Unmap the right resource upon probe failure
Geert Uytterhoeven (1):
mtd: physmap-core: Restore map_rom fallback
Martin Kurbanov (1):
mtd: spinand: micron: correct bitmask for ecc status
Miquel Raynal (3):
mtd: rawnand: marvell: Ensure program page operations are successful
mtd: rawnand: arasan: Ensure program page operations are successful
mtd: rawnand: pl353: Ensure program page operations are successful
Rouven Czerwinski (1):
mtd: rawnand: Ensure the nand chip supports cached reads
drivers/mtd/maps/physmap-core.c | 11 +++++++++++
drivers/mtd/nand/raw/arasan-nand-controller.c | 16 ++++++++++++++--
drivers/mtd/nand/raw/marvell_nand.c | 23 ++++++++++++++++++++++-
drivers/mtd/nand/raw/nand_base.c | 3 +++
drivers/mtd/nand/raw/nand_jedec.c | 3 +++
drivers/mtd/nand/raw/nand_onfi.c | 3 +++
drivers/mtd/nand/raw/pl35x-nand-controller.c | 9 +++++++++
drivers/mtd/nand/raw/qcom_nandc.c | 2 +-
drivers/mtd/nand/spi/micron.c | 2 +-
include/linux/mtd/jedec.h | 3 +++
include/linux/mtd/onfi.h | 1 +
include/linux/mtd/rawnand.h | 2 ++
12 files changed, 73 insertions(+), 5 deletions(-)
next reply other threads:[~2023-10-20 18:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 18:00 Miquel Raynal [this message]
2023-10-20 20:27 ` [GIT PULL] mtd: Fixes for 6.6-rc7 pr-tracker-bot
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=20231020200039.09ff7f18@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@linaro.org \
--cc=frieder.schrempf@kontron.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox