public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
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.3-rc7
Date: Tue, 11 Apr 2023 16:11:53 +0200	[thread overview]
Message-ID: <20230411161153.60998465@xps-13> (raw)

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

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

             reply	other threads:[~2023-04-11 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11 14:11 Miquel Raynal [this message]
2023-04-11 18:52 ` [GIT PULL] mtd: Fixes for 6.3-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=20230411161153.60998465@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