devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mtd: spi-nand: Add support for randomizer
@ 2025-09-10  3:02 Cheng Ming Lin
  2025-09-10  3:02 ` [PATCH v2 1/3] dt-bindings: mtd: spi-nand: Add enable-randomizer-otp property Cheng Ming Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Cheng Ming Lin @ 2025-09-10  3:02 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr, robh, krzk+dt, conor+dt
  Cc: tudor.ambarus, mmkurbanov, Takahiro.Kuwano, pratyush, linux-mtd,
	devicetree, linux-kernel, alvinzhou, Cheng Ming Lin

From: Cheng Ming Lin <chengminglin@mxic.com.tw>

Introduce randomizer feature for SPI-NAND devices.

Add a new DT property named "enable-randomizer-otp" to enable the
randomizer feature.

v2:
* Create a global NAND DT property

Cheng Ming Lin (3):
  dt-bindings: mtd: spi-nand: Add enable-randomizer-otp property
  mtd: spi-nand: Add support for randomizer
  mtd: spi-nand: macronix: Add randomizer support

 .../devicetree/bindings/mtd/spi-nand.yaml     |  4 +
 drivers/mtd/nand/spi/core.c                   | 24 +++++
 drivers/mtd/nand/spi/macronix.c               | 89 ++++++++++++++++---
 include/linux/mtd/spinand.h                   |  7 ++
 4 files changed, 114 insertions(+), 10 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-09-12  7:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10  3:02 [PATCH v2 0/3] mtd: spi-nand: Add support for randomizer Cheng Ming Lin
2025-09-10  3:02 ` [PATCH v2 1/3] dt-bindings: mtd: spi-nand: Add enable-randomizer-otp property Cheng Ming Lin
2025-09-10  9:09   ` Miquel Raynal
2025-09-10 16:36     ` Rob Herring
2025-09-11  7:08       ` Miquel Raynal
2025-09-11  7:24     ` Cheng Ming Lin
2025-09-11  7:59       ` Miquel Raynal
2025-09-11  8:30         ` Cheng Ming Lin
2025-09-11 13:56           ` Miquel Raynal
2025-09-12  7:50             ` Cheng Ming Lin
2025-09-10 11:40   ` Krzysztof Kozlowski
2025-09-11  8:05     ` Cheng Ming Lin
2025-09-10  3:03 ` [PATCH v2 2/3] mtd: spi-nand: Add support for randomizer Cheng Ming Lin
2025-09-10  3:03 ` [PATCH v2 3/3] mtd: spi-nand: macronix: Add randomizer support Cheng Ming Lin
2025-09-10  9:12   ` Miquel Raynal
2025-09-10  9:26     ` Cheng Ming Lin
2025-09-10  9:43       ` Miquel Raynal
2025-09-11  5:15         ` Cheng Ming Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).