
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(-)