mbox series

[GIT,PULL] mtd: spi-nor: changes for v6.8

Message ID b80247b7-ce6c-4c87-8fc0-60af45148632@linaro.org
State Not Applicable
Headers show
Series [GIT,PULL] mtd: spi-nor: changes for v6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-6.8

Message

Tudor Ambarus Dec. 21, 2023, 6:40 a.m. UTC
Hi!

Here is the SPI NOR PR for v6.8.

Thanks,
ta

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
tags/spi-nor/for-6.8

for you to fetch changes up to 3c0e1dfa703cd2a16fbfb1290b0970b61add3cde:

  MAINTAINERS: change my mail to the kernel.org one (2023-12-20 10:49:20
+0200)

----------------------------------------------------------------
SPI NOR comes with die erase support for multi die flashes, with new
octal protocols (1-1-8 and 1-8-8) parsed from SFDP and with an updated
documentation about what the contributors shall consider when proposing
flash additions or updates. Michael Walle stepped out from the reviewer
role to maintainer.

----------------------------------------------------------------
Fabio Estevam (1):
      mtd: spi-nor: micron-st: Add support for mt25qu01g

JaimeLiao (2):
      mtd: spi-nor: sysfs: hide the flash name if not set
      mtd: spi-nor: sfdp: get the 1-1-8 and 1-8-8 protocol from SFDP

Michael Walle (2):
      MAINTAINERS: spi-nor: add myself as maintainer
      MAINTAINERS: change my mail to the kernel.org one

Tudor Ambarus (10):
      mtd: spi-nor: use kernel sized types instead of c99 types
      docs: mtd: spi-nor: add sections about flash additions and testing
      docs: mtd: spi-nor: drop obsolete info
      mtd: spi-nor: add erase die (chip) capability
      mtd: spi-nor: spansion: enable die erase for multi die flashes
      mtd: spi-nor: micron-st: enable die erase for multi die flashes
      mtd: spi-nor: remove NO_CHIP_ERASE flag
      mtd: spi-nor: print flash ID instead of name
      mtd: spi-nor: mark the flash name as obsolete
      mtd: spi-nor: drop superfluous debug prints

 Documentation/ABI/testing/sysfs-bus-spi-devices-spi-nor |   3 +
 Documentation/driver-api/mtd/spi-nor.rst                | 262
++++++++++++++++++++++++-------
 MAINTAINERS                                             |   8 +-
 drivers/mtd/spi-nor/atmel.c                             |  16 +-
 drivers/mtd/spi-nor/core.c                              | 172
+++++++++++---------
 drivers/mtd/spi-nor/core.h                              |  24 +--
 drivers/mtd/spi-nor/debugfs.c                           |   2 +-
 drivers/mtd/spi-nor/micron-st.c                         |  59 ++++++-
 drivers/mtd/spi-nor/sfdp.c                              |  29 ++++
 drivers/mtd/spi-nor/sfdp.h                              |   7 +
 drivers/mtd/spi-nor/spansion.c                          |   4 +-
 drivers/mtd/spi-nor/sst.c                               |   6 +-
 drivers/mtd/spi-nor/swp.c                               |  25 ++-
 drivers/mtd/spi-nor/sysfs.c                             |   2 +
 14 files changed, 435 insertions(+), 184 deletions(-)

Comments

Miquel Raynal Dec. 22, 2023, 11:46 a.m. UTC | #1
Hi Tudor,

tudor.ambarus@linaro.org wrote on Thu, 21 Dec 2023 08:40:06 +0200:

> Hi!
> 
> Here is the SPI NOR PR for v6.8.

Pulled, thanks!

Miquèl