public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: Fixes for 6.10-rc7
@ 2024-07-01 12:08 Miquel Raynal
  2024-07-01 16:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2024-07-01 12:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-mtd, Richard Weinberger, Tudor Ambarus, Vignesh Raghavendra,
	Frieder Schrempf, Michael Walle, Pratyush Yadav, linux-kernel

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(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-01 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 12:08 [GIT PULL] mtd: Fixes for 6.10-rc7 Miquel Raynal
2024-07-01 16:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox