[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230411161153.60998465@xps-13>
Date: Tue, 11 Apr 2023 16:11:53 +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.3-rc7
Hello Linus,
This is a second fixes MTD PR for the next release/release-candidate.
Thanks,
Miquèl
The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:
Linux 6.3-rc5 (2023-04-02 14:29:29 -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.3-rc7
for you to fetch changes up to 93942b70461574ca7fc3d91494ca89b16a4c64c7:
mtd: rawnand: meson: fix bitmask for length in command word (2023-04-03 17:58:01 +0200)
----------------------------------------------------------------
Core MTD fix:
* mtdblock: Tolerate corrected bit-flips
Raw NAND fixes:
* meson: Fix bitmask for length in command word
* stm32_fmc2:
- Remove unsupported EDO mode
- Use timings.mode instead of checking tRC_min
The first patch is the real fix but nowadays we use timings.mode
instead of bare timings, so in order to ease the backports, the fix
was split into two steps, the first one easy to backport on older
kernels, the second one just as a follow-up so recent stable kernels
would look like the mainline.
----------------------------------------------------------------
Arseniy Krasnov (1):
mtd: rawnand: meson: fix bitmask for length in command word
Bang Li (1):
mtdblock: tolerate corrected bit-flips
Christophe Kerello (2):
mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min
drivers/mtd/mtdblock.c | 12 ++++++++----
drivers/mtd/nand/raw/meson_nand.c | 6 +++---
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 3 +++
3 files changed, 14 insertions(+), 7 deletions(-)
Powered by blists - more mailing lists