All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Introduce die erase command
@ 2016-11-18 10:42 marcin.krzeminski
  2016-11-18 10:42 ` [PATCH v2 1/3] mtd: spi-nor: Add die_cnt field and flags marcin.krzeminski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: marcin.krzeminski @ 2016-11-18 10:42 UTC (permalink / raw)
  To: linux-mtd
  Cc: rfsw-patches, cyrille.pitchen, dwmw2, computersforpeace, marek.vasut

From: Marcin Krzeminski <marcin.krzeminski@nokia.com>

This series introduce die erase command and new MT25Q00 Micron devices.

v2:
- from now die_erase function will call driver->erase hook if present
- fixed case when user want to disable chip erase and do not use die erase

Marcin Krzeminski (3):
  mtd: spi-nor: Add die_cnt field and flags
  mtd: spi-nor: Implement die erase command logic
  mtd: spi-nor: Enable die erase for Micron 1GiB

 drivers/mtd/spi-nor/spi-nor.c | 151 ++++++++++++++++++++++++++++++++++++++----
 include/linux/mtd/spi-nor.h   |   5 ++
 2 files changed, 143 insertions(+), 13 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-12-16  6:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 10:42 [PATCH v2 0/3] Introduce die erase command marcin.krzeminski
2016-11-18 10:42 ` [PATCH v2 1/3] mtd: spi-nor: Add die_cnt field and flags marcin.krzeminski
2016-12-09 17:26   ` Cyrille Pitchen
2016-12-16  6:39     ` Krzeminski, Marcin (Nokia - PL/Wroclaw)
2016-11-18 10:42 ` [PATCH v2 2/3] mtd: spi-nor: Implement die erase command logic marcin.krzeminski
2016-11-18 10:42 ` [PATCH v2 3/3] mtd: spi-nor: Enable die erase for Micron 1GiB marcin.krzeminski

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.