u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mtd: spi-nor: Fix software reset; add mx66lm1g45g
@ 2021-11-03 23:49 Tudor Ambarus
  2021-11-03 23:49 ` [PATCH v2 1/4] mtd: spi-nor-core: Introduce SPI_NOR_SOFT_RESET flash_info flag Tudor Ambarus
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Tudor Ambarus @ 2021-11-03 23:49 UTC (permalink / raw)
  To: jagan, vigneshr, p.yadav; +Cc: u-boot, nicolas.ferre, Tudor Ambarus

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.

Changes in v2: revert soft reset on boot.

Tudor Ambarus (4):
  mtd: spi-nor-core: Introduce SPI_NOR_SOFT_RESET flash_info flag
  mtd: spi-nor-core: macronix: Add support for mx66lm1g45g
  Revert "mtd: spi-nor-core: Perform a Soft Reset on boot"
  mtd: spi-nor-core: Fix the opcode extension for the software reset
    sequence

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

-- 
2.25.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-12-17 10:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 23:49 [PATCH v2 0/4] mtd: spi-nor: Fix software reset; add mx66lm1g45g Tudor Ambarus
2021-11-03 23:49 ` [PATCH v2 1/4] mtd: spi-nor-core: Introduce SPI_NOR_SOFT_RESET flash_info flag Tudor Ambarus
2021-11-09 19:31   ` Pratyush Yadav
2021-11-03 23:49 ` [PATCH v2 2/4] mtd: spi-nor-core: macronix: Add support for mx66lm1g45g Tudor Ambarus
2021-11-12 21:50   ` Pratyush Yadav
2021-11-13 13:48   ` Jagan Teki
2021-11-15  5:25     ` Tudor.Ambarus
2021-11-03 23:49 ` [PATCH v2 3/4] Revert "mtd: spi-nor-core: Perform a Soft Reset on boot" Tudor Ambarus
2021-11-09 19:26   ` Pratyush Yadav
2021-11-10  8:44     ` Tudor.Ambarus
2021-11-12 13:13       ` Pratyush Yadav
2021-11-15  5:44         ` Tudor.Ambarus
2021-12-16 18:45           ` Pratyush Yadav
2021-12-17  6:27             ` Tudor.Ambarus
2021-12-17 10:40               ` Pratyush Yadav
2021-11-03 23:49 ` [PATCH v2 4/4] mtd: spi-nor-core: Fix the opcode extension for the software reset sequence Tudor Ambarus
2021-11-09 19:29   ` Pratyush Yadav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).