All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3]  mtd: spinand: add SPI-NAND MTD resume handler
@ 2021-06-02  9:49 ` patrice.chotard
  0 siblings, 0 replies; 21+ messages in thread
From: patrice.chotard @ 2021-06-02  9:49 UTC (permalink / raw)
  To: Mark Brown, Miquel Raynal, Vignesh Raghavendra, Boris Brezillon,
	linux-mtd, Alexandre Torgue, linux-spi, linux-stm32,
	linux-arm-kernel, linux-kernel, Pratyush Yadav
  Cc: patrice.chotard, christophe.kerello

From: Patrice Chotard <patrice.chotard@foss.st.com>

Changes in v5:
  - spinand_init_cfg_cache() only allocates spinand->cfg_cache array,
    spinand_read_cfg() is called directly in spinand_init().

Changes in v4:
  - Add spinand_init_flash helper()
  - Remove no more needed spinand_block_unlock() helper introduced in v2	

Changes in v3:
  - Add spinand_read_cfg() helper 
  - Add spinand_read_cfg() call to repopulate cache during resume
  - Split v2 patch in 3 patches

Changes in v2:
  - Add helper spinand_block_unlock().
  - Add spinand_ecc_enable() call.
  - Remove some dev_err().
  - Fix commit's title and message.

Patrice Chotard (3):
  mtd: spinand: add spinand_read_cfg() helper
  mtd: spinand: Add spinand_init_flash() helper
  mtd: spinand: add SPI-NAND MTD resume handler

 drivers/mtd/nand/spi/core.c | 112 +++++++++++++++++++++++++-----------
 1 file changed, 78 insertions(+), 34 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-06-11 20:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  9:49 [PATCH v5 0/3] mtd: spinand: add SPI-NAND MTD resume handler patrice.chotard
2021-06-02  9:49 ` patrice.chotard
2021-06-02  9:49 ` patrice.chotard
2021-06-02  9:49 ` [PATCH v5 1/3] mtd: spinand: add spinand_read_cfg() helper patrice.chotard
2021-06-02  9:49   ` patrice.chotard
2021-06-02  9:49   ` patrice.chotard
2021-06-11 19:02   ` Miquel Raynal
2021-06-11 19:02     ` Miquel Raynal
2021-06-11 19:02     ` Miquel Raynal
2021-06-02  9:49 ` [PATCH v5 2/3] mtd: spinand: Add spinand_init_flash() helper patrice.chotard
2021-06-02  9:49   ` patrice.chotard
2021-06-02  9:49   ` patrice.chotard
2021-06-11 19:02   ` Miquel Raynal
2021-06-11 19:02     ` Miquel Raynal
2021-06-11 19:02     ` Miquel Raynal
2021-06-02  9:49 ` [PATCH v5 3/3] mtd: spinand: add SPI-NAND MTD resume handler patrice.chotard
2021-06-02  9:49   ` patrice.chotard
2021-06-02  9:49   ` patrice.chotard
2021-06-11 19:02   ` Miquel Raynal
2021-06-11 19:02     ` Miquel Raynal
2021-06-11 19:02     ` Miquel Raynal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.