On 04/09/2025 at 17:50:20 +03, Mikhail Kshevetskiy <[email protected]> wrote:
> 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 Nice! Reviewed-by: Miquel Raynal <[email protected]> Thanks, Miquèl

