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