summaryrefslogtreecommitdiff
path: root/cmd/mtd.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-06-24cmd: mtd: expand <name> argument definition in command helpMarek BehĂșn1-1/+1
2021-06-24cmd: mtd: print device OF path in listingMarek BehĂșn1-0/+7
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-8/+9
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2020-01-24cmd: mtd: solve bad block support in erase commandPatrick Delaunay1-12/+12
2019-01-18cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz1-3/+2
2019-01-15cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon1-181/+267
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal1-0/+473