mbox series

[GIT,PULL] mtd: Fixes for 6.10-rc7

Message ID 20240701140851.307df5e3@xps-13
State New
Headers show
Series [GIT,PULL] mtd: Fixes for 6.10-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.10-rc7

Message

Miquel Raynal July 1, 2024, 12:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 1, 2024, 4:49 p.m. UTC | #1
The pull request you sent on Mon, 1 Jul 2024 14:08:51 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.10-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/90f4ad03439f061fa6930b8b16ba67f7ce63e708

Thank you!