All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for S25FS512S1, and MX25U51279G
@ 2024-11-26 18:58 ` Vishwaroop A
  0 siblings, 0 replies; 12+ messages in thread
From: Vishwaroop A @ 2024-11-26 18:58 UTC (permalink / raw)
  To: tudor.ambarus, pratyush, mwalle, cmiquel.raynal, thierry.reding,
	richard, vigneshr, linux-mtd, linux-kernel, jonathanh,
	kyarlagadda, smangipudi
  Cc: Vishwaroop A

This patch series adds support for three 64MB SPI NOR flash devices:

1. S25FS512S: Add a post-get-map-id fixup to address an issue with
   the SFDP Address Map incorrectly reporting map ID as 0.

2. S25FS512S1: Add support for this Spansion device, including
   dual/quad read capabilities and s25fs_s_nor_fixups.

3. MX25U51279G: Add support for this Macronix device with 4K sector
   erase, dual/quad read capabilities, and 4-byte opcode support.

Vishwaroop A (3):
  mtd: spi-nor: Add post-get-map-id fixup for S25FS512S/S1
  mtd: spi-nor: Add support for spansion s25fs512s1
  mtd: spi-nor: Add support for mx25u51279g

 drivers/mtd/spi-nor/core.c     | 25 ++++++++++++++++++
 drivers/mtd/spi-nor/core.h     |  4 +++
 drivers/mtd/spi-nor/macronix.c |  6 +++++
 drivers/mtd/spi-nor/sfdp.c     |  7 +++++
 drivers/mtd/spi-nor/spansion.c | 48 ++++++++++++++++++++++++++++++++++
 5 files changed, 90 insertions(+)

-- 
2.17.1


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

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

end of thread, other threads:[~2024-12-06 15:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26 18:58 [PATCH 0/3] Add support for S25FS512S1, and MX25U51279G Vishwaroop A
2024-11-26 18:58 ` Vishwaroop A
2024-11-26 18:58 ` [PATCH 1/3] mtd: spi-nor: Add post-get-map-id fixup for S25FS512S/S1 Vishwaroop A
2024-11-26 18:58   ` Vishwaroop A
2024-12-06 15:05   ` Pratyush Yadav
2024-12-06 15:05     ` Pratyush Yadav
2024-11-26 18:58 ` [PATCH 2/3] mtd: spi-nor: Add support for spansion s25fs512s1 Vishwaroop A
2024-11-26 18:58   ` Vishwaroop A
2024-12-06 15:08   ` Pratyush Yadav
2024-12-06 15:08     ` Pratyush Yadav
2024-11-26 18:58 ` [PATCH 3/3] mtd: spi-nor: Add support for mx25u51279g Vishwaroop A
2024-11-26 18:58   ` Vishwaroop A

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.