[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240701140851.307df5e3@xps-13>
Date: Mon, 1 Jul 2024 14:08:51 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mtd@...ts.infradead.org, Richard Weinberger <richard@....at>,
Tudor Ambarus <Tudor.Ambarus@...aro.org>, Vignesh Raghavendra
<vigneshr@...com>, Frieder Schrempf <frieder.schrempf@...tron.de>, Michael
Walle <michael@...le.cc>, Pratyush Yadav <pratyush@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] mtd: Fixes for 6.10-rc7
Hi Linus,
Here is a fixes PR for the next -rc.
Thanks,
Miquèl
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10-rc7
for you to fetch changes up to b27d8946b5edd9827ee3c2f9ea1dd30022fb1ebe:
mtd: rawnand: rockchip: ensure NVDDR timings are rejected (2024-05-27 13:42:25 +0200)
----------------------------------------------------------------
Raw NAND:
Rockchip NAND controller driver was not checking the timings properly
and the introduction of NV-DDR support broke it.
The core was also misbehaving in some very specific cases: in case of
(unlikely) bitflips in the parameter page, the fallback might have
failed as well but for software reasons.
Finally, the chosen ECC configuration was no longer properly propagated
to upper layers, mostly failing an info message at probe time.
----------------------------------------------------------------
Miquel Raynal (3):
mtd: rawnand: Ensure ECC configuration is propagated to upper layers
mtd: rawnand: Fix the nand_read_data_op() early check
mtd: rawnand: Bypass a couple of sanity checks during NAND identification
Val Packett (1):
mtd: rawnand: rockchip: ensure NVDDR timings are rejected
drivers/mtd/nand/raw/nand_base.c | 68 +++++++++++++++++++++++----------------
drivers/mtd/nand/raw/rockchip-nand-controller.c | 6 ++--
2 files changed, 44 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists