summaryrefslogtreecommitdiff
path: root/cmd/host.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-4/+15
2021-03-27sandbox: Update do_host_bind() argument countingSimon Glass1-3/+6
2021-03-27sandbox: Disintangle declarations in do_host_bind()Simon Glass1-4/+9
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-07-29cmd: host: return value of do_host_bind()Heinrich Schuchardt1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-18/+19
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-10-06cmd: host: fix seg fault at "host info"AKASHI Takahiro1-1/+1
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass1-5/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-01-20cmd/host: add missing \n in help textSébastien Szymanski1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-19sandbox: Add "host size" hostfs command for fs testStefan Brüns1-0/+8
2016-03-15dm: sandbox: Add driver-model block-device support for sandboxSimon Glass1-1/+8
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+175