mbox series

[GIT,PULL] mtd: Fixes for 6.15-rc2

Message ID 87h62wcvno.fsf@bootlin.com
State New
Headers show
Series [GIT,PULL] mtd: Fixes for 6.15-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.15-rc2

Message

Miquel Raynal April 10, 2025, 7:39 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 10, 2025, 2:10 p.m. UTC | #1
The pull request you sent on Thu, 10 Apr 2025 09:39:39 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.15-rc2

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

Thank you!