All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>,
	Miquel Raynal <miquel.raynal@bootlin.com>
Cc: 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-mtd@lists.infradead.org
Subject: [GIT PULL] mtd: nand: Changes for 6.17
Date: Thu, 31 Jul 2025 18:50:26 +0200	[thread overview]
Message-ID: <87jz3o9uel.fsf@bootlin.com> (raw)

Hello,

A little bit late, this is the NAND PR for 6.17.
Patches have been lying in -next only for a few days due to my limited
availability during July. I am almost done catching up, but in order to
send the PR ASAP to Linus, I'll immediately apply it and trigger the MTD
PR (including SPI NOR, ofc).

Thanks,
Miquèl

The following changes since commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af:

  Linux 6.16-rc4 (2025-06-29 13:09:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-6.17

for you to fetch changes up to fb2fae70e7e985c4acb1ad96110d8b98bb64a87c:

  mtd: spinand: winbond: Add comment about the maximum frequency (2025-07-30 11:32:16 +0200)

----------------------------------------------------------------
* Raw NAND changes:

Various controller drivers received minor fixes like DMA mapping checks,
better timing derivations or bitflip statistics.
It has also been discovered that some Hynix NAND flashes were not
supporting read-retries, which is not properly supported.

* SPI NAND changes:

In order to support high-speed modes, certain chips need extra
configuration like adding more dummy cycles. This is now possible,
especially on Winbond chips.

Aside from that, Gigadevice gets support for a new chip (GD5F1GM9).

----------------------------------------------------------------
Balamanikandan Gunasundar (1):
      mtd: rawnand: atmel: set pmecc data setup time

David Regan (1):
      mtd: nand: brcmnand: fix mtd corrected bits stat

Gabor Juhos (1):
      mtd: spinand: propagate spinand_wait() errors from spinand_write_page()

Hector Palacios (1):
      mtd: rawnand: hynix: don't try read-retry on SLC NANDs

Miquel Raynal (8):
      spi: spi-mem: Use picoseconds for calculating the op durations
      spi: spi-mem: Take into account the actual maximum frequency
      mtd: spinand: Fix macro alignment
      mtd: spinand: Add a frequency field to all READ_FROM_CACHE variants
      mtd: spinand: Add a ->configure_chip() hook
      mtd: spinand: winbond: Enable high-speed modes on w25n0xjw
      mtd: spinand: winbond: Enable high-speed modes on w35n0xjw
      mtd: spinand: winbond: Add comment about the maximum frequency

Teng Wu (1):
      mtd: spinand: gigadevice: Add support for GD5F1GM9 chips

Thomas Fourier (4):
      mtd: rawnand: renesas: Add missing check after DMA map
      mtd: rawnand: atmel: Fix dma_mapping_error() address
      mtd: rawnand: rockchip: Add missing check after DMA map
      mtd: rawnand: fsmc: Add missing check after DMA map

Yuesong Li (1):
      mtd: nand: brcmnand: replace manual string choices with standard helpers

 drivers/mtd/nand/raw/atmel/nand-controller.c    |   2 +-
 drivers/mtd/nand/raw/atmel/pmecc.c              |   6 +
 drivers/mtd/nand/raw/brcmnand/brcmnand.c        |  62 ++++++---
 drivers/mtd/nand/raw/fsmc_nand.c                |   2 +
 drivers/mtd/nand/raw/nand_hynix.c               |   4 +-
 drivers/mtd/nand/raw/renesas-nand-controller.c  |   6 +
 drivers/mtd/nand/raw/rockchip-nand-controller.c |  15 +++
 drivers/mtd/nand/spi/alliancememory.c           |  12 +-
 drivers/mtd/nand/spi/ato.c                      |   6 +-
 drivers/mtd/nand/spi/core.c                     |  27 +++-
 drivers/mtd/nand/spi/esmt.c                     |   8 +-
 drivers/mtd/nand/spi/foresee.c                  |   8 +-
 drivers/mtd/nand/spi/gigadevice.c               |  68 ++++++----
 drivers/mtd/nand/spi/macronix.c                 |   8 +-
 drivers/mtd/nand/spi/micron.c                   |  20 +--
 drivers/mtd/nand/spi/paragon.c                  |  12 +-
 drivers/mtd/nand/spi/skyhigh.c                  |  12 +-
 drivers/mtd/nand/spi/toshiba.c                  |   8 +-
 drivers/mtd/nand/spi/winbond.c                  | 163 +++++++++++++++++++++---
 drivers/mtd/nand/spi/xtx.c                      |  12 +-
 drivers/spi/spi-mem.c                           |  27 +++-
 include/linux/mtd/spinand.h                     |  70 ++++++----
 include/linux/spi/spi-mem.h                     |   2 +-
 23 files changed, 407 insertions(+), 153 deletions(-)

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

             reply	other threads:[~2025-07-31 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-31 16:50 Miquel Raynal [this message]
2025-07-31 16:57 ` [GIT PULL] mtd: nand: Changes for 6.17 Miquel Raynal

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=87jz3o9uel.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@linaro.org \
    --cc=frieder.schrempf@kontron.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael@walle.cc \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.