[GIT PULL] mtd: Fixes for 6.15-rc2

Miquel Raynal miquel.raynal at bootlin.com
Thu Apr 10 00:39:39 PDT 2025


Hello,

This is a fixes MTD PR for 6.15-rc2.

Thanks,
Miquèl

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -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.15-rc2

for you to fetch changes up to 1c1fd374a2fe72b8a6dde62d3c3a9fd153e7581c:

  mtd: spinand: Fix build with gcc < 7.5 (2025-04-07 09:05:31 +0200)

----------------------------------------------------------------
Two important fixes: the build of the SPI NAND layer with old GCC
versions as well as the fix of the Qpic Makefile which was wrong in the
first place.

There are also two smaller fixes about a missing error and status check.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      mtd: nand: Drop explicit test for built-in CONFIG_SPI_QPIC_SNAND

Miquel Raynal (1):
      mtd: spinand: Fix build with gcc < 7.5

Wentao Liang (2):
      mtd: inftlcore: Add error check for inftl_read_oob()
      mtd: rawnand: Add status chack in r852_ready()

 drivers/mtd/inftlcore.c     | 9 +++++----
 drivers/mtd/nand/Makefile   | 3 ---
 drivers/mtd/nand/raw/r852.c | 3 +++
 include/linux/mtd/spinand.h | 2 +-
 4 files changed, 9 insertions(+), 8 deletions(-)



More information about the linux-mtd mailing list