[PATCH v2 0/4] Add support for SPI-NOR Macronix OTP

Erez Geva erezgeva at nwtime.org
Sat Jun 29 03:39:09 PDT 2024


From: Erez Geva <ErezGeva2 at gmail.com>

Add support for SPI-NOR Macronix OTP.
And add mx25l12833f with OTP.

v2:
Improve description of mx25l12833f.
Add note about mx25l12833f using the same JEDEC ID as mx25l12805d.

Erez Geva (4):
  Add generic functions for accessing the SPI-NOR chip.
  Add support for SPI-NOR Macronix OTP.
  dt-bindings: mtd: macronix,mx25l12833f: add SPI-NOR chip
  Add Macronix SPI-NOR mx25l12833f with OTP.

 .../bindings/mtd/jedec,spi-nor.yaml           |   2 +-
 drivers/mtd/spi-nor/core.c                    | 131 ++++++++----
 drivers/mtd/spi-nor/core.h                    |  27 +--
 drivers/mtd/spi-nor/macronix.c                | 190 ++++++++++++++++++
 include/linux/mtd/spi-nor.h                   |  10 +
 5 files changed, 301 insertions(+), 59 deletions(-)

-- 
2.39.2




More information about the linux-mtd mailing list