[PATCH 0/3] mtd: spi-nor-core: Add support for mx66lm1g45g

Tudor Ambarus tudor.ambarus at microchip.com
Wed Nov 3 17:24:51 CET 2021


Add support for mx66lm1g45g:
- Introduce SPI_NOR_SOFT_RESET flash_info flag -> the flash does not
define the SFDP tables and can't determine its reset sequence on its
own.
- Fix the opcode extension for the software reset sequence -> it
was hardcoded.

Tudor Ambarus (3):
  mtd: spi-nor-core: Introduce SPI_NOR_SOFT_RESET flash_info flag
  mtd: spi-nor-core: macronix: Add support for mx66lm1g45g
  mtd: spi-nor-core: Fix the opcode extension for the software reset
    sequence

 drivers/mtd/spi/Kconfig        |  8 +++
 drivers/mtd/spi/sf_internal.h  |  5 ++
 drivers/mtd/spi/spi-nor-core.c | 89 ++++++++++++++++++++++++++++++----
 drivers/mtd/spi/spi-nor-ids.c  |  6 +++
 include/linux/mtd/spi-nor.h    |  8 +++
 5 files changed, 107 insertions(+), 9 deletions(-)

-- 
2.25.1



More information about the U-Boot mailing list