All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] mtd: spinand: add OTP support
@ 2024-06-17 13:34 ` Martin Kurbanov
  0 siblings, 0 replies; 14+ messages in thread
From: Martin Kurbanov @ 2024-06-17 13:34 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	Mika Westerberg, Michael Walle, Mark Brown, Chia-Lin Kao,
	Md Sadre Alam, Ezra Buehler, Sridharan S N, Frieder Schrempf,
	Alexey Romanov
  Cc: linux-kernel, linux-mtd, kernel, Martin Kurbanov

This patchset implements the SPI-NAND OTP functions to allow access to
the SPI-NAND OTP data.
Specific support is added for Micron MT29F2G01ABAGD and ESMT F50L1G41LB/
F50D1G41LB flash chips.

Martin Kurbanov (5):
  mtd: spinand: make spinand_{read,write}_page global
  mtd: spinand: add OTP support
  mtd: spinand: make spinand_wait() global
  mtd: spinand: micron: OTP access for MT29F2G01ABAGD
  mtd: spinand: esmt: OTP access for F50{L,D}1G41LB

 drivers/mtd/nand/spi/Makefile |   3 +-
 drivers/mtd/nand/spi/core.c   |  45 +++++--
 drivers/mtd/nand/spi/esmt.c   |  69 ++++++++++-
 drivers/mtd/nand/spi/micron.c | 117 +++++++++++++++++-
 drivers/mtd/nand/spi/otp.c    | 219 ++++++++++++++++++++++++++++++++++
 include/linux/mtd/spinand.h   |  65 ++++++++++
 6 files changed, 506 insertions(+), 12 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/otp.c

-- 
2.43.2


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

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

end of thread, other threads:[~2024-07-17  8:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 13:34 [PATCH v1 0/5] mtd: spinand: add OTP support Martin Kurbanov
2024-06-17 13:34 ` Martin Kurbanov
2024-06-17 13:34 ` [PATCH v1 1/5] mtd: spinand: make spinand_{read,write}_page global Martin Kurbanov
2024-06-17 13:34   ` Martin Kurbanov
2024-06-17 13:34 ` [PATCH v1 2/5] mtd: spinand: add OTP support Martin Kurbanov
2024-06-17 13:34   ` Martin Kurbanov
2024-07-17  8:36   ` Miquel Raynal
2024-07-17  8:36     ` Miquel Raynal
2024-06-17 13:34 ` [PATCH v1 3/5] mtd: spinand: make spinand_wait() global Martin Kurbanov
2024-06-17 13:34   ` Martin Kurbanov
2024-06-17 13:34 ` [PATCH v1 4/5] mtd: spinand: micron: OTP access for MT29F2G01ABAGD Martin Kurbanov
2024-06-17 13:34   ` Martin Kurbanov
2024-06-17 13:34 ` [PATCH v1 5/5] mtd: spinand: esmt: OTP access for F50{L,D}1G41LB Martin Kurbanov
2024-06-17 13:34   ` Martin Kurbanov

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.