[PATCH 0/2] mtd: spi-nor: OTP support

From: Michael Walle
Date: Wed Jan 08 2020 - 18:37:57 EST


This patchset implements the mtd otp functions to allow access to the SPI
OTP data. Specific support is added for the Winbond flash chips.

In the past there was already an attempt by Rahul Bedarkar to add this, but
there was no response. These two patches are slightly based on his work.

https://lore.kernel.org/linux-mtd/1489754636-21461-1-git-send-email-rahul.bedarkar@xxxxxxxxxx/

This series is based on top of the following patches. They are not strictly
needed, but the patches might not apply cleanly and - more importantly -
OTP support for the new W25QnnJW flashes, which are added by one of the
patches, is already added.

https://lore.kernel.org/linux-mtd/20200107222317.3527-1-michael@xxxxxxxx/
https://lore.kernel.org/linux-mtd/20200107222317.3527-2-michael@xxxxxxxx/
https://lore.kernel.org/linux-mtd/20200103223423.14025-1-michael@xxxxxxxx/

To dump an OTP area which doesn't start at zero (like for the Winbond
flashes) the following patch must be applied to mtd-utils:

https://lore.kernel.org/linux-mtd/20200108232359.27372-1-michael@xxxxxxxx/

Michael Walle (2):
mtd: spi-nor: add OTP support
mtd: spi-nor: implement OTP support for Winbond flashes

drivers/mtd/spi-nor/spi-nor.c | 279 ++++++++++++++++++++++++++++++++++
include/linux/mtd/spi-nor.h | 52 +++++++
2 files changed, 331 insertions(+)

--
2.20.1