]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spinand: add SPI-NAND MTD resume handler
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 2 Jun 2021 09:49:13 +0000 (11:49 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 18 Jun 2021 07:45:21 +0000 (09:45 +0200)
commita5330de7c5c4ba50a65a4cd5d98ba05f0b483704
tree8db2015972151cdb87620075736ad30af9f9b973
parent38a31bac6a7544e099d779fe77ee7542a0d72634
mtd: spinand: add SPI-NAND MTD resume handler

After power up, all SPI NAND's blocks are locked. Only read operations
are allowed, write and erase operations are forbidden.
The SPI NAND framework unlocks all the blocks during its initialization.

During a standby low power, the memory is powered down, losing its
configuration.
During the resume, the QSPI driver state is restored but the SPI NAND
framework does not reconfigured the memory.

This patch adds SPI-NAND MTD PM handlers for resume ops.
SPI NAND resume op re-initializes SPI NAND flash to its probed state.

Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210602094913.26472-4-patrice.chotard@foss.st.com
drivers/mtd/nand/spi/core.c