summaryrefslogtreecommitdiff
path: root/cmd/mtd.c
AgeCommit message (Expand)Author
2025-11-18cmd: mtd: benchmark: use lldiv() instead of 64-bit divisionMikhail Kshevetskiy
2025-10-28cmd: mtd: Prevent use of uninitialised variableAndrew Goodbody
2025-10-05cmd: mtd: add benchmark option to the helpMikhail Kshevetskiy
2025-10-05cmd: mtd: fix speed measurement in the speed benchmarkMikhail Kshevetskiy
2025-10-05cmd: mtd: add nand_read_test command supportMikhail Kshevetskiy
2025-10-05cmd: mtd: add nand_write_test command supportMikhail Kshevetskiy
2025-10-05cmd: mtd: add markbad command supportMikhail Kshevetskiy
2025-08-23cmd: mtd: Enable speed benchmarkingMiquel Raynal
2024-12-17cmd: mtd: simplify mtd_show_device()Heinrich Schuchardt
2024-10-10mtd: implement support for LED activityChristian Marangi
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2024-04-14cmd: mtd: OTP access supportArseniy Krasnov
2024-01-15cmd: mtd: avoid unintentional integer overflowHeinrich Schuchardt
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2022-12-10cmd: mtd: check if a block has to be skipped or erasedDario Binacchi
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-06-24cmd: mtd: expand <name> argument definition in command helpMarek BehĂșn
2021-06-24cmd: mtd: print device OF path in listingMarek BehĂșn
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-24cmd: mtd: solve bad block support in erase commandPatrick Delaunay
2019-01-18cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz
2019-01-15cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal