All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cmd: mtd: improvements
@ 2025-09-04 14:50 Mikhail Kshevetskiy
  2025-09-04 14:50 ` [PATCH 1/3] cmd: mtd: add markbad command support Mikhail Kshevetskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mikhail Kshevetskiy @ 2025-09-04 14:50 UTC (permalink / raw)
  To: Tom Rini, Ilias Apalodimas, Jerome Forissier, Heinrich Schuchardt,
	Simon Glass, Mattijs Korpershoek, Michal Simek, Ibai Erkiaga,
	Miquel Raynal, Michael Trimarchi, Christian Marangi, u-boot,
	Andreas Gnau
  Cc: Mikhail Kshevetskiy

Some nand flashes (like spi-nand one) are registered with mtd
subsystem only, thus nand command can't be used to work with
such flashes. As result some functionality is missing.

This patch series introduce following features:
 * 'mtd markbad' command (clone of 'nand markbad')
 * 'mtd nand_write_test' command (clone of 'nand torture')

Also a new command 'mtd nand_read_test' introduced. It produce readonly
test of flash. It's mostly usefull to:
 * check general flash state,
 * check the correctness of returned number of corrected bits.

Mikhail Kshevetskiy (3):
  cmd: mtd: add markbad command support
  cmd: mtd: add nand_write_test command support
  cmd: mtd: add nand_read_test command support

 cmd/Kconfig |  38 +++++
 cmd/mtd.c   | 452 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 490 insertions(+)

-- 
2.50.1


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

end of thread, other threads:[~2025-09-05 22:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 14:50 [PATCH 0/3] cmd: mtd: improvements Mikhail Kshevetskiy
2025-09-04 14:50 ` [PATCH 1/3] cmd: mtd: add markbad command support Mikhail Kshevetskiy
2025-09-04 14:50 ` [PATCH 2/3] cmd: mtd: add nand_write_test " Mikhail Kshevetskiy
2025-09-04 14:50 ` [PATCH 3/3] cmd: mtd: add nand_read_test " Mikhail Kshevetskiy
2025-09-05 22:27   ` Michael Nazzareno Trimarchi
2025-09-05 14:13 ` [PATCH 0/3] cmd: mtd: improvements 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.