summaryrefslogtreecommitdiff
path: root/cmd/blk_common.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-6/+6
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-01-16cmd/blk_common: clarify no partition error messageAlexandre Besnard1-1/+2
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2017-11-30cmd: blk: remove unreachable codeHeinrich Schuchardt1-2/+0
2017-09-15cmd: blk: Use LBAFU in the common block commandBin Meng1-6/+4
2017-08-17dm: blk: Add a generic function for block device commandsSimon Glass1-0/+104