All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] mtd: spinand: add OTP support
@ 2024-08-27 17:48 ` Martin Kurbanov
  0 siblings, 0 replies; 32+ messages in thread
From: Martin Kurbanov @ 2024-08-27 17:48 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.

Changelog:
  v2 since v1 at [1]:
    - Make cosmetic changes (Miquel Raynal)

Links:
  [1] https://lore.kernel.org/all/20240617133504.179705-1-mmkurbanov@salutedevices.com/

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    | 232 ++++++++++++++++++++++++++++++++++
 include/linux/mtd/spinand.h   |  65 ++++++++++
 6 files changed, 519 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] 32+ messages in thread

end of thread, other threads:[~2024-10-25  7:53 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 17:48 [PATCH v2 0/5] mtd: spinand: add OTP support Martin Kurbanov
2024-08-27 17:48 ` Martin Kurbanov
2024-08-27 17:48 ` [PATCH v2 1/5] mtd: spinand: make spinand_{read,write}_page global Martin Kurbanov
2024-08-27 17:48   ` Martin Kurbanov
2024-10-01  9:12   ` Miquel Raynal
2024-10-01  9:12     ` Miquel Raynal
2024-08-27 17:49 ` [PATCH v2 2/5] mtd: spinand: add OTP support Martin Kurbanov
2024-08-27 17:49   ` Martin Kurbanov
2024-08-27 17:57   ` Martin Kurbanov
2024-08-27 17:57     ` Martin Kurbanov
2024-09-02 14:18     ` Miquel Raynal
2024-09-02 14:18       ` Miquel Raynal
2024-10-01  9:12   ` Miquel Raynal
2024-10-01  9:12     ` Miquel Raynal
2024-10-14 12:27     ` Martin Kurbanov
2024-10-14 12:27       ` Martin Kurbanov
2024-10-25  7:48       ` Miquel Raynal
2024-10-25  7:48         ` Miquel Raynal
2024-08-27 17:49 ` [PATCH v2 3/5] mtd: spinand: make spinand_wait() global Martin Kurbanov
2024-08-27 17:49   ` Martin Kurbanov
2024-08-27 17:49 ` [PATCH v2 4/5] mtd: spinand: micron: OTP access for MT29F2G01ABAGD Martin Kurbanov
2024-08-27 17:49   ` Martin Kurbanov
2024-10-01  9:31   ` Miquel Raynal
2024-10-01  9:31     ` Miquel Raynal
2024-10-14 12:48     ` Martin Kurbanov
2024-10-14 12:48       ` Martin Kurbanov
2024-10-25  7:51       ` Miquel Raynal
2024-10-25  7:51         ` Miquel Raynal
2024-08-27 17:49 ` [PATCH v2 5/5] mtd: spinand: esmt: OTP access for F50{L,D}1G41LB Martin Kurbanov
2024-08-27 17:49   ` Martin Kurbanov
2024-10-01  9:32   ` Miquel Raynal
2024-10-01  9:32     ` 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.