summaryrefslogtreecommitdiff
path: root/cmd/mtd.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: mtd: check if a block has to be skipped or erasedDario Binacchi2022-12-101-8/+20
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-5/+5
* cmd: mtd: expand <name> argument definition in command helpMarek BehĂșn2021-06-241-1/+1
* cmd: mtd: print device OF path in listingMarek BehĂșn2021-06-241-0/+7
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-8/+9
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+2
* cmd: mtd: solve bad block support in erase commandPatrick Delaunay2020-01-241-12/+12
* cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz2019-01-181-3/+2
* cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon2019-01-151-181/+267
* cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-021-0/+473