All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: nand: Changes for 6.17
@ 2025-07-31 16:50 Miquel Raynal
  2025-07-31 16:57 ` Miquel Raynal
  0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2025-07-31 16:50 UTC (permalink / raw)
  To: Richard Weinberger, Miquel Raynal
  Cc: Tudor Ambarus, Vignesh Raghavendra, Frieder Schrempf,
	Michael Walle, Pratyush Yadav, linux-mtd

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] mtd: nand: Changes for 6.17
  2025-07-31 16:50 [GIT PULL] mtd: nand: Changes for 6.17 Miquel Raynal
@ 2025-07-31 16:57 ` Miquel Raynal
  0 siblings, 0 replies; 2+ messages in thread
From: Miquel Raynal @ 2025-07-31 16:57 UTC (permalink / raw)
  To: Richard Weinberger
  Cc: Tudor Ambarus, Vignesh Raghavendra, Frieder Schrempf,
	Michael Walle, Pratyush Yadav, linux-mtd

On 31/07/2025 at 18:50:26 +02, Miquel Raynal <miquel.raynal@bootlin.com> wrote:

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

Pulled into mtd/next.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-31 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 16:50 [GIT PULL] mtd: nand: Changes for 6.17 Miquel Raynal
2025-07-31 16:57 ` Miquel Raynal

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.