public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: spi-nor: changes for v6.8
@ 2023-12-21  6:40 Tudor Ambarus
  2023-12-22 11:46 ` Miquel Raynal
  0 siblings, 1 reply; 2+ messages in thread
From: Tudor Ambarus @ 2023-12-21  6:40 UTC (permalink / raw)
  To: Richard Weinberger, Miquel Raynal
  Cc: Michael Walle, Pratyush Yadav, open list:SPI NOR SUBSYSTEM

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

______________________________________________________
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:[~2023-12-22 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21  6:40 [GIT PULL] mtd: spi-nor: changes for v6.8 Tudor Ambarus
2023-12-22 11:46 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox